這是YL2410開發板的最新的wince 5.0 的BSP源文件。YL2410開發板CPU為三星S3C2410 A,支持USB HOST/FUNCTION, SD 卡,cf卡,IDE硬盤,串口,VGA,I2S。強烈推薦!
上傳時間: 2013-12-22
上傳用戶:hustfanenze
壓縮包里包含有JX44B0教學實驗系統用戶手冊及該系統的全套試驗例程,用c編寫,在ADT環境下編譯后下載到 實驗板即可執行,是學習arm開發的有用例程 源文件說明 Leddemo LED顯示實驗 Led LED 顯示實驗 Serial 串口實驗 Interrupt 外部中斷實驗 Dma DMA實驗 Pwm PWM實驗 Rtc 實時時鐘實驗 Watchdog 看門狗實驗 Ad AD 采樣實驗 Stepper 步進電機驅動實驗實驗 Key 鍵盤驅動實驗 Dispchar 漢字字符顯示實驗 Dispgraph 圖形顯示實驗 Iic IIC 總線實驗 Tftp TFTP 文件傳輸實驗 Usb USB 數據傳輸實驗 Iis 立體聲錄放音實驗 Touch 觸摸屏驅動實驗 cf cf卡實驗 ide IDE硬盤接口驅動實驗 parallel 并行打印機接口通訊實驗 Ucos-ii UCOS-II實驗:Eg1, Eg2, Eg3, Eg4 gprs GPRS相關實驗(主叫實驗,被叫實驗,收短信實驗和發短信實驗) gps GPS實驗
上傳時間: 2013-12-05
上傳用戶:han_zh
ADS開發環境下的FAT文件系統軟件包,無論讀寫U盤還是SD卡和硬盤/cf卡都用得上
上傳時間: 2015-09-05
上傳用戶:youth25
arm 44b0在uclinux上的ide驅動,可以用來驅動cf卡,
上傳時間: 2014-01-12
上傳用戶:水中浮云
1.[問題描述] 編寫遞歸算法,計算二叉樹中葉子結點的數目 [輸入] 按照先序序列的順序輸入該結點的內容。其輸入abd eh cf i g . [輸出] 按中序序列輸出,輸出的結果為;dbheaficg并計算出二叉樹中葉子結點的數目為4 [存儲結構] 采用二叉表存儲 [算法的基本思想] 采用遞歸方法建立和遍歷二叉樹。首先建立二叉樹的根結點,然后建立其左右子樹,直到空子樹為止,中序遍歷二叉樹時,先遍厲左子樹,后遍厲右子樹,最后訪問根結點。根據左右子樹的最后一個結點計算出二叉樹中葉子結點的數目。 程序如下: #include<stdio.h> #include<malloc.h> #include"stdlib.h"
上傳時間: 2015-11-16
上傳用戶:GavinNeko
2.[問題描述] 編寫遞歸算法,在二叉樹中求位于先序序列中第K個位置的結點 [輸入] 按照先序序列的順序輸入該結點的內容。其輸入abd eh cf i g 。輸入要求的位置 [輸出] 若二叉樹不空,按先序序列輸出,求出所求位置的結點 [存儲結構] 采用二叉表存儲 [算法的基本思想] 采用遞歸方法建立和遍歷二叉樹。首先建立二叉樹的根結點,然后建立其左右子樹,直到空子樹為止,先序遍歷二叉樹時,先遍厲左子樹,后遍厲右子樹,最后訪問根結點并計算出二叉樹中葉子結點的數目和第K個位置的結點 #include<stdio.h> #include<malloc.h> struct node{ char info struct node*llink,*rlink } typedef struct node NODE
上傳時間: 2014-01-13
上傳用戶:zm7516678
--- --- --- --- --- --- --- --- --- --- --- --- --- Filename : HP_SENSOR-9.ASM() Remark : --- --- --- --- --- --- --- --- --- --- --- --- --- #include HT82M99E.INC #include USBFIFO.INC #include HP_SENSOR.INC ------------------------------------------------------------------------------ #define cf C #define ZF Z
標簽: HP_SENSOR Filename Remark ASM
上傳時間: 2015-12-05
上傳用戶:jjj0202
三星2440驅動程序,包括39VF160,IIS,cf,IIC,EEPROM,DMA,NAND,MCP2510等驅動測試
上傳時間: 2015-12-09
上傳用戶:yuchunhai1990
SharpZipLib之前叫做NZipLib,完全由 C# 開發的壓縮庫,支持Zip, GZip, Tar and BZip2 ,為2007年8月最新0852release版的源文件和文檔說明! Changes for v0.85.2 release Minor tweaks for cf, ZipEntryFactory and ZipFile. Fix for zip testing and Zip64 local header patching. FastZip revamped to handle file attributes on extract + other fixes Null ref in path filter fixed. Extra data handling fixes Revamped build and conditional compilation handling Many bug fixes for Zip64. Minor improvements to C# samples. ZIP-1341 Non ascii zip password handling fix. ZIP-355 Fix for zip compression problem at low levels
標簽: SharpZipLib NZipLib
上傳時間: 2015-12-11
上傳用戶:84425894
SharpZipLib之前叫做NZipLib,完全由 C# 開發的壓縮庫,支持Zip, GZip, Tar and BZip2 ,為2007年8月最新0852release版的代碼實例! Changes for v0.85.2 release Minor tweaks for cf, ZipEntryFactory and ZipFile. Fix for zip testing and Zip64 local header patching. FastZip revamped to handle file attributes on extract + other fixes Null ref in path filter fixed. Extra data handling fixes Revamped build and conditional compilation handling Many bug fixes for Zip64. Minor improvements to C# samples. ZIP-1341 Non ascii zip password handling fix. ZIP-355 Fix for zip compression problem at low levels
標簽: SharpZipLib NZipLib
上傳時間: 2015-12-11
上傳用戶:love_stanford