壓縮包里包含有JX44B0教學(xué)實驗系統(tǒng)用戶手冊及該系統(tǒng)的全套試驗例程,用c編寫,在ADT環(huán)境下編譯后下載到 實驗板即可執(zhí)行,是學(xué)習(xí)arm開發(fā)的有用例程 源文件說明 Leddemo LED顯示實驗 Led LED 顯示實驗 Serial 串口實驗 Interrupt 外部中斷實驗 Dma DMA實驗 Pwm PWM實驗 Rtc 實時時鐘實驗 Watchdog 看門狗實驗 Ad AD 采樣實驗 Stepper 步進電機驅(qū)動實驗實驗 Key 鍵盤驅(qū)動實驗 Dispchar 漢字字符顯示實驗 Dispgraph 圖形顯示實驗 Iic IIC 總線實驗 Tftp TFTP 文件傳輸實驗 Usb USB 數(shù)據(jù)傳輸實驗 Iis 立體聲錄放音實驗 Touch 觸摸屏驅(qū)動實驗 cf CF卡實驗 ide IDE硬盤接口驅(qū)動實驗 parallel 并行打印機接口通訊實驗 Ucos-ii UCOS-II實驗:Eg1, Eg2, Eg3, Eg4 gprs GPRS相關(guān)實驗(主叫實驗,被叫實驗,收短信實驗和發(fā)短信實驗) gps GPS實驗
上傳時間: 2013-12-05
上傳用戶:han_zh
ADS開發(fā)環(huán)境下的FAT文件系統(tǒng)軟件包,無論讀寫U盤還是SD卡和硬盤/CF卡都用得上
標簽: ADS FAT 開發(fā)環(huán)境 文件系統(tǒng)
上傳時間: 2015-09-05
上傳用戶:youth25
arm 44b0在uclinux上的ide驅(qū)動,可以用來驅(qū)動cf卡,
上傳時間: 2014-01-12
上傳用戶:水中浮云
1.[問題描述] 編寫遞歸算法,計算二叉樹中葉子結(jié)點的數(shù)目 [輸入] 按照先序序列的順序輸入該結(jié)點的內(nèi)容。其輸入abd eh cf i g . [輸出] 按中序序列輸出,輸出的結(jié)果為;dbheaficg并計算出二叉樹中葉子結(jié)點的數(shù)目為4 [存儲結(jié)構(gòu)] 采用二叉表存儲 [算法的基本思想] 采用遞歸方法建立和遍歷二叉樹。首先建立二叉樹的根結(jié)點,然后建立其左右子樹,直到空子樹為止,中序遍歷二叉樹時,先遍厲左子樹,后遍厲右子樹,最后訪問根結(jié)點。根據(jù)左右子樹的最后一個結(jié)點計算出二叉樹中葉子結(jié)點的數(shù)目。 程序如下: #include<stdio.h> #include<malloc.h> #include"stdlib.h"
上傳時間: 2015-11-16
上傳用戶:GavinNeko
2.[問題描述] 編寫遞歸算法,在二叉樹中求位于先序序列中第K個位置的結(jié)點 [輸入] 按照先序序列的順序輸入該結(jié)點的內(nèi)容。其輸入abd eh cf i g 。輸入要求的位置 [輸出] 若二叉樹不空,按先序序列輸出,求出所求位置的結(jié)點 [存儲結(jié)構(gòu)] 采用二叉表存儲 [算法的基本思想] 采用遞歸方法建立和遍歷二叉樹。首先建立二叉樹的根結(jié)點,然后建立其左右子樹,直到空子樹為止,先序遍歷二叉樹時,先遍厲左子樹,后遍厲右子樹,最后訪問根結(jié)點并計算出二叉樹中葉子結(jié)點的數(shù)目和第K個位置的結(jié)點 #include<stdio.h> #include<malloc.h> struct node{ char info struct node*llink,*rlink } typedef struct node NODE
上傳時間: 2014-01-13
上傳用戶:zm7516678
The source code for this package is located in src/gov/nist/sip/proxy. The proxy is a pure JAIN-SIP application: it does not need proprietary nist-sip classes in addition of those defined in JAIN-SIP 1.1, you can substitute the NIST-SIP stack by another JAIN-SIP-1.1 compliant stack and it should interoperate. he proxy can act as presence server and be able to process NOTIFY and SUBSCRIBE requests. If this parameter is disabled, the proxy will simply forward those kind of requests following the appropriate routing decision.
標簽: proxy The JAIN-SIP package
上傳時間: 2015-11-30
上傳用戶:ippler8
he source code for this package is located in src/ directory. The JAIN-SIP-SERVICES is a JAIN-SIP application: it does not need proprietary nist-sip classes in addition of those defined in JAIN-SIP 1.1, you can substitute the NIST-SIP stack by another JAIN-SIP-1.1 compliant stack and it should interoperate.
標簽: JAIN-SIP-SERVICES directory JAIN-SIP package
上傳時間: 2013-12-30
上傳用戶:caiiicc
The CD ROM driver is used with Classpnp.sys to provide access to CD ROMs and DVD ROMs. It supports Plug and Play, Power Management, and AutoRun (media change notification). It is 64-bit compliant.
標簽: ROMs Classpnp supports provide
上傳時間: 2014-01-19
上傳用戶:jyycc
The Disk sample is used with Classpnp.sys as disk driver. The sample supports Plug and Play, Power Management, WMI, and failure prediction (S.M.A.R.T.), and it is 64-bit compliant.
標簽: sample The Classpnp supports
上傳時間: 2014-12-06
上傳用戶:bjgaofei
This is the library for all storage drivers. It simplifies writing a storage driver by implementing 90 percent of the code required to support Plug and Play, Power Management, et cetera. This library is used by disk.sys, cdrom.sys and the tape class drivers. No INF file is needed to install this library. The library is 64-bit compliant.
標簽: storage implementing simplifies drivers
上傳時間: 2014-01-01
上傳用戶:txfyddz
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1