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

搜索资源列表

  1. uCOS_port _ARM7_9.ZIP

    0下载:
  2. uC/OSII源码及移植,支持ARM7/ARM9,全部已测试,可以正常使用-uC / OSII source and transplant support ARM7/ARM9, all have tested can be used normally
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:867343
    • 提供者:郭喜林
  1. uCOSII 中文版

    0下载:
  2. 一本讲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..
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:1774283
    • 提供者:Guo
  1. uCOS-II the real time kernel

    0下载:
  2. 英文原版的讲uC/OSII 的好书 压缩包中包括PDF和DOC格式的文件-English book on uC/OSII. Zip file includes files in both PDF and DOC formats.
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:1490711
    • 提供者:Guo
  1. uCOSII上实现的tcpip

    0下载:
  2. uC/OSII上实现的tcp/ip协议实现代码(gcc编译)-It is source code to realize tcpip protocol on ucosII.
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:209984
    • 提供者:杨容
  1. s3c44b0 + uc-osii + uc-gui

    0下载:
  2. Samsung ARM7 s3c44b0 + uC-OSii + uC-GUI 完美的综合到了一起,学习arm最好用这个程序,一次可以学到2个系统:uCOSII+uCGUI,完整版本,共5.3M,240x32OLCD.-Samsung ARM7 s3c44b0 uC - OSii uC-perfect GUI integrated together to learn with the best arm of this process, one can learn two systems : uC
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:5582016
    • 提供者:张天健
  1. Uc-Osii

    0下载:
  2. Uc-Os ii的多任务操作系统全部原代码(强烈推荐)-AN-Os ii multi-tasking operating system all the original code (strongly recommended)
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:6449666
    • 提供者:ldh
  1. uc-app-test

    0下载:
  2. 本人写的ATMEL 128 UC/OSII移植程序,有带环型缓冲的键盘驱动,与彩色液晶显示。多任务实验TASK包含在内。-I write ATMEL 128 UC / OSII transplantation procedures, a ring buffer zone keyboard-driven, and color LCD. Multi-task experimental TASK included.
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:111394
    • 提供者:倪耶杰
  1. 三星s3c2440 uC/OSII移植、示例源代码

    1下载:
  2. 三星s3c2440 uC/OSII移植、示例源代码。开发板试验通过,为uCOS爱好者提供参考。,Samsung s3c2440 uC/OSII transplantation, sample source code. Test through the development board, in order to provide a reference uCOS enthusiasts.
  3. 所属分类:uCOS开发

    • 发布日期:2017-04-09
    • 文件大小:2821828
    • 提供者:mo
  1. UC-OSII

    0下载:
  2. 在windows环境下可用的UC/OS学习系统,可以自行添加任务或者修改系统文件,然后执行文件以观察结果,很好用的源代码+仿真合集哦-Available in the windows environment UC/OS-learning system, you can add their own tasks, or modify system files, and then execute the file to see the results, the good collection of s
  3. 所属分类:uCOS

    • 发布日期:2017-05-12
    • 文件大小:2949088
    • 提供者:kyo
  1. FreeModbus_uCOS

    2下载:
  2. 本程序基于STM32F103VET6,成功的将FreeModbus 和 uC/OSII 移植上去。Modbus(Rtu RS232 从机)。有问题请与我联系!QQ:383016632。-The program is based on STM32F103VET6, the success of the FreeModbus and uC/OSII transplantation up. Modbus (Rtu RS232 from the machine). There are problems
  3. 所属分类:uCOS

    • 发布日期:2016-01-26
    • 文件大小:4442112
    • 提供者:zhutianlong
  1. uCOSV252

    0下载:
  2. uc/osii2.52,周立功的ARM开发平台的SOURCEG下用到-uc/osii2.52, Zhou Ligong the ARM development platform used under SOURCEG
  3. 所属分类:uCOS

    • 发布日期:2017-05-01
    • 文件大小:1024022
    • 提供者:王江林
  1. GENIE-SHELL

    0下载:
  2. uCOSII只提供了操作系统内核,用户要自己添加文件处理、人机界面、网络接口等重要部分。其中Shell(人机界面)提供了人与机器交互的界面,是机器服务于人的体现,是系统必不可少的重要组成部分。现代的很多OS如UNIX、DOS、VxWorks都提供了友好的命令行界面。Windows更是提供了GUI。大部分人认识OS都是从这里开始的。 由于Skyeye下的仿真串口USART已经实现了中断方式的接收(实际是从键盘接收输入),而且串口输出(实际上是输出到终端屏幕)也已经实现,所以实现一个类似DOS或
  3. 所属分类:uCOS

    • 发布日期:2017-04-07
    • 文件大小:394542
    • 提供者:haha
  1. UC-OSII_based_on_the_ARM_platform_iin_the_Snake_so

    0下载:
  2. 基于uC-OSII在ARM平台上开发的贪吃蛇源代码-UC-OSII based on the ARM platform in the Snake source code
  3. 所属分类:Game Program

    • 发布日期:2017-04-04
    • 文件大小:10570
    • 提供者:王勇
  1. uCOS-II-V280

    0下载:
  2. uc-osii 嵌入式操作系统,用于各种支持C语言的单片机,提高程序可靠性。-uc-osii embedded operating system, to support the C language used for a variety of single-chip, to improve the reliability of the procedure.
  3. 所属分类:uCOS

    • 发布日期:2017-03-29
    • 文件大小:938339
    • 提供者:guangfany
  1. uc_51_small

    0下载:
  2. uc/osII基于51单片机的时钟-uc / 51 osII based MCU clock-uc/osII based on 51 single-chip clock-uc/51 osII based MCU clock
  3. 所属分类:uCOS

    • 发布日期:2017-03-31
    • 文件大小:175685
    • 提供者:wfwef
  1. uc-osii-memory-management

    0下载:
  2. uc/os内存管理可供学习,开发 使用.-uc/os memory management for learning, development and use.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-30
    • 文件大小:2690
    • 提供者:dd
  1. uC-OSIItransplantationinavarietyofprocessors

    0下载:
  2. uCOSII在多种处理器上移植的源代码。-uC-OSII transplantation in a variety of processors, the source code.
  3. 所属分类:OS Develop

    • 发布日期:2017-05-21
    • 文件大小:6651255
    • 提供者:eagle
  1. UCGUI-uC-OSiithe-transplant

    0下载:
  2. uC/GUI在uC/OSii上的移植详细过程-UC/GUI uC OSii/the transplantation of the detailed process
  3. 所属分类:uCOS

    • 发布日期:2017-04-01
    • 文件大小:113998
    • 提供者:wuxu
  1. UC-OS-II

    0下载:
  2. UC-OSII是可移植的小型操作系统,本文件为其内核部分,对于研究操作系统入门具有很重要的参考价值,包括任务如何调度,系统状态等等诸多参考学习点。-UC-OSII is a small size of the operating system, its core part of this document, the operating system for the study of entry have a very important reference value, including ho
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-14
    • 文件大小:3103721
    • 提供者:
  1. uc-osii-memory-management

    0下载:
  2. uc/os内存管理可供学习,开发 使用.-uc/os memory management for learning, development and use.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-14
    • 文件大小:2735
    • 提供者:rnabou
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com