數字頻率計,七位計數,顯示六位,帶test模塊
標簽: 數字頻率計
上傳時間: 2013-12-19
上傳用戶:ggwz258
掌握在uC/OS-II 操作系統下使用ZLG/GUI的基本方法。 1. 啟動 ADS 1.2,使用 ARM Executable Image for UCOSII(for lpc22xx)工程模板建立一 個工程 gui_ucos,工程存儲在 uCOS-II 目錄下。 說明:在 uCOS-II 目錄下要保存有 uCOS-II 的移植代碼和內核源代碼。 2. 建立 C 源文件 Test .c,編寫實驗程序,保存到 gui_ucos\src 目錄下,然后添加到工程 的 user組中。 3. 復制 ZLG/GUI 文件。把 ZLG_GUI 整個目錄及文件復制到 gui_ucos\SRC 目錄下。 4. 添加 ZLG/GUI 文件。在工程管理窗口中新建一個組 ZLG/GUI,然后在這個組內添 加 gui_ucos\SRC\ZLG_GUI下的所有 C 源程序文件和 GUI_CONFIG.H配置文件。 5. 新建驅動程序,在工程管理窗口中新建一個組 lcd_drive,并將驅動程序添加到工程 的 lcd_drive組中。驅動程序文件名比如:LCDDRIVE.c、LCDDRIVE.H,可以保存 在 gui_ucos\SRC 目錄下。 6. 修改 CONFIG.H,增加包含 LCDDRIVE.H 頭文件和 ZLG/GUI 的所有頭文件,如程 序清單 1.3 所示。
上傳時間: 2013-12-21
上傳用戶:wyc199288
The DHRY program performs the dhrystone benchmarks on the 8051. Dhrystone is a general-performance benchmark test originally developed by Reinhold Weicker in 1984. This benchmark is used to measure and compare the performance of different computers or, in this case, the efficiency of the code generated for the same computer by different compilers. The test reports general performance in dhrystones per second. Like most benchmark programs, dhrystone consists of standard code and concentrates on string handling. It uses no floating-point operations. It is heavily influenced by hardware and software design, compiler and linker options, code optimizing, cache memory, wait states, and integer data types. The DHRY program is available in different targets: Simulator: Large Model: DHRY example in LARGE model for Simulation Philips 80C51MX: DHRY example in LARGE model for the Philips 80C51MC
標簽: general-performanc benchmarks Dhrystone dhrystone
上傳時間: 2016-11-30
上傳用戶:hphh
This Application Note describes the steps that are required to install and use the Keil Monitor-51 on a user specific hardware. The Keil Monitor-51 allows you to connect your 8051 hardware to the μVision2 Debugger. You can use the powerful debugging interface to test application programs in your target hardware.
標簽: Application describes the required
上傳時間: 2013-12-03
上傳用戶:lvzhr
本程序為自己在學習操作系統時獨立根據書上所述的銀行家算法制作而成,包括一個數組輸入函數(Sr()),數組輸出函數(Pr())和一個判斷函數(test()),并通過指針傳遞參數,可以自定義進程數目和資源種類數目(源程序限10個以內,可自行更改數組)。 注:本程序是在linux環(huán)境下通過gcc編譯器編譯成功的。若移植到windows環(huán)境下可能在漢字顯示部分出現亂碼。
上傳時間: 2016-12-07
上傳用戶:lhw888
1.本程序為學習struts的朋友提供一個例子。 2.本程序部分實現AJAX功能,采用DWR框架。 3.程序運行環(huán)境為MYECLIPSE 5.0 + TOMACT 5.5 + ORACLE 9i 4.配置說明:將lib目錄下的commons-pool-1.2.jar,commons-dbcp-1.2.jar,ojdbc14.jar復制到TOMACT目錄下的COMMON下的LIB目錄中。 5.登陸用戶名:test密碼為空
上傳時間: 2013-12-22
上傳用戶:hebmuljb
MS Access is commonly thought of as the little brother of Database engines, and not a lot of material has been published about methods used for exploiting it during a penetration test. The aim of this paper is to bring a lot of disparate information together into one guide.
標簽: Database commonly of brother
上傳時間: 2014-01-04
上傳用戶:dreamboy36
基于JAVA實現的圖像特征提取源代碼 圖像特征提取的源代碼,使用sobel算子提取圖像邊緣,使用hu矩提取圖像形狀特征,使用顏色中心矩提取圖像顏色特征,請使用eclipes導入該工程并運行test文件(可將test文件中去掉一些注釋部分運行更多功能)。
上傳時間: 2016-12-24
上傳用戶:dragonhaixm
依次輸入單個字符到該數組中,直到輸入回車完成該字符數組的輸入。反向輸出該數組中的字符串內容。 // 輸入:This is Test! 輸出結果為:!tseT si sihT // 并利用sizeof運算符,求出數組占用的內存字節(jié)數
上傳時間: 2016-12-30
上傳用戶:lijianyu172
圖書管理 pb+sql library management system 安裝說明 1。SQL數據源文件:new_data.mdf,new_log.ldf.第一次使用時需要打開 SQL2000的企業(yè)管理器,在‘所有任務’里選擇‘附加數據庫’。 2。要把test.ini 放到與本程序相同的目錄,然后修改該文件里面的服務器名.比如你的數 據庫名是ddd,則ServerName = ddd . 3。運行tsglsystem.exe 提示:第一次進入本系統,可以使用如下帳號: 管理者帳號:0002 密碼:0002 (只能輸入書編號借書) 讀者號:從 0001 密碼:0001(能借書)
標簽: management SQL new_data library
上傳時間: 2014-01-22
上傳用戶:hn891122