-
TC-ucos-philos-详细注释.rar
用TC编译ucos并在图像化界面下演示哲学家就餐问题,采用信号量机制,程序有BUG,不能顺利运行,但是我写了很多注释,有兴趣的朋友可以继续做下去,我的邮箱xuxi009@163.com可与我联系。注意图形界面驱动的路径要和源文件中的相同否则无法显示图形界面,相信用过TC的图形界面的明白,呵呵。-TC-ucos-philos-detailed notes. Rar uCOS compiled by TC and the image of interface presentation dining philosophers problem, using semaphore mechanism, the process by BUG, not a smooth run, but I write a lot of notes, are interested in friends can continue to do so, I can xuxi009@163.com-mail to contact me. Attention-driven graphical interface and the source file path to the same graphical interface or can not be displayed, I believe that TC used to understand graphical interface,呵呵.
- 2022-05-14 10:09:50下载
- 积分:1
-
我移植了加州大学
我 Porting 的 uC/OS-II V2.84 (目前Micrium)最新版之 Keil C51 工程,专供给 8051 上做任务调度,我已将 Code Size 改小至 4000 Byte,对于 X-Ram 的用量也仅 160 Byte(于 Keil C51 V8.08a 下编译后).我在 Main.c 内创建了两个任务调度的 LED 闪烁程序,方便了解任务是如何被创建的,同时我也在 Keil C51 的 Project 内设好了 Simulator 模式及 Port 1 窗视可即时的观测这两个任务调度情况.-I Porting the uC/OS-II V2.84 (currently Micrium) the latest version of the Keil C51 works exclusively on the supply of 8051 to do mission scheduling, I have Code Size改小to 4000 Byte, the usage of X-Ram is only 160 Byte (in Keil C51 V8.08a compiled). I main.c create two task scheduling of the LED flashing procedures to facilitate the understanding of how the mission was founded at the same time I Keil C51 is also equipped with the Project Good the Simulator Mode and Port 1 window, as can be observed real-time task scheduling of these two cases.
- 2022-07-08 00:39:37下载
- 积分:1
-
wofost_v717_source
Wofost作物模型源代码,可用于wofost作物模型的二次开发。(The source code of WOFOST crop model.)
- 2016-09-28 10:49:15下载
- 积分:1
-
基于ucos的数字钟代码
μC/OS II(Micro-Controller Operating System Two)是一个可以基于ROM运行的、可裁剪的、抢占式、实时多任务内核,具有高度可移植性,特别适合于微处理器和 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-11-18 07:55:03下载
- 积分:1
-
UCOSII工程模板
ucos基本模板,比较适合初学者使用,省去了搭建和移植的过程。希望能给大家提供帮助。(OSTaskCreate((OS_TCB *)&AppTaskStartTCB, /* Create the start task */
(CPU_CHAR *)"App Task Start",
(OS_TASK_PTR )AppTaskStart,
(void *)0,
(OS_PRIO )APP_CFG_TASK_START_PRIO,
(CPU_STK *)&AppTaskStartStk[0],
(CPU_STK_SIZE )APP_CFG_TASK_START_STK_SIZE / 10,
(CPU_STK_SIZE )APP_CFG_TASK_START_STK_SIZE,
(OS_MSG_QTY )0,
(OS_TICK )0,
(void *)0,
(OS_OPT )(OS_OPT_TASK_STK_CHK | OS_OPT_TASK_STK_CLR),
(OS_ERR *)&err);)
- 2018-03-29 21:31:38下载
- 积分:1
-
ARM9下的UCOS原代码
ARM9下的UCOS原代码-ARM9 under the original code UCOS
- 2022-08-31 16:00:03下载
- 积分:1
-
本程序51ucos,即在51系列的单片机上成功移植ucos的全部源代码,希望能给大家一点帮助!...
本程序51ucos,即在51系列的单片机上成功移植ucos的全部源代码,希望能给大家一点帮助!-Full source code of uC/OS II porting to 51 series MCU.
- 2022-05-12 17:03:30下载
- 积分:1
-
flash down程序,将bootloader烧写入nor flash,详细源代码
flash down程序,将bootloader烧写入nor flash,详细源代码-flash down procedure will be written into the bootloader burned nor flash, detailed source code
- 2022-04-09 09:05:21下载
- 积分: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
-
keil mdk 3.22 transplantation under uCOS II 2.83, on
keil mdk 3.22下移植的uCOS II 2.83,可在板上RAM中直接调试。-keil mdk 3.22 transplantation under uCOS II 2.83, on-board RAM can be directly debugging.
- 2022-04-18 04:32:03下载
- 积分:1