S3c2410的串口編程,根據S3C2410串口的寄存器設置串口波特率為57600,main函數從串口接收數據后,判斷其是否數字或子母,若是則加1后輸出
上傳時間: 2014-03-06
上傳用戶:gundan
T-kernel 的extension源代碼,是日本最著名的T-kernel所獨有的,適合開發T-kernel的朋友們使用! TK/SE is the program that extends T-Kernel and provides the functions such as a file system and a process management. The TK/SE archive to be provided is comprised of the main portion and the 2 extended file system portions, and TK/SE object is built by adding these to T-Kernel source. a) tkernel_se_1.00.00.tar.gz main source of T-Kernel/SE b) extfs_fatfs_1.00.00.tar.gz Difference source of T-Kernel/SE extended file system (FAT) c) extfs_cdrom_1.00.00.tar.gz Difference source of T-Kernel/SE extended file system (CD-ROM)
上傳時間: 2014-01-20
上傳用戶:czl10052678
While resting-state fMRI is drawing more and more attention, there has not been a software for its data analysis. Based on MATLAB, we developed a package named REST. Currently REST has three main functions: function connectivity, ReHo and ALFF.
標簽: more resting-state attention software
上傳時間: 2016-07-19
上傳用戶:cmc_68289287
詞法分析器 對輸入一個函數,并對其分析main() { int a,b a = 10 b = a + 20 }
上傳時間: 2013-12-20
上傳用戶:hfmm633
AES在AVR單片機上的實現 資源要求 Program: 4492 bytes (6.9% Full) (.text + .data + .bootloader) Data: 745 bytes (9.1% Full) (.data + .bss + .noinit) 可以在AVR Studio中模擬運行 AES加密和解密 在AVR Studio 中模擬運行 Ctrl+F7 后,模擬執行到main入口處 按F5后, 知道到加密完成 可以看出加密的結果 再按F10,執行解密, 可以看出input數組恢復了 原來的結果
標簽: bootloader Program bytes 4492
上傳時間: 2016-07-30
上傳用戶:363186
EBD9260開發板的測試程序,用ADS打開,通過增加和刪除main()的注釋可以測試多個開發板上的設備,希望對大家有用!
上傳時間: 2014-01-09
上傳用戶:bcjtao
關于 ZFC 框架的自述文件 2003.6.18 ====================================================================== 如何在PowerBuilder 開發環境中運行ZFC 框架。 1、文件 app.pbl 常用應用庫; controls.pbl zfc 控件庫; main.pbl 主要對象庫; demo.pbl 演示程序庫; 2、目錄 DB 演示數據庫; PSR 演示PB報表; 3、基于 ZFC 框架編寫程序需要哪些文件和表: 引用main.pbl、controls.pbl、app.pbl 三個庫 演示數據庫中的Employee,EmployeeToFunction,Function,Profile 四個表; 演示數據庫中的usp_DateGet,usp_EmployeeGet,usp_FunctionGet,usp_ProfileGet,usp_ProfileSet 五個存儲過程; 如果您使用其他數據庫,請移植表和存儲過程。 4、PowerBuilder 9.0,Adaptive Server Anywhere 7 必須;
上傳時間: 2016-08-13
上傳用戶:003030
es\Dice.ico This an icon file, which is used as the application s icon. This icon is included by the main resource file Dice.rc. res\Dice.rc2 This file contains resources that are not edited by Microsoft Visual C++. You should place all resources not editable by the resource editor in this file.
標簽: icon This application included
上傳時間: 2013-12-23
上傳用戶:hwl453472107
LCD顯示電子計價秤方案 1. 該方案使用的傳感器為20KG,靈敏度約為0.5mv/v,選用新傳感器線性較好的一段(100g-15Kg),直接處理,沒有做非線性修正,稱重可能會有偏差. 2. 軟件基于KEILC開發,使用單片機的型號為AT89S52,在main.c文件中有詳細說明。
上傳時間: 2013-12-29
上傳用戶:helmos
程序名稱: 數碼管顯示與鍵盤管理芯片ZLG7289的標準驅動程序(C51) 文件名: ZLG7289.h ZLG7289.C 說明: 本程序已經調試通過 程序的可移植性很好,僅做少量修改就可以直接包含使用 程序占用資源少,僅使用4根必須I/O口線,不占用定時器等其它資源 所有全局性的標識符都以ZLG7289_開頭,不必擔心命名沖突問題 程序結構清晰,思路明確,結合ZLG7289的數據手冊很容易理解 用法: 1、重新定義I/O接口 2、如果CPU的主頻比較高,則要適當調整延時,詳見ZLG7289_Delay()函數 3、在用戶程序中包含本頭文件 4、在main()函數的開始處添加初始化函數ZLG7289_Init() 5、以后在程序中可以直接使用ZLG7289的用戶指令集 6、讀取鍵盤掃描碼使用函數ZLG7289_Key(),查詢方式、中斷方式皆可
上傳時間: 2013-12-09
上傳用戶:zhangzhenyu