-
这是一个关于图形界面的源代码,uc/gui
这是一个关于图形界面的源代码,uc/gui-ucgui
- 2022-03-07 11:59:51下载
- 积分:1
-
protues仿真UCOSII多任务管理协调,任务与任务的通讯,任务的切换等...
protues仿真UCOSII多任务管理协调,任务与任务的通讯,任务的切换等 -protues simulation UCOSII multi-task management coordination, mission and mandate of the Communications, The task switching, etc.
- 2023-04-08 20:30:04下载
- 积分:1
-
_ ucos ii在ADS1.2
ucos_ii for ads1.2
- 2022-03-12 22:18:43下载
- 积分:1
-
一本讲uC/OS的很好的书,内容包括系统的安装、任务、实时系统、内核、中断、任务间通讯等。...
一本讲uC/OS的很好的书,内容包括系统的安装、任务、实时系统、内核、中断、任务间通讯等。-This is the Chinese translation of the book on uC/OSII, contents include installation of system, task, real-time system, kernel, interrupt, communication among tasks etc..
- 2022-02-09 23:51:27下载
- 积分:1
-
这是针对凌阳SPCE061A芯片的一个uCOS系统的移植包,里面成功开了三个任务,在61板上稳定运行,是我做毕设时移的一个包,开发工具是凌阳的IDE,...
这是针对凌阳SPCE061A芯片的一个uCOS系统的移植包,里面成功开了三个任务,在61板上稳定运行,是我做毕设时移的一个包,开发工具是凌阳的IDE,-this is a UCOS code that can run in the SPCE061A ,inclue 3 task , pass the test on a develop bord!
- 2022-02-21 05:28:49下载
- 积分:1
-
UCOS-II
经典教材,chm格式,是学习嵌入式操作系统的优秀、简洁的操作系统(Classic textbook, chm format, embedded operating system is to learn from the excellent, simple operating system)
- 2008-07-19 16:12:29下载
- 积分:1
-
最新版ucos2.86源码和详细工程设计文件的移植…
最新版ucos2.86
源码及详细的移植工程 文档
ADS-The latest version of ucos2.86 source and detailed engineering documents transplantation ADS
- 2022-10-14 00:15:02下载
- 积分:1
-
从软盘向内存 加载 程序的 asm 源码
开发工具
masm 5.1
结合debug 可以加载很多东西...
从软盘向内存 加载 程序的 asm 源码
开发工具
masm 5.1
结合debug 可以加载很多东西-from floppy disk to memory loading procedures asm-source development tools can integrate debug 5.1 can load a lot of things
- 2022-07-09 04:36:18下载
- 积分:1
-
这是一个用API函数编写的操作系统的内存管理的程序的实现
这是一个用API函数编写的操作系统的内存管理的程序的实现-This is a preparation using API functions of the operating system memory management procedures for the realization of
- 2023-04-25 16:45:03下载
- 积分:1
-
移植到MCS51的uCOS_II。
1。在文件OS_CORE.C中OSMapTbl和OSUnMapTbl数组用于查表,所以应该放在code里。...
移植到MCS51的uCOS_II。
1。在文件OS_CORE.C中OSMapTbl和OSUnMapTbl数组用于查表,所以应该放在code里。
增加code关键字。UCOS_II.H和OS_CORE.C。
2。OS_CFG.H堆栈大小MaxStkSize改为900。
3。OS_CPU_C.C的InitTimer0函数增加了关于开T0中断的解释。
允许T0中断,此时EA=0(51上电缺省值),中断还不会发生,满足在OSStart()前不产生中断的要求。
4。修改中断处理流程,以便严密监视中断嵌套情况。每个中断进入后立即进行OSIntNesting+1原语操作。
5。增加printf函数的移植,支持灵活的数据显示。支持标准或长二进制/八进制/十进制/十六进制/无符号整数,
支持字符、字符串、浮点数、百分号%。其中,浮点数在整个范围内被完全支持,统一采用科学记数法显示。
-transplanted to the MCS51 uCOS_II. 1. In the document which OSMapTbl OS_CORE.C and OSUnMapTbl array for Lookup, Therefore, it should be placed on code Lane. Increased code keyword. UCOS_II.H and OS_CORE.C. 2. OS_CFG.H MaxStkSize stack size to 900. 3. OS_CPU_C.C InitTimer0 function of the increase on the open T0 interrupted explained. Allow T0 interruption, this time EA = 0 (51 electricity default value), also will not be interrupted. meet the OSStart () do not have interrupted the former requirements. 4. Changes interrupt handling procedures, in order to closely mon
- 2022-08-25 03:55:13下载
- 积分:1