在純DOS下運行的TurboC3_ucos2_ucgui bug改進版本,直接解壓到D:\根目錄下,運行D:\myworks\tc\bin\tc.exe,打開project,打開ucgui目錄下的ucgui.prj,而后按Ctrl+F9編譯并運行!
上傳時間: 2015-05-11
上傳用戶:skhlm
This document describes the MPI and MPI standards They are both extensions to the MPI standard The MPI part of the document contains clarications and corrections to the MPI standard and denes MPI The MPI part of the document describes additions to the MPI standard and denes MPI These include miscellaneous topics process creation and management onesided communications extended collective operations external interfaces IO and additional language bindings
標簽: MPI extensions describes the
上傳時間: 2015-05-15
上傳用戶:CHENKAI
校學生宿舍信息系統是針對學校人事處的大量業務處理工作而開發的管理軟件,是典型的管理信息系統(Management Information System)。它是一個教育單位不可缺少的部分,它的內容對于學校的決策者和管理者來說都至關重要,它能夠為用戶提供充足的信息和快捷的查詢手段。能有效的幫助學校和老師掌握學生的情況。
上傳時間: 2013-12-27
上傳用戶:米卡
Intel/DVI ADPCM coder/decoder. The algorithm for this coder was taken from the IMA Compatability Project proceedings
標簽: coder Compatability algorithm decoder
上傳時間: 2015-05-20
上傳用戶:trepb001
uc/os-ii for 8051 This package provides the sources required to use the uC/OS-II v2.00 real time kernel on the 8051 processor. To use this package you will need the TASKING C Compiler toolset v6.0r1 or higher. For info on TASKING products you can contact our Web-site at: http://www.tasking.com Unzip the zipfile in the root of the drive where you also installed the uC/OS-II general sources. The following directories will be added: \SOFTWARE\UCOS-II\8051 This directory contains the microprocessor specific source code \SOFTWARE\UCOS-II\ex1_8051r This directory contains the project files for the first example \SOFTWARE\UCOS-II\ex2_8051r This directory contains the project files for the second example
標簽: the provides required package
上傳時間: 2015-05-21
上傳用戶:ainimao
這個例子如果運行,將在仿真的PC窗口中的第1,2,3行顯示一些信息后,在隨機位置顯示 1 ~ 5 .由于keil c51默認不支持重入函數,它的重入函數使用仿真的重入棧而不使用系統棧,而Small RTOS 51沒有進行重入棧管理,所以在TaskA~TaskE雖然及其相似,但不能合并. 注意:(1)在KEIL C51 工程中,我已經把輸出文件目錄設在e:\temp中,您可以在Project->Options for Target "Target 1"的output頁點擊Select Folder for Objects...和Listing頁點擊Select Folder for Listing...改變. (2)編譯時會有5個警告,其中一個是因為沒有使用一個系統函數OSSendSignal引起,它可以忽略.另4個是禁止任務間變量覆蓋分析引起,必須忽略.感謝網友John X. Liu,在這個例子中我使用了他編寫的仿真(dllPc51Emu.dll),這個dll原來是為他移植的Ucos-ii for keil c51的例子編寫. (3)Pc51Emu.dll在KEIL C51 V6.23 V7.00工作不正常.
上傳時間: 2015-05-29
上傳用戶:無聊來刷下
這個例子是例子2的另一種寫法(但任務數量不同),它使用了最高優先級任務作為顯示任務,全局變量ShowChar作為參數.函數TaskB是優先級1~10的任務函數,因為沒有使用局部變量,這些任務可以用一個函數. 注意:(1)在KEIL C51 工程中,我已經把輸出文件目錄設在e:\temp中,您可以在Project->Options for Target "Target 1"的output頁點擊Select Folder for Objects...和Listing頁點擊Select Folder for Listing...改變. 感謝網友John X. Liu,在這個例子中我使用了他編寫的仿真dll(Pc51Emu.dll),這個dll原來是為他移植的Ucos-ii for keil c51的例子編寫. (2)Pc51Emu.dll在KEIL C51 V6.23 V7.00工作不正常.
上傳時間: 2015-05-29
上傳用戶:asddsd
Apriori算法源碼(C++) 看了以前在這里發的apriori源碼,覺得寫得代碼有些繁瑣,現在重寫了一下,主要是把數據操作和界面顯示分離,使用了stl和boost,簡化了字符操作的算法,數據庫用的是mysql的,API是mysql++,在mfc下mysql++無法運行,所以gui框架用的是win32gui-lib(可以到sf.net/project/win32gui下載)。當然你也可以用odbc改寫,或是換用別的數據庫,因為算法邏輯是獨立的,所以應該很容易改寫
上傳時間: 2013-12-28
上傳用戶:cxl274287265
51的一個DEMO,文件的內容包含原理圖,和開發環境的project文件
上傳時間: 2013-12-26
上傳用戶:TF2015
PathPlannerApp Manual With Tutorial.doc is a path planning-tutorial that provides detailed explanation and pseudo-codes. In order to get the most out of the tutorial, you should start with the "PathPlannerApp.base" and avoid looking through the "PathPlannerApp.solution" untill you have completed the project.
標簽: planning-tutorial PathPlannerApp explanati Tutorial
上傳時間: 2014-10-31
上傳用戶:yimoney