該源碼實現(xiàn)了j2me中用midp1.0實現(xiàn)的midp2.0的game類,愛好手機游戲開發(fā)的同志非常有用,在目前還有大多數(shù)手機支技不好2.0的情況下
上傳時間: 2016-11-15
上傳用戶:manlian
JAVA music player. Project Homepage : http://www.javazoom.net/jlgui/jlgui.html Developer Homepage : http://sourceforge.net/project/?group_id=1344 ----------------------------------------------------- To launch jlGui just doucle click under jlGui2.0.jar. If nothing appear then edit jlGui.bat (or jlGui.sh) script and setup JLGUI_HOME variable and launch the script. To play local file : Left click on "Eject" button. To play remote file/stream : Right click on "Eject" Button. To fill in playlist : Edit default.m3u file before launching jlGui.
標簽: jlgui Developer Homepage javazoom
上傳時間: 2016-11-16
上傳用戶:wpwpwlxwlx
FatFs06.rar FatFs is a generic file system module to implement the FAT file system to small embedded systems. The FatFs is written in compliance with ANSI C, therefore it is independent of hardware architecture. It can be incorporated into cheap microcontrollers, such as 8051, PIC, AVR, SH, Z80, H8, ARM and etc..., without any change.
標簽: system FatFs file implement
上傳時間: 2016-11-17
上傳用戶:chenxichenyue
CamTest2.vcw CamTest2.vcp CameraCode.cpp CameraCode.h CamSettingsDlg.cpp CamTest2.aps CamTest2.cpp CamTest2.h CamTest2.rc CamTest2.vcb CamTest2.vcl Copy (2) of StreamFrame.cpp Copy of StreamFrame.cpp mjpeg2bmp.cpp mjpeg2bmp.h resource.h StillCapDlg.cpp StreamFrame.cpp StreamFrame.h 羅技攝像頭windows ce測試程序
標簽: CamTest CameraCode CamSettingsDlg cpp
上傳時間: 2013-12-22
上傳用戶:diets
河內(nèi)塔問題 #include<stdio.h> #include<stdlib.h> int fun_a(int) void fun_b(int,int,int,int) int main(void) { int n int option printf("題目二:河內(nèi)塔問題\n") printf("請輸入要搬移的圓盤數(shù)目\n") scanf("%d",&n) printf("最少搬移的次數(shù)為%d次\n",fun_a(n)) printf("是否顯示移動過程? 是請輸入1,否則輸入0\n") scanf("%d",&option) if(option==1) { fun_b(n,1,2,3) } system("pause") return 0 } int fun_a(int n) { int sum1=2,sum2=0,i for(i=n i>1 i--) { sum1=sum1*2 } sum2=sum1-1 return sum2 } void fun_b(int n,int left,int mid,int right) { if(n==1) printf("把第%d個盤子從第%d座塔移動到第%d座塔\n",n,left,right) else { fun_b(n-1,left,right,mid) printf("把第%d個盤子從第%d座塔移動到第%d座塔\n",n,left,right) fun_b(n-1,mid,left,right) } }
上傳時間: 2016-12-08
上傳用戶:努力努力再努力
MFC 視窗程式設計,視窗作業(yè)環(huán)境經(jīng)多年試鍊,視窗應用程式於架構上已然出現(xiàn)了明顯的分類; 即便是架構不同,其間也存在著諸多共同點,例如:它們通常的都需要有功能表、 工具列等控制元件的設計,需要有用來動態(tài)管理資料的矩陣(arrays)、表列(lists) 等物件類別。
上傳時間: 2016-12-30
上傳用戶:lixinxiang
pic18 of LCD source code,這是18f4520在APP001實驗版上的源碼,可以驅(qū)動LCD的範例程式,涵蓋了燒錄檔
上傳時間: 2017-01-03
上傳用戶:jhksyghr
利用加強的PWM模組輸出半橋式PWM輸出,並設定適當?shù)目辗r間,同時開啟自動關閉功能,當RB0觸發(fā)時檢查蜂鳴器是否運作正常,這是PIC184520的源碼
上傳時間: 2013-12-15
上傳用戶:er1219
金路網(wǎng)絡硬盤====特首快傳系統(tǒng) (Tso upload system 1.0) 使用ASP腳本編寫,大量使用類封裝,全面集成優(yōu)化aspuplaod3.0批量上傳,只需服務器支技aspupload3即可使內(nèi)部網(wǎng)絡可以達到數(shù)十Mb的上傳速度,并無須客戶端下載任何安裝插件。
標簽: aspuplaod upload system Tso
上傳時間: 2017-01-12
上傳用戶:fnhhs
華碩電腦pcb設計規(guī)范,內(nèi)部資料, PCB Layout Rule Rev1.70, 規(guī)範內(nèi)容如附件所示, 其中分為: (1) ”PCB LAYOUT 基本規(guī)範”:為R&D Layout時必須遵守的事項, 否則SMT,DIP,裁板時無法生產(chǎn). (2) “錫偷LAYOUT RULE建議規(guī)範”: 加適合的錫偷可降低短路及錫球. (3) “PCB LAYOUT 建議規(guī)範”:為製造單位為提高量產(chǎn)良率,建議R&D在design階段即加入PCB Layout. (4) ”零件選用建議規(guī)範”: Connector零件在未來應用逐漸廣泛, 又是SMT生產(chǎn)時是偏移及置件不良的主因,故製造希望R&D及採購在購買異形零件時能顧慮製造的需求, 提高自動置件的比例. (5) “零件包裝建議規(guī)範”:,零件taping包裝時, taping的公差尺寸規(guī)範,以降低拋料率.
上傳時間: 2013-12-16
上傳用戶:奇奇奔奔