搜索资源列表
风车采集器
- 1、采用asp.net开发,运行于IIS下。 2、可根据入库设置,自动挂接到现有的网站系统,与现有系统实现无缝集成,补充或替换现有系统的采集程序。 3、采集调度,即计划任务,可为每个采集规则设定时间定时重复采集,多个采集任务可同时运行,到了设定时间采集程序在Web服务器后台自动执行,真正实现了无须人工干预的自动更新。 4、可自动归类,对采集的信息实现自动分类,当目标分类不存在时可自动创建该分类,也可通过分类映射将目标分类与当
atmega16、gcc上的时间调度器程序(多任务处理)
- atmega16、gcc上的时间调度器程序(多任务处理),diy系统参考的东西
虚拟存储管理器的页面调度算法实现
- 虚拟存储管理器的页面调度算法实现-Virtual Storage Manager pages Scheduling Algorithm
作业调度程序
- E统天下--织网梦 ...背景不同。Java是基于C++、面向计算机程序 设计...代替。 (2)Javascr ipt 源代码无须编译 嵌入HTML...则与之不同。Java的源代码必须进行编译,成为 存在...中的一部分,以一般的文本编辑器就可以连同HTML一... www.51foru.com/index008jsjc.htm 19K 2003-12-10 - 百度快照 C Java PHP Perl Python的程序代码美化工
time_schelder
- 外国人写的时间触发的调度器源码,比RTOS更可靠。更容易调试。-foreigners was triggered by the time scheduler source, the more reliable than the RTOS. Easier debugging.
tiaoduqi
- 这是一个可使用在所有单片机上的调度器程序,分时调度,该版本是使用在AVR上-This is a use of SCM in all the procedures for scheduling, time-sharing scheduling, use the version on the AVR
mutil-thread-shedule-for-2410
- linux多线程调度器for s3c2410-linux multithreading scheduler for s3c2410 .......................
ckOSv1.1.2
- 一个用在51单片机上的调度器 后续版本将出现可占先式调度-A single-chip microcomputer 51 used in the scheduler will be follow-up version of Preemptive Scheduling
7
- 1. 最早截止时间优先EDF(Earliest DeadlineFirst)算法是非常著名的实时调度算法之一。在每一个新的就绪状态,调度器都是从那些已就绪但还没有完全处理完毕的任务中选择最早截止时间的任务,并将执行该任务所需的资源分配给它。在有新任务到来时,调度器必须立即计算EDF,排出新的定序,即正在运行的任务被剥夺,并且按照新任务的截止时间决定是否调度该新任务。如果新任务的最后期限早于被中断的当前任务,就立即处理新任务。按照EDF算
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
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
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 coop
任务调度器
- 基于定时器的小型任务调度器,占用很少的RAM(A small task scheduler based on a timer that takes up a small amount of RAM)