CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 uCOS开发 搜索资源 - can 例子

搜索资源列表

  1. ucos_s3c4510

    0下载:
  2. 这个程序是在S3C4510B上进行uC/OS-II移植的例子。可以给大家做点参考-the procedure is conducted in S3C4510B uC / OS-II transplantation example. Everyone can do something to make reference to
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:57592
    • 提供者:宝翔
  1. UcosIIfor8051

    0下载:
  2. UCOS在C51上实现的两个例子,可以直接在BC环境下运行-C51 UCOS in achieving the two examples that can be directly in the operating environment BC
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:316969
    • 提供者:洪峰
  1. xltExlt2

    0下载:
  2. 这个例子如果运行,将在仿真的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页点击Selec
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:5956
    • 提供者:邢兰停
  1. DisplayerEx3

    0下载:
  2. 这个例子是例子2的另一种写法(但任务数量不同),它使用了最高优先级任务作为显示任务,全局变量ShowChar作为参数.函数TaskB是优先级1~10的任务函数,因为没有使用局部变量,这些任务可以用一个函数. 注意:(1)在KEIL C51 工程中,我已经把输出文件目录设在e:\\temp中,您可以在Project->Options for Target \"Target 1\"的output页点击Select Folder for Objects...和Listing页点击Select
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:5264
    • 提供者:邢兰停
  1. 8seg_sample

    0下载:
  2. s3c4510的一个任务例子源代码,可参考使用-Porting of a task example source code, reference can be used
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:2258
    • 提供者:英三聪
  1. UCOS_LOADBMP

    0下载:
  2. MiniGUI到ucOS-II的位图操作。通过该例子,可以了解MiniGUI位图操作的基本结构,练习MiniGUI位图操作。-MiniGUI to ucOS-II bitmap operation. Adoption of the examples can understand MiniGUI bitmap in the basic operation of the structure and practice MiniGUI bitmap operation.
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:4762043
    • 提供者:张磊
  1. myUCOS

    0下载:
  2. 编译后可在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里的一个汇编例子,它的名字大概就叫一个简单的操作系统
  3. 所属分类:uCOS

    • 发布日期:2017-04-02
    • 文件大小:81305
    • 提供者:luoshaohua
  1. keyboard(ucgui).rar

    0下载:
  2. 这是一个基于ucgui的软键盘的例子,带有源码,可以用于学习。,This is a soft keyboard on the ucgui example, with source code that can be used for learning.
  3. 所属分类:uCOS

    • 发布日期:2017-03-22
    • 文件大小:102818
    • 提供者:王云
  1. ucos33ex

    1下载:
  2. 这个就是所谓ucos的33个例子,其实来自于任哲的一本书 不过我压缩成一个文件 只需下载这一个文件即可-This is the so-called uCOS of 33 examples, in fact, from the REN Zhe of a book but I just compressed into a file you can download this document
  3. 所属分类:uCOS

    • 发布日期:2017-05-18
    • 文件大小:4936426
    • 提供者:m
  1. uCOS-II-18F452

    1下载:
  2. ucos在pic18f452上的移植的例子,稍加修改即可在pic的其他单片机上跑,可以在工程上应用,也是学习ucos的好例子-uCOS transplantation in the pic18f452 example, can be slightly modified in the pic on the other single-chip running in engineering applications, is also a good example of learning uCOS
  3. 所属分类:uCOS

    • 发布日期:2017-04-09
    • 文件大小:1474050
    • 提供者:chenguo
  1. PDAtest

    0下载:
  2. pda软件的例子可以学习一下,使用ucos 与ucgui-pda software examples can learn ucos and ucgui
  3. 所属分类:uCOS

    • 发布日期:2017-05-13
    • 文件大小:3131682
    • 提供者:
  1. TCPinterception

    0下载:
  2. tcp数据侦听的例子,实现了udp数据侦听回环操作,可以移植到LPC处理器上,不同的处理器只需要修改启动文件就可以了,非常容易移植,该例子是在ucos环境下移植,并在lpc2368处理器上运行成功,选用的是DM69161网卡-tcp listening examples of data to achieve a listening udp data loop operation, can be transferred to the LPC processor, different process
  3. 所属分类:uCOS

    • 发布日期:2017-03-31
    • 文件大小:501337
    • 提供者:jim
  1. s3c2410UcosMultiTask

    0下载:
  2. 革新的ucos的s3c2410例子,可以在ADS下编译通过,启动多任务功能。 -UCOS innovative example of the S3C2410 can be compiled under the ADS through, start multi-tasking features.
  3. 所属分类:uCOS

    • 发布日期:2017-04-06
    • 文件大小:288151
    • 提供者:dawnfire
  1. ucos2

    0下载:
  2. 用C语言编写的uCOS_II在51单片机上移植,此代码可直接移植到单片机上,并给出一个串口通信例子供读者学习与交流-Using C language on uCOS_II at 51 Singlechip transplantation, this code can be directly transplanted into single-chip, and give an example of serial communication for readers to study and exch
  3. 所属分类:uCOS

    • 发布日期:2017-05-07
    • 文件大小:1356430
    • 提供者:wangjundong
  1. ucos_exam1

    0下载:
  2. UCOS的源码,它的硬件基础是80186,只要你的电脑只要是INTEL的CPU,就可以在你的电脑上面正常运行,你也可以把它移植到你的MCU,所以这个源码是研究UCOS的最佳选择。这个例子是UCOS实现各个任务管理。-UCOS the source, and its hardware is based on 80,186, as long as your computer as long as it is INTEL' s CPU, on your computer in the norma
  3. 所属分类:uCOS

    • 发布日期:2017-04-25
    • 文件大小:103902
    • 提供者:jacob
  1. os_app

    0下载:
  2. ucos2的代码,和应用的例子,可以直接在windows环境下运行-ucos2 the code, and application examples, you can directly run in windows environment
  3. 所属分类:uCOS

    • 发布日期:2017-04-28
    • 文件大小:476029
    • 提供者:秋子
  1. UCOS_II

    0下载:
  2. 自己做的ucos 2的例子,大家可以通过Borland c++ 4.5来运行-Do their own ucos 2 example, we can Borland c++ 4.5 to run
  3. 所属分类:uCOS

    • 发布日期:2017-04-08
    • 文件大小:213703
    • 提供者:王攀
  1. IAR_UCOS_II

    0下载:
  2. 这是一个移植在ATMEGA16上的UCOS操作系统例子,和正常的移植不同,这个例子中将系统的中断栈和各个任务的任务栈分开了,中断嵌套时要保护的上下文和在中断中分配的临时变量全部在唯一的一个中断栈中,它带来的好处是可以在内存比较小的单片机上使用UCOS,坏处也是显而易见的,它增加了中断切换的时间和复杂性,要根据实际情况取舍。这个例子使用IAR EWAVR 5.30打开。-This is a transplant in the ATMEGA16 UCOS operating system on th
  3. 所属分类:uCOS

    • 发布日期:2017-03-26
    • 文件大小:133771
    • 提供者:丁一
  1. LPC2138_UCOS_ZLGGUI

    0下载:
  2. 使用LPC2138,操作系统采用UC/OS的,ZLGGUI的代码例子,可以作为模板用-Use LPC2138, the operating system by UC/OS of, ZLGGUI code example, can use as templates
  3. 所属分类:uCOS

    • 发布日期:2017-04-02
    • 文件大小:138819
    • 提供者:胡恺
  1. S3C2440_uCOS

    0下载:
  2. ucos 在arm9上移植的例子,可以运行,学习移植的好例子-ucos arm9 on the transplant example, you can run, portable learning good example! !
  3. 所属分类:uCOS

    • 发布日期:2017-05-02
    • 文件大小:1008696
    • 提供者:zp
« 12 »
搜珍网 www.dssz.com