CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 单片机(51,AVR,MSP430等) 搜索资源 - Scheduler

搜索资源列表

  1. time_schelder

    0下载:
  2. 外国人写的时间触发的调度器源码,比RTOS更可靠。更容易调试。-foreigners was triggered by the time scheduler source, the more reliable than the RTOS. Easier debugging.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:83.04kb
    • 提供者:张爹
  1. communicate.rar

    0下载:
  2. 基于实时调度器的单片机双机通讯测试程序。,Real-time scheduler based on the single-chip dual-machine communications test procedure.
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:113kb
    • 提供者:ashi
  1. miniOSv1.2

    0下载:
  2. AVR IAR 环境下任务调度器,有优先级-AVR IAR task scheduler environment, there are priority
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:13.94kb
    • 提供者:
  1. CPU_Schedu

    0下载:
  2. CPU调度算法---模拟OS所使用的所有调度算法,包括创建一个kernel,PCB,队列,调度器等。-CPU Scheduler algorithms FCFS SJF Priority This code is a simulation of all the Scheduling algorithms an OS uses. I have tried creating a Kernel, PCB, Queue, Scheduler etc. what all an OS needs to
  3. 所属分类:SCM

    • 发布日期:2017-04-15
    • 文件大小:7.16kb
    • 提供者:zds
  1. OperatingSystemProcessScheduling

    0下载:
  2. 1)设计有5个进程并发执行的模拟调度程序,每个程序由一个PCB表示。 2)模拟调度程序可任选两种调度算法之一实现(有能力的同学可同时实现两个调度算法)。 3)程序执行中应能在屏幕上显示出各进程的状态变化,以便于观察调度的整个过程。 -1) the design of five concurrent implementation of the simulation process scheduler, each process of a PCB said. 2) simulation
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:117.22kb
    • 提供者:时间
  1. 4bit-lcd-Scheduler

    0下载:
  2. #include <4bitLCD20x4.h> #include<ds1307.h> #include<keypad.h> #include<miscfn.h> #include<remind.h> #include<cal.h>
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:14.69kb
    • 提供者:xiao jiejun
  1. 117143168rate-monotonic

    0下载:
  2. It is the concepts of the rate-monotonic scheduler addressed
  3. 所属分类:SCM

  1. 51_Microcontroller_based_multi_process_multi_task_

    0下载:
  2. 基于51单片机多进程多任务C语言调度程序,是一个c语言的程序,很不错-51 Microcontroller based multi-process multi-task scheduler C language, is a c language program, very good
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:2.1kb
    • 提供者:jkk
  1. status_pt-1.4

    0下载:
  2. 使用状态机实现的小型任务调度程序,非常强大,我使用这个做产品已经1年多的时间了,很稳定。-Using the state machine to achieve a small task scheduler, very powerful, do I use this product has a more than a year, and very stable.
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:472.24kb
    • 提供者:yuqingwei
  1. chuliqidiaodu

    0下载:
  2. (1)设计一个有N个进程共行的进程调度程序。每个进程由一个进程控制块 PCB表示。进程控制块包括以下信息:进程名,进程优先数,进程需要运行的时间,占用CPU的时间以及进程的状态等。 (2)本调度程序用时间片轮转算法。 (3)编写程序并调试运行。 -(1) design a process, a total of N lines of the process scheduler. Each process consists of a process control bloc
  3. 所属分类:SCM

    • 发布日期:2017-04-09
    • 文件大小:191.08kb
    • 提供者:罗理机
  1. CPU-SCHEDULER-IN-C

    0下载:
  2. This CPU scheduler in C.
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:53.25kb
    • 提供者:aryan
  1. msp430_COOP

    0下载:
  2. msp430上的合作式调度器,小巧实用-cooperation on the msp430 scheduler .....
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:82kb
    • 提供者:曾学民
  1. 222

    0下载:
  2. 单片机M16及时间片任务调度器的一个频率计-M16 and MCU scheduler time slice of a frequency counter
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:2.65kb
    • 提供者:wei
  1. proc

    0下载:
  2. 单片机很好的实例 多功能显示系统设计 应用了很多模块 总的程序调度上也值得学习-Microcontroller good example of the multi-function display system design applications also worth learning many modules scheduler
  3. 所属分类:SCM

    • 发布日期:2017-11-30
    • 文件大小:251.86kb
    • 提供者:王顺
  1. Pointer-state-machine

    0下载:
  2. 相对所谓的传统状态机编写方式来说,使用函数指针作为中间介质来进行间接调用的方式就是所谓的“指针法状态机”。 指针法状态机其本质与合作式调度器几乎就是同义词,或者说是调度器的一个“状态机”编程模式-Relative to write so-called traditional state machine approach, using a function pointer as an intermediate medium for indirect way is to invoke the s
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:32.06kb
    • 提供者:ZBL
  1. scheduler-In-STM32

    0下载:
  2. STM32下用定时器实现调度器,参考的时间触发嵌入式系统设计模式-Under STM32 timer used scheduler, refer to the time-triggered embedded system design
  3. 所属分类:SCM

    • 发布日期:2017-05-11
    • 文件大小:2.37mb
    • 提供者:C
  1. TEST1

    0下载:
  2. 任务调度 8051最简单的任务调度器吼吼8051专用8051的哦-8051 easiest scheduling task scheduler
  3. 所属分类:SCM

    • 发布日期:2017-04-12
    • 文件大小:711byte
    • 提供者:梁赛
  1. diaoduqi

    0下载:
  2. 这款小小调度器功能很强大,程序结构设计非常合理-The small scheduler function is very powerful, program structure design is very reasonable
  3. 所属分类:SCM

    • 发布日期:2017-04-12
    • 文件大小:1.05kb
    • 提供者:nieyong
  1. Small-scheduler

    0下载:
  2. 小小调度器:其一般原理是, 按所需分配的CPU计算能力, 向系统中每个进程提供最大的公正性,也可以移植到单片机上-Small scheduler
  3. 所属分类:SCM

    • 发布日期:2017-12-11
    • 文件大小:1.08kb
    • 提供者:木易
  1. stm32F0_OS-schedul

    0下载:
  2. 1个STM32F0的超小任务调度器,类似UCOS系统的源码-one source code about STM32F0 ultra small task scheduler, similar UCOS system
  3. 所属分类:SCM

    • 发布日期:2017-12-13
    • 文件大小:2.22mb
    • 提供者:yanhai
« 12 »
搜珍网 www.dssz.com