搜索资源列表
schelder1
- 外国人写的调度器,比rtos简单,感兴趣的朋友可以借鉴-foreigners write scheduler, Byelorussian simple, interested friends can draw
time_schelder
- 外国人写的时间触发的调度器源码,比RTOS更可靠。更容易调试。-foreigners was triggered by the time scheduler source, the more reliable than the RTOS. Easier debugging.
OpenPBS_2_3_12.tar
- openPBS的开放源代码,它是作业管理调度器-openPBS open source, it is operating management scheduler
tiaoduqi
- 这是一个可使用在所有单片机上的调度器程序,分时调度,该版本是使用在AVR上-This is a use of SCM in all the procedures for scheduling, time-sharing scheduling, use the version on the AVR
风车采集器
- 1、采用asp.net开发,运行于IIS下。 2、可根据入库设置,自动挂接到现有的网站系统,与现有系统实现无缝集成,补充或替换现有系统的采集程序。 3、采集调度,即计划任务,可为每个采集规则设定时间定时重复采集,多个采集任务可同时运行,到了设定时间采集程序在Web服务器后台自动执行,真正实现了无须人工干预的自动更新。 4、可自动归类,对采集的信息实现自动分类,当目标分类不存在时可自动创建该分类,也可通过分类映射将目标分类与当前网站内容分类进行合并。无需为每个类别建立一个采集任务。
atmega16、gcc上的时间调度器程序(多任务处理)
- atmega16、gcc上的时间调度器程序(多任务处理),diy系统参考的东西
miniOSv1.2
- AVR IAR 环境下任务调度器,有优先级-AVR IAR task scheduler environment, there are priority
24
- 调度器与SPI接口完美的结合,一种崭新的编程思路-SPI
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
qianzhanshiduorenwudiaoduqiOS
- 介绍一个以三星ARM控制器2410、2440为平台的多任务抢占式调度器-Samsung ARM introduced a controller as a platform 2410,2440 preemptive multi-tasking scheduler
ddq
- 1ms时标 混合式调度器(一个抢占式任务,多个合作式任务)-1ms time scale hybrid scheduler (a preemptive task, a number of co-operative tasks)
sst
- 超级简单的一个任务调度器,是量子编程的作者写的,非常实用-Almost all embedded systems are event-driven most of the time they wait for some event such as a time tick, a button press, a mouse click, or the arrival of a data packet. After recognizing the event, the systems react b
SIMPLE_OS
- 简易多任务OS设计---ARM9上运行的简单多任务调度器(源码+详细设计文档)-a simple multiple task OS design--based on arm9
Dispatch
- 一个模拟进程调度器的仿真,界面工整,模拟效果接近现实,值得借鉴-An analog simulation of the process scheduler, neat interface, simulation results closer to reality, it is worth drawing
soft_timer
- 一个简单的调度器,可支持多个任务。。。(无优先级)(A simple scheduler that supports multiple tasks... (without priority)
4k_8kflash
- 基于AVR平台的4~8K flash 状态调度器,非常好用!(4~8K flash based on the AVR platform state scheduler, very easy to use!)
简易合作式调度器
- 基 于 时 间 触 发 的 合 作 式 调 度 合作式调度器提供了一种简单而且可预测性非常高的平台。该调度器全部用 C 语言实现而且成为系统 的的一部分。这将使整个系统的运行更加清晰,而且易于开发,维护以及向不同平台上面移植。存储器的 开销为每个任务 16 个字节,对 CPU 的要求(随时标间隔而变,也就是嘀嗒定时器的周期)很低。(The combination of the hair and the hair The cooperative scheduler provides a s
设计一个虚拟内存管理器
- 实现虚拟内存的分页系统, 模拟进程调度过程中的内存管理(A paging system for virtual memory to simulate memory management in process scheduling)
任务调度器
- 基于定时器的小型任务调度器,占用很少的RAM(A small task scheduler based on a timer that takes up a small amount of RAM)
定时调度器
- 基于stm32f103c8t6写的一个定时任务调度器的例程,代码以修改完毕,提供源码