搜索资源列表

  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. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1.69mb
    • 提供者:Guo
  1. ucosii-bf533

    0下载:
  2. UCOS-II2.76在ADI-BF533上的移植.在UCOS-II网站提供的源码基础上修改了几处汇编代码.采用2.76版系统内核移植,在DSP++4.0上调试成功-UCOS - II2.76 the ADI-BF533 the transplant. In UCOS-II site on the basis of the source of several amendments compiled code. Using version
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:75.34kb
    • 提供者:谢其
  1. ucosii-8051

    0下载:
  2. uc/os-ii for 8051 This package provides the sources required to use the uC/OS-II v2.00 real time kernel on the 8051 processor. To use this package you will need the TASKING C Compiler toolset v6.0r1 or higher.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:18.44kb
    • 提供者:ping
  1. uCOSII

    0下载:
  2. ucos From a small number of the concept of real-time kernel, developed a simple algorithm available, the core of the book made a detailed presentation
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1.69mb
    • 提供者:hongwei
  1. uCOSII-kernel

    0下载:
  2. 详细描述ucos的内核,根据功能模块划分分别说各功能的建立,应用,还配有实际的程序说明
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:1.26mb
    • 提供者:czhwin99
  1. ucosII kernel

    0下载:
  2. ucosII内核电子书
  3. 所属分类:电子书籍

    • 发布日期:2011-08-23
    • 文件大小:849.75kb
    • 提供者:battlemage
  1. ucosII中文电子版及源程序

    0下载:
  2. UCOS-II的初学手册, 很好的. 是电子版图书. 希望对大家有帮助.-UCOS-II Beginners Manual, very good. The electronic version of books. We want to help.
  3. 所属分类:uCOS开发

    • 发布日期:2025-04-08
    • 文件大小:4.58mb
    • 提供者:张子林
  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开发

    • 发布日期:2025-04-08
    • 文件大小:1.69mb
    • 提供者:Guo
  1. ucosii-bf533

    0下载:
  2. UCOS-II2.76在ADI-BF533上的移植.在UCOS-II网站提供的源码基础上修改了几处汇编代码.采用2.76版系统内核移植,在DSP++4.0上调试成功-UCOS- II2.76 the ADI-BF533 the transplant. In UCOS-II site on the basis of the source of several amendments compiled code. Using version
  3. 所属分类:uCOS开发

    • 发布日期:2025-04-08
    • 文件大小:75kb
    • 提供者:亚克
  1. UCOSII22

    0下载:
  2. 基于51内核的圈圈操作系统**************** 说明:这是本人学习嵌入式操作系统后在51上写的一个简单的操作系统, 提供创建任务,删除任务,任务调度,系统延时,任务挂起,发送消息, 等待消息,CPU使用率统计,系统时间,串口发送、接收数据及串口资源管理等 功能。由于时间匆忙,部分注释可能在调试时忘记更改,如有发现不能理解的注释, 请给圈圈留言: http://blog.21ic.com/bl
  3. 所属分类:其他小程序

    • 发布日期:2025-04-08
    • 文件大小:247kb
    • 提供者:uuu
  1. ucosii-8051

    0下载:
  2. uc/os-ii for 8051 This package provides the sources required to use the uC/OS-II v2.00 real time kernel on the 8051 processor. To use this package you will need the TASKING C Compiler toolset v6.0r1 or higher.
  3. 所属分类:uCOS开发

    • 发布日期:2025-04-08
    • 文件大小:18kb
    • 提供者:ping
  1. uC_OS2_Mega8_source_code

    0下载:
  2. μC OS-Ⅱ Mega8 的源代码,包括内核代码,存储器管理代码等.自己解压后看啦.-μC OS-Ⅱ Mega8 source code, including kernel code, such as memory management code.看啦own after decompression.
  3. 所属分类:uCOS开发

    • 发布日期:2025-04-08
    • 文件大小:600kb
    • 提供者:张郑锟
  1. UCOSIIkernalschedinganalysis

    0下载:
  2. 多任务系统中,内核负责管理各个任务,或者说为每个任务分配CPU时间,并且负责任务之间的通讯。内核提供的基本服务 以使用实时内核可以大大简化应用系统的设计,是因为实时内核允许将应用分成若干个任务,由实时内核来管理它们。内核 用程序的额外负荷,代码空间增加ROM的用量,内核本身的数据结构增加了RAM的用量。但更主要的是,每个任务要有自己的 吃起内存来是相当厉害的。内核本身对CPU的占用时间一般在2到5个百分点之间。 UC/O
  3. 所属分类:Linux/Unix编程

    • 发布日期:2025-04-08
    • 文件大小:157kb
    • 提供者:Jacky
  1. 2410

    0下载:
  2. ucosII在arm920T内核s3c2410移植的代码.-ucosII in arm920T s3c2410 transplant kernel code.
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2025-04-08
    • 文件大小:367kb
    • 提供者:hb6106
  1. uCOSII

    0下载:
  2. ucos From a small number of the concept of real-time kernel, developed a simple algorithm available, the core of the book made a detailed presentation
  3. 所属分类:软件工程

    • 发布日期:2025-04-08
    • 文件大小:1.69mb
    • 提供者:hongwei
  1. uCOSII-kernel

    0下载:
  2. 详细描述ucos的内核,根据功能模块划分分别说各功能的建立,应用,还配有实际的程序说明-UCOS detailed descr iption of the core, respectively, according to the functional module division, said the establishment of various functional, application, also has a practic
  3. 所属分类:操作系统开发

    • 发布日期:2025-04-08
    • 文件大小:1.26mb
    • 提供者:czhwin99
  1. uCOSII

    0下载:
  2. uc/osii内核源码,直接下载可用,货真价实-uc/osii kernel source code, direct download is available, genuine
  3. 所属分类:uCOS开发

    • 发布日期:2025-04-08
    • 文件大小:52kb
    • 提供者:陈晨
  1. ucosii

    0下载:
  2. uc/os-II实时操作系统内核范例,结构,配置手册,移植。-uc/os-II real-time operating system kernel examples
  3. 所属分类:uCOS开发

    • 发布日期:2025-04-08
    • 文件大小:493kb
    • 提供者:jun
  1. LM3S8962_UCOSII

    0下载:
  2. 基于TI的LM3S8962的uCOSII内核移植。-Based on TI' s LM3S8962 the uCOSII kernel porting.
  3. 所属分类:uCOS开发

    • 发布日期:2025-04-08
    • 文件大小:1.43mb
    • 提供者:徐进明
  1. ucosII-kernel-Detailed

    0下载:
  2. ucosII内核详解,ucosII内核详解-Detailed ucosII kernel, ucosII kernel Detailed
  3. 所属分类:uCOS开发

    • 发布日期:2025-04-08
    • 文件大小:461kb
    • 提供者:chengwei
« 12 3 »

源码中国 www.ymcn.org