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

搜索资源列表

  1. my_os_easy_and_PDF

    0下载:
  2. 从Keil C51 的内存空间管理方式入手,着重讨论实时操作系统在任务调度时的重入问题,分析一些解决 重入的基本方式与方法:分析实时操作系统任务调度的占先性,提出非占先的任务调度是能更适合于 Keil C51 的一种调度方式。为此,构造这一实时操作系统,并有针对性地介绍此系统的堆管理方法、任务 的建立以及任务的切换等。-from Keil C51 memory space management mode. focused on real-time operating system i
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:252797
    • 提供者:jun
  1. taskshech

    0下载:
  2. UCOS-II在M68HC08上的移植及任务调度-UCOS-II in the transplant M68HC08 and task scheduling
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:13372
    • 提供者:铭蔚
  1. uCOS-II_lwip-1-19

    0下载:
  2. 基于UC/OS 2+LWIP的源码,内含有2个任务的调度,每个任务包含一个亮灯程序,基于AT91SAM7X256的ARM芯片开发,在ADS1.2环境下编写。-on UC / OS 2 LWIP source code, containing two task scheduling, Each task includes a light-up procedures based on the ARM chip AT91SAM7X256 development, ADS1.2 environment
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:578369
    • 提供者:小立
  1. uCos2_mini2440

    0下载:
  2. mini2440成功移植UCOS-II ,并开发了相应程序,实现了多任务调度和实时串口显示-complete successfully transplantation UCOS-II on mini2440 , and the development of appropriate procedures, to achieve a multi-task scheduling and real-time serial display
  3. 所属分类:uCOS

    • 发布日期:2017-05-19
    • 文件大小:5593179
    • 提供者:Holden
  1. UCOSII_for_arm9

    0下载:
  2. uCosII是一个小型的多任务调度内核,特别适合用来学习与研究,本源码为基于arm9处理器的移植方案-uCosII is a small multi-task scheduling core, particularly suitable for study and research, the source for the ARM9 processor-based transplant programs
  3. 所属分类:uCOS

    • 发布日期:2017-04-28
    • 文件大小:160909
    • 提供者:王义
  1. uCOS-II2_80

    0下载:
  2. 基于Visual C++的UC/OS-II 2.80源代码, 演示UC/OS-II 的使用 任务调度等-Visual C++ based on the UC/OS-II 2.80 source code, demo UC/OS-II, such as the use of task scheduling
  3. 所属分类:uCOS

    • 发布日期:2017-04-04
    • 文件大小:993234
    • 提供者:xu
  1. UCOSIImulti-taskswitchroutine

    0下载:
  2. 三个任务分别通过UART0输出0X01,0X02,0X03,可以学习理解信号量的基本用法及多任务的调度方法-Three tasks respectively, through UART0 output 0X01, 0X02, 0X03, can learn to understand the basic usage of semaphores and multi-task scheduling method
  3. 所属分类:uCOS

    • 发布日期:2017-04-14
    • 文件大小:6623
    • 提供者:endylove1314
  1. ADUC

    0下载:
  2. 这是一个有关ucosii系统开发的例子,里面包括了ucosii的移植,中断的处理,以及任务调度等-This is an example of the ucosii system development, which includes the ucosii transplantation, interrupt handling, as well as task scheduling, etc.
  3. 所属分类:uCOS

    • 发布日期:2017-05-09
    • 文件大小:2436544
    • 提供者:s080101172
  1. daokou_II_wireless

    0下载:
  2. arm7平台 NXP的LPC2200 操作系统ucos 任务:通过UART与外部单片机进行通信获取信息,然后通过gprs模块传输至网络平台; 亮点:gprs模块操作;ucos任务调度-NXP' s LPC2200 platform arm7 ucos operating system tasks: an external microcontroller via UART to communicate with the access to information, and the
  3. 所属分类:uCOS

    • 发布日期:2017-03-27
    • 文件大小:682677
    • 提供者:李其林
  1. ucosPlesson

    0下载:
  2. μC/OS-2标准教程》分析硬件平台相关代码,逐步介绍移植过程。内核基本原理(包括任务及任务调度、系统启动与实始化、任务间通信与同步、内存管理),分析源代码及应用案例,并介绍在ARM9内核处理器移植。-μ C/OS-2 standard tutorial "analysis relevant code hardware platform, and gradually introduce transplant process. The kernel basic principle (includi
  3. 所属分类:uCOS

    • 发布日期:2017-05-06
    • 文件大小:1298149
    • 提供者:
  1. Small_uCOSMostImportant

    0下载:
  2. STM32F107 keil 一个高仿uCOS的任务调度系统。其实uCOS的核心部分需要移植的部分仅仅是这些,这里我用了很精简的代码让大家知道uCOS到底有多小。-STM32F107 the keil an imitation the uCOS task scheduling system. In fact, the core part of uCOS part in need of transplantation only these, I used a very concise code t
  3. 所属分类:uCOS

    • 发布日期:2017-04-04
    • 文件大小:35468
    • 提供者:sunyi
  1. xx3

    0下载:
  2. μC/OS-II 2.0版以上的内核都具有可抢占的实时多任务调度功能,另外它还提供了许多系统服务,例如信号量、消息队列、邮箱、内存管理、时间函数等,这些功能可以根据不同的需求进行裁减。可以说,μC/OS-II是一个具备现代操作系统特点的RTOS,同时它结构清晰、注解详尽,具有良好的可扩展性和可移植性,被广泛地应用于各种架构的微处理器上。 -μC/OS-II version 2.0 kernel over a preemptive real-time multi-task scheduling f
  3. 所属分类:uCOS

    • 发布日期:2017-04-01
    • 文件大小:19180
    • 提供者:panhaiyan
  1. ucos_view

    0下载:
  2. 这个资料比较全,包括ucos官方上位机软件、资料、移植成功的代码。全部是原创,基于STM32下的ucos view,可以帮助你分析你大系统各任务调度是否合理等-This information is relatively full, including the the ucos official PC software, information, code of transplant success. All original, based on the view of the ucos und
  3. 所属分类:uCOS

    • 发布日期:2017-11-09
    • 文件大小:55607296
    • 提供者:yahala
  1. EXP3-5_2

    0下载:
  2. uc/os-2 实现五个哲学家的就餐问题 任务调度,使用信号量集实现任务间通信-uc/os-2 achieve five dining philosophers problem of task scheduling, using the signal magnitude to achieve inter-task communication
  3. 所属分类:uCOS

    • 发布日期:2017-11-22
    • 文件大小:149968
    • 提供者:hongsk
  1. UCOS_Demo

    0下载:
  2. MC9S12DG128B移植UCOS,实现几个任务的调度和消息传递-MC9S12DG128B transplant UCOS, achieving several task scheduling and messaging
  3. 所属分类:uCOS

    • 发布日期:2017-04-02
    • 文件大小:958725
    • 提供者:龚立志
  1. BC45

    0下载:
  2. uCosii的任务切换源代码,包括任务调度,任务挂起 任务唤醒 任务删除 简单易理解-uCosii task switching source code, including task scheduling, task assignment delete pending tasks simple and easy to understand wake << embedded operating system μC OS-II Principles and Applications &
  3. 所属分类:uCOS

    • 发布日期:2017-03-22
    • 文件大小:144627
    • 提供者:朱小兵
  1. information-terminal-based-on-ucos

    0下载:
  2. 基于ucos的实时多任务调度技术,实现酒店客房信息终端的控制管理及与服务器的通信。-Ucos-based real-time multi-task scheduling technology, hotel management and control of information terminals communicate with the server.
  3. 所属分类:uCOS

    • 发布日期:2017-05-13
    • 文件大小:3583945
    • 提供者:CZL
  1. uCOS2-Task-scheduling-process

    0下载:
  2. 本文档介绍了uCOS-II任务调度过程,深刻易懂地介绍了uCOS-II任务调度的重点和实现原理,对于uCOS-II初学者很实用。-This document introduces the uCOS II task scheduling process, deep uCOS- II was reviewed to understand the focus of the task scheduling and implementation principle of the uCOS- II begi
  3. 所属分类:uCOS

    • 发布日期:2017-04-17
    • 文件大小:12027
    • 提供者:紫鸢
  1. UCOSII-task-scheduling-instance

    0下载:
  2. uC/OS-II任务调度实例,包含起始任务,LED1、LED2任务-The uC/OS-II task scheduling instance, contains the initial task, LED1、LED2 task
  3. 所属分类:uCOS

    • 发布日期:2017-05-16
    • 文件大小:4306872
    • 提供者:zhangjs
  1. UCOSII-task-scheduling

    0下载:
  2. STM32 UCOSII 实验53 UCOSII实验1-任务调度-STM32 ucos experiment 53 UCOS II experiment 1- task scheduling
  3. 所属分类:uCOS

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