搜索资源列表
twopersonrussiasquar
- 这是俄罗斯方块游戏,是双人的俄罗斯方块游戏,移植其他试验平台上需要稍微修改,用c编写的游戏。-This is the game box, double the Russian box games Transplant other test platform needs a little revision, and c preparation of the game.
RTOSICCAVR
- UCOS/II for ICCAVR - The version of UCOS/II is 2.04 - the original port was done by Ole Saether for the IAR compiler. Jens E. Holtegaard ported one version using ICCAVR. Joerg Meyer did another port (using Jens port as a start?). This
bc45
- 此范例可在window的DOS上执行.有9各TASK分别秀出时间.执行方式解压锁COPY到C碟然后BC45\\SOURCE下修改TEST.C在BC45\\TEST下执行MAKETEST.BAT就可编绎出执行档 to show the starting time and completion time of each task in the first round.
ucos_ii-linux
- GCC下microC/OS-II 开发平台,内含microC/OS-II 完整源代码和邵贝贝版的四个应用程序book.c(有makefile)和相关的pdf(在解压后的Linux-test文件夹下),适合初学者学习。里面的代码均经过Linux下运行通过。
本移植也是从网上Download的
- 1. 本移植也是从网上Download的,稍微做了一下整理. 移植除了OS_CPU.h,OS_CPU_A.s,OS_CPU_C.C 三个函数外 对中断专门用了一个函数OS_int_A.s 按其中的规则 写中断函数即可 2。应用实例为\\ArmUCOS\\App\\test1\\test.mcp,在周立功2104的扳子上 的ram中就可直接运行(code+data<16K), 注意使用了.a库文件 (我习惯这么用) 3. 将所有的文件放到D:\\ArmUCOS\\下,这样上面的文件能直接编译
disk_rp
- 是在ucos ii 下的一个51系列的C语言硬盘测试程序。-in CENTER ii under a series of 51 C drive test procedures.
GUISim1003
- ucgui论坛,http://www.ucgui.com GUISim1.0.0.3. 提供在VC下进行UCGUI图形编程的环境, 完全开放源码, 在来UCGUI官方提供的测试开发中, 只有一个GUISIM.LIB的库文件,本人经过艰苦的反汇编, 终于还原其C源码,希望使用可以更加清楚的认训到在WINDOWS下模拟器所做的事情.-ucgui forum http://www.ucgui.com GUISim1.0.0.3. For the VC under UCGUI graphical pro
myUCOS
- 编译后可在x86上裸奔的ucosII!!! 编译脚本参见TEST.MAK c语言编译器是BC45,汇编语言编译器是tasm 连接后先生成的是test.exe。 参见MAKETEST.BAT 执行exe2bin test.exe后输入0800或8000,好像是输入0800,我记不清了。两个都可以试试。 loader.bin的作用是吧test.bin加载到内存地址0x8000处,其源码我没有了。可以参考软件Emu8086.v4.05里的一个汇编例子,它的名字大概就叫一个简单的操作系统
snake
- 基于µ C/OS和ARM平台的贪吃蛇游戏的设计和开发- ARM to enter the Chinese market has a number of years. With the gradual application of in-depth, more and more Chinese engineers began contacts and familiar with the ARM technology, and ARM technology in the embedded
uCOS_test
- 用以学习邵贝贝版的uCOS在PC上的学习。包含了uCOS的源码,PC上的移植,Boland C++ 4.5,以及个人修改搭建好的开发环境和工程。需要修改TEST\TEST\TEST.C文件,然后再双击MAKETEST.BAT即可生成TEST.EXE的应用程序,可以很方便的学习-uCOS source code,Boland C++ 4.5.To learn uCOS easily.
ads_source
- ARMSYS-C开发板例程,包含各种功能部件测试源代码,以及ucos实时操作系统例程,是学习arm开发板必看必学代码!-ARMSYS-C development board routines, including test various elements of the source code, and ucos real-time operating system routines to learn arm development board Must learn the code!
ucos3-port-to-VC6-demo
- 将uC/OSIII移植到Visual C++6.0中。包含ucosIII移植的详细说明,测试程序以及ucosIII的简单说明-The uC/OSIII ported to Visual C++6.0 in. Describe contains ucosIII transplant, test procedures, and a brief descr iption of ucosIII
ucos_vc
- Micrium-uCOS-II-V290 基于Visual C++ 6.0的uCOS II移植代码,测试环境为Windows XP,暂不支持Windows7-Micrium-uCOS-II-V290-based Visual C++ 6.0 of uCOS II porting code, test environment for Windows XP, does not support Windows7
test
- 在ZLG MAGIC241 开发板或者其他ARM9架构的其他开发板上实现贪吃蛇的小游戏,利用μC/OS-II的任务管理系统对于所有的任务进行管理调度。建立两个任务(不包括空闲任务),其中一个高优先级的任务一直实现按键扫描,以便获得键值;另一个低优先级的任务,实现游戏方向键定义和游戏运动画面等功能。-In ZLG MAGIC241 development board or other ARM9 architecture of other development board to achieve s
