|
0.png (39.66 KB, 下載次數(shù): 39)
下載附件
2016-9-1 01:41 上傳
用51單片機做的RTX51操作系統(tǒng)仿真電路原理圖如上所示
單片機RTX51操作系統(tǒng)的源程序(部分程序)如下:
- /****************************************************************************/
- /* */
- /* This project exceedes the code size limits of the Evaluation Version */
- /* and cannot be modified/retranslated with the Evaluation Version. */
- /* */
- /* However you can debug a pre-compiled version with the uVision2 Debugger. */
- /* */
- /****************************************************************************/
- void main () {
- /* This is a dummy main routine */
- while (1) {
- ;
- }
- }
復(fù)制代碼
0.png (82.37 KB, 下載次數(shù): 48)
下載附件
2016-9-1 01:42 上傳
單片機RTX51操作系統(tǒng)仿真工程文件及其他完整代碼下載:
http://www.torrancerestoration.com/bbs/dpj-54940-1.html
|
|