搜索资源列表
fairysky_0.01_20070522_092320
- 一个用于学习的操作系统,支持多任务调度和cli-for a study of the operating system, support for multi-task scheduling and cli
UCOSIIkernalschedinganalysis
- 多任务系统中,内核负责管理各个任务,或者说为每个任务分配CPU时间,并且负责任务之间的通讯。内核提供的基本服务 以使用实时内核可以大大简化应用系统的设计,是因为实时内核允许将应用分成若干个任务,由实时内核来管理它们。内核 用程序的额外负荷,代码空间增加ROM的用量,内核本身的数据结构增加了RAM的用量。但更主要的是,每个任务要有自己的 吃起内存来是相当厉害的。内核本身对CPU的占用时间一般在2到5个百分点之间。 UC/OS-II有一个精巧的内核调度算法,实时内核精小,执行效率高,
基于windows的多任务调度代码
- 基于windows的多任务调度代码 实现多种任务的调度-windows on the task scheduling and more code to achieve a variety of task scheduling
robot1111
- 基于dos的事实多任务调度核心,简单的演示程序,共九个任务在运行-based on the fact that many dos task scheduling core, a simple demonstration, with a total of nine tasks running! !
yuanma
- 在多道程序和多任务系统中,系统内同时处于就绪状态的进程可能有若干个。也就是说能运行的进程数大于处理机个数。为了使系统中的进程能有条不紊地工作,必须选用某种调度策略,选择一进程占用处理机。要求学生设计一个模拟处理机调动算法,以巩固和加深处理机调度的概念。-In the multi-channel programs and multi-tasking system, the system in a state of readiness within the same process may have
arealtimemultitaskkernelanasyis
- 初次接触实时多任务操作系统的人,往往对实时程序的运行机制感到很困惑:任务在什么时候投入运行?操作系统以什么机制决定目前应该运行哪一个任务?本任务什么时候放弃了对CPU的控制?为了解答以上问题,我们从分析一个很简单的实时调度程序入手,来说明一下多任务程序的运行过程-Initial contact with real-time multitasking operating system, often real-time operating system program was very confus
file
- gearman.jar:多任务分发的调度-gearman.jar:mutitask sender
multi-threadedscheduling
- liNUX下的 操作系统 多任务调度实例 多线程 包含测试文件-under the Linux operating system, multi-tasking multi-threaded scheduling instance that contains the test file
cranePga1
- 用ga方法解决钢厂多机多任务天车调度问题-Ga methods to solve steel mills Multi multitasking crane scheduling problem
uCOS-II
- ucosII,这个可以作为多任务调度的图形界面调试,特别是嵌入式做开发使用以及飞思卡尔比赛裸机-this can be directly give you a linux system
UC-OS-II
- UC-OSII是可移植的小型操作系统,本文件为其内核部分,对于研究操作系统入门具有很重要的参考价值,包括任务如何调度,系统状态等等诸多参考学习点。-UC-OSII is a small size of the operating system, its core part of this document, the operating system for the study of entry have a very important reference value, including ho
task-scheduling-simulation
- 在Linux环境下实现任务调度仿真,利用多线程实现任务池中的多个任务,支持先来先服务、轮转和反馈三种调度策略-Task scheduling simulation
9922282
- 基于windows的多任务调度代码 实现多种任务的调度()