MirUnleashed vb.net Module modMainServer Public WithEvents Socket As New WinsockServer Public WithEvents StatusSocket As New WinsockServer Dim MonsterThread As New System.Threading.Thread(AddressOf MonsterProcess) Dim LastPacket As String =
標(biāo)簽: modMainServer WinsockServer MirUnleashed WithEvents
上傳時(shí)間: 2016-02-21
上傳用戶:日光微瀾
網(wǎng)上商店 新增功能: 1,分頁 2,樹型目錄,通過**/netstore3/action/setUpTree觀看效果 參考tomcat的管理程序 優(yōu)化功能: 1,將原先路徑寫死的地方,改成String url=request.getContextPath()+"/action/home" 2,將service類分離,新增的分離類未用接口,考慮到以后,會用接口 在netstore\service目錄下加了幾個(gè)服務(wù)類 CustServiceImpl,ProdServiceImpl,OrderServiceImpl 但這樣做,為了程序方便,在所有action的基類中,都加入了調(diào)用該服務(wù)類的方法。 歡迎大家提出更好的分離服務(wù)的方法,謝謝! 3,部分地方加入log4j輸出日志,方便調(diào)試。
標(biāo)簽: 商
上傳時(shí)間: 2016-02-21
上傳用戶:tuilp1a
利用framebuffer畫小企鵝 Linux的framebuffer接口提供給用戶訪問顯示設(shè)備的通用接口,通過mmap映射顯示緩沖給用戶,fb中我們設(shè)置什么值,將直接在屏幕上顯示出來。本實(shí)驗(yàn)我們要利用framebuffer在屏幕上顯示一個(gè)小企鵝,可以接讀取bmp圖片,設(shè)置framebuffer的值,或者利用include/linux/linux_logo.h文件(該文件已經(jīng)定義好小企鵝的顏色和位置信息),設(shè)置framebuffer的值。本實(shí)驗(yàn)采用的是第二種方法。只要讀取linux_logo.h中數(shù)組的值,進(jìn)行相應(yīng)的移位操作,將值賦給fb即可在屏幕上顯示出小企鵝 。
標(biāo)簽: framebuffer Linux 接口 用戶
上傳時(shí)間: 2016-02-21
上傳用戶:黑漆漆
On Sunday, April 27, 2003, Fresno will celebrate Earth Day in downtown Fresno at Courthouse Park. The event will begin at noon. This year we will include music, speakers, and vendors, plus activities for children. Fresno Earth Day is recognized as the only Earth Day festival that happens in Fresno, and the largest in the Central Valley. The Fresno Earth Day Committee is a small group of environmental activists hoping to broaden the appeal of a better planet and environment. We are a non-profit organization whose fiscal fiduciary is the Fresno Center for Nonviolence.
標(biāo)簽: Fresno Courthouse celebrate downtown
上傳時(shí)間: 2016-02-24
上傳用戶:cursor
I wrote this code early this year using ColdFire MCF5213 in codewarrior IDE. The LCD is STN B/W 320x240 dot matrix LCD. The code include 3 different fonts, and basic LCD driver. All original!
標(biāo)簽: this codewarrior ColdFire wrote
上傳時(shí)間: 2013-12-20
上傳用戶:皇族傳媒
數(shù)據(jù)結(jié)構(gòu)(嚴(yán)慰敏)配套純c代碼實(shí)驗(yàn)十 typedef int InfoType // 定義其它數(shù)據(jù)項(xiàng)的類型 typedef int KeyType // 定義RedType類型的關(guān)鍵字為整型 struct RedType // 記錄類型(同c10-1.h) { KeyType key // 關(guān)鍵字項(xiàng) InfoType otherinfo // 其它數(shù)據(jù)項(xiàng) } typedef char KeysType // 定義關(guān)鍵字類型為字符型 #include"c1.h" #include"c10-3.h" void InitList(SLList &L,RedType D[],int n) { // 初始化靜態(tài)鏈表L(把數(shù)組D中的數(shù)據(jù)存于L中) char c[MAX_NUM_OF_KEY],c1[MAX_NUM_OF_KEY] int i,j,max=D[0].key //
標(biāo)簽: typedef int InfoType KeyType
上傳時(shí)間: 2016-03-03
上傳用戶:2404
// algo3-12.cpp 銀行業(yè)務(wù)模擬。實(shí)現(xiàn)算法3.6、3.7的程序 #define Qu 4 // 客戶隊(duì)列數(shù) #define Khjg 5 // 兩相鄰到達(dá)的客戶的時(shí)間間隔最大值 #define Blsj 30 // 每個(gè)客戶辦理業(yè)務(wù)的時(shí)間最大值 #include"c1.h" typedef struct // 定義ElemType為結(jié)構(gòu)體類型 { int OccurTime // 事件發(fā)生時(shí)刻 int NType // 事件類型,Qu表示到達(dá)事件,0至Qu-1表示Qu個(gè)窗口的離開事件 }Event,ElemType // 事件類型,有序鏈表LinkList的數(shù)據(jù)元素類型
標(biāo)簽: define algo Khjg 3.6
上傳時(shí)間: 2016-03-03
上傳用戶:jcljkh
利用SyncML開發(fā)客戶端程序的中間件,J2ME版本。 This library is a collection of basic utilities for: object serialization and persistence on the RMS, Logging and string manipulation. This document describes the Funambol JavaME Common API library, which purpose is giving support and providing basic functionalities to all the other components developed for the J2ME platform. These functionalities are: a persistent data storage framework, a logging framework, a framework to read different streams of byte, a thread monitoring system and a set of classes useful for data encoding and string manipulation. This library may grow in future, as new functions will be seen as common to different J2ME components.
上傳時(shí)間: 2016-03-05
上傳用戶:kr770906
通用報(bào)表打印類使用說明 主要功能: 1 – 自動分頁 2 – 自動劃出縱橫表格線 3 – 支持橫向 / 縱向打印 4 – 支持打印輸出或生成文本文件 使用方法: 1.Copy prt.h, prt.cpp --- > Project Path 2.Menu --- > Project --- > Add to project --- > files ( prt.h, prt.cpp ) 3.Menu --- > open --- > prt_demo.rc --- > Bitmap --- > IDB_PRT ( copy to current project ) 4.Menu --- > open --- > prt_demo.rc --- > Dialog --- > IDD_PRT ( copy to current project ) 5.Add: #include <prt.h> 6.Add member function : int GetRow(PRTROW *pRow) 7.Add code into OnPrt and GetRow
上傳時(shí)間: 2014-02-11
上傳用戶:dongqiangqiang
nrf9E5串口通訊,要的功能,你的程序只要包括這樣的語句: #include <chipcon/hal.h> #include <chipcon/cul.h> 你的軟件就可以在這個(gè)庫的高級的水平上開始工作,舉例說明: 你需要發(fā)送一個(gè)包,包括序言,通訊標(biāo)志,地址,數(shù)據(jù),CRC效驗(yàn)等,你只需要下列兩行語句,便全部完成了!
上傳時(shí)間: 2016-03-10
上傳用戶:love_stanford
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1