CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - ucos2 51

搜索资源列表

  1. UCOS2在51上的移植源码V1.1

    0下载:
  2. UCOS2在51上的移植源码V1.1。学习UCOS的代码-UCOS2 51 on the transplant source V1.1. UCOS learning code
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:59762
    • 提供者:丁巍
  1. UCOS2在51上的移植源码

    0下载:
  2. UCOS2在51上的移植源码。学习UCOS-UCOS2 51 on the transplant source. Learning UCOS
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:66443
    • 提供者:丁巍
  1. ucos2.51

    0下载:
  2. lpc2132上真正能跑得源代码!内附一个实例-The source code of uCOS running on lpc2132 ! Include one example.
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:129545
    • 提供者:王波
  1. 在51移植的ucos2源代码 UCOS2_KEIL

    0下载:
  2. 在51移植的ucos2源代码 UCOS2_KEIL-in 51 transplant ucos2 source UCOS2_KEIL
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:183997
    • 提供者:陈建文
  1. uCOS-II 2.52在51上的移植程序独立喂狗任务

    1下载:
  2. ucos2 移植到C51的源码,经过本人验证可以使用,价值很好-C51 ucos2 transplanted to the source, after certification can I use, good value
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:75451
    • 提供者:张雨田
  1. ucos2.71

    0下载:
  2. UCOS_II : UCOS_II代码,2.71版 Src : 主程序代码 Inc : 主程序的头文件 Debug : SDT目标代码 Myucos_Data : ADS目标代码 Myucos.apj : SDT2.51工程文件 Myusos.mcp : ADS1.2工程文件 Myusos.PR : SourceInsight3.5工程文件-UCOS_II : UCOS_II code, version 2.71 Src : main progra
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:148456
    • 提供者:liliang
  1. UCOS2.52wqyzb

    0下载:
  2. ucos2.52多处理器平台移植源代码,包括arm,51,x86等平台
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:6434033
    • 提供者:zzm
  1. ucfs

    1下载:
  2. ucfs的源代码,集成了ucos2.51,该程序在Vc6.0下编译通过,可以在电脑上运行,在电脑上将一小块内存模拟成为
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:219509
    • 提供者:蔡鹏
  1. 支持256个任务的UCOS2.51

    0下载:
  2. 修改后的ucos2.51可以支持256个任务,在vc下测试过。-revise the ucos2.51 can support 256 missions, under the vc tested.
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:56038
    • 提供者:康康
  1. uCOS_2.51.rar

    0下载:
  2. 不用说了,uC/OS2.51官方源代码,此外结合本人心得体会增加了详细地说明,希望对初次使用者能起到一定的帮助作用。适用于uC/OS-II开发工具Borland C3.1剪裁版。 ,Needless to say, uC/OS2.51 official source, in addition to combine my experiences increased detailed descr iption, and I hope to first-time users can play a ro
  3. 所属分类:uCOS

    • 发布日期:2017-03-23
    • 文件大小:892776
    • 提供者:xuke
  1. 51ucos2

    0下载:
  2. 自从发表《uCOS51移植心得》以来,我收到了很多朋友们的来信,大家对公开源码表示鼓励,谢谢大家的支持!很多人对于编写自己的操作系统很感兴趣,uCOS51是个不错的选择。它的优点是简单易懂,学习成本低,有利于向32位CPU过渡。目前,嵌入式BBS上的热点是:嵌入式实时多任务操作系统、单片机上网、32bitCPU(如ARM等)。其实通过uCOS51学习完全可以掌握这些热门技术的精髓,而且学习成本低廉。为此我会陆续将我在研发过程中的经验体会写出来与大家交流,共同进步。-ddddddddddddddd
  3. 所属分类:uCOS

    • 发布日期:2017-04-23
    • 文件大小:98761
    • 提供者:任建伟
  1. ucos-iijiaocheng

    0下载:
  2. 这是ucos的教程,比较相近的介绍了ucos2系统的架构,代码分析,应用等,花了很多钱买的资料-This is the tutorial uCOS compare similar system introduced ucos2 framework, code analysis, application and so on, spent a lot of money to buy information
  3. 所属分类:uCOS

    • 发布日期:2017-05-08
    • 文件大小:1722962
    • 提供者:shijinchao
  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-06
    • 文件大小:1356430
    • 提供者:wangjundong
  1. uCOS2.51CODER

    0下载:
  2. ucos2 2.52官方源代码 可成功移植-the official source code ucos2 2.52
  3. 所属分类:uCOS

    • 发布日期:2017-03-30
    • 文件大小:899309
    • 提供者:贺忠海
  1. 0904031633

    0下载:
  2. 基于XC888 51内核单片机的 UCOS2移植 附有LCDGUI和 LIN通信协议驱动,在UCOS2基础上增加了堆栈溢出检测功能,提高操作系统运行的稳定性-XC888 51 core-based MCU with UCOS2 transplantation LCDGUI and LIN communication protocol-driven, based on the increase in UCOS2 the stack overflow detection, improve the
  3. 所属分类:uCOS

    • 发布日期:2017-04-07
    • 文件大小:118064
    • 提供者:haohao
  1. UCOS2-251

    0下载:
  2. This the Kernal for the MicroC/OS-II by Jean J Labrosse for Dynamic C Version 2.51 for Rabbit Microprocessors. Compatible up to Dynamic C 9.25, higher versions you need to modify the code a little.-This is the Kernal for the MicroC/OS-II by Jean
  3. 所属分类:uCOS

    • 发布日期:2017-03-30
    • 文件大小:78561
    • 提供者:Sammy
  1. ucos2_51_classic_program_development

    0下载:
  2. ucos2 51 开发经典程序ucos2 51 classic program development-ucos2 51 classic development program ucos2 51 classic program development
  3. 所属分类:uCOS

    • 发布日期:2017-04-02
    • 文件大小:58286
    • 提供者:王小
  1. uCos251

    0下载:
  2. ucos2.51,lpc2100直接可用-ucos2.51 for lpc2100
  3. 所属分类:uCOS

    • 发布日期:2017-04-16
    • 文件大小:287386
    • 提供者:陈雄健
  1. UCOS51

    0下载:
  2. 51单片机移植UCOS源代码,两个任务: 1,跑马灯 2,给串行232口发数据 里面有详细的代码注释,这个是学习UCOS很好的资料,看注释可以很快知道UCOS是怎么工作的-51 SCM transplantation UCOS source code, the two tasks: 1, 2, Marquee, 232 issued to the serial data which has a detailed code comments, this is a very good l
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:285476
    • 提供者:王风
  1. ucos2-vc

    0下载:
  2. ucos2 2.51 在vc 下得移植 一共有4个线程,主线程TaskStart初始化消息队列,开启定时器,Tast1只是简单的运行 Task2给Task3发消息,收到回执后继续发,从A发到Z,task3则收取消息并回执-ucos2 2.51 was transplanted under the vc A total of four threads, the main thread TaskStart initialization message queue, open the t
  3. 所属分类:uCOS

    • 发布日期:2017-04-09
    • 文件大小:1053523
    • 提供者:
« 12 »
搜珍网 www.dssz.com