搜索资源列表
time_schelder
- 外国人写的时间触发的调度器源码,比RTOS更可靠。更容易调试。-foreigners was triggered by the time scheduler source, the more reliable than the RTOS. Easier debugging.
communicate.rar
- 基于实时调度器的单片机双机通讯测试程序。,Real-time scheduler based on the single-chip dual-machine communications test procedure.
miniOSv1.2
- AVR IAR 环境下任务调度器,有优先级-AVR IAR task scheduler environment, there are priority
CPU_Schedu
- 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
OperatingSystemProcessScheduling
- 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
4bit-lcd-Scheduler
- #include <4bitLCD20x4.h> #include<ds1307.h> #include<keypad.h> #include<miscfn.h> #include<remind.h> #include<cal.h>
117143168rate-monotonic
- It is the concepts of the rate-monotonic scheduler addressed
51_Microcontroller_based_multi_process_multi_task_
- 基于51单片机多进程多任务C语言调度程序,是一个c语言的程序,很不错-51 Microcontroller based multi-process multi-task scheduler C language, is a c language program, very good
status_pt-1.4
- 使用状态机实现的小型任务调度程序,非常强大,我使用这个做产品已经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.
chuliqidiaodu
- (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
CPU-SCHEDULER-IN-C
- This CPU scheduler in C.
msp430_COOP
- msp430上的合作式调度器,小巧实用-cooperation on the msp430 scheduler .....
222
- 单片机M16及时间片任务调度器的一个频率计-M16 and MCU scheduler time slice of a frequency counter
proc
- 单片机很好的实例 多功能显示系统设计 应用了很多模块 总的程序调度上也值得学习-Microcontroller good example of the multi-function display system design applications also worth learning many modules scheduler
Pointer-state-machine
- 相对所谓的传统状态机编写方式来说,使用函数指针作为中间介质来进行间接调用的方式就是所谓的“指针法状态机”。 指针法状态机其本质与合作式调度器几乎就是同义词,或者说是调度器的一个“状态机”编程模式-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
scheduler-In-STM32
- STM32下用定时器实现调度器,参考的时间触发嵌入式系统设计模式-Under STM32 timer used scheduler, refer to the time-triggered embedded system design
TEST1
- 任务调度 8051最简单的任务调度器吼吼8051专用8051的哦-8051 easiest scheduling task scheduler
diaoduqi
- 这款小小调度器功能很强大,程序结构设计非常合理-The small scheduler function is very powerful, program structure design is very reasonable
Small-scheduler
- 小小调度器:其一般原理是, 按所需分配的CPU计算能力, 向系统中每个进程提供最大的公正性,也可以移植到单片机上-Small scheduler
stm32F0_OS-schedul
- 1个STM32F0的超小任务调度器,类似UCOS系统的源码-one source code about STM32F0 ultra small task scheduler, similar UCOS system