搜索资源列表
C-PRO3
- 用C语言实现的最短作业优先(包括抢占式和非抢占式)调度。-C language of the shortest priority operations (including preemptive and non-preemptive) scheduling.
qianzhanshiyouxian
- 抢占式优先数调度算法,C编写
os-lib
- 开发环境,tc2.0 中文,图形界面,程序自动运行仿真抢占式(优先级)进程调度算法和分页式内存调度算法 在程序运行过程中可以增加,删除进程,程序会动态演示,增加,删除过程对cpu和内存调度的影响 进程数限制在10个以内
uSmartX-1.34.src
- 应用于arm、avr、h8平台的非抢占式操作系统,简单好用,也可以很方便的移植到其他平台
图形化界面模拟操作系统OS的作业调度算法
- 通过图形化界面模拟操作系统的作业调度算法中的时间片轮转和动态抢占式优先权算法,同时模拟内存的分配和回收-Simulation of the operating system through the graphical interface of the job scheduling algorithm in the time slice rotation and dynamic preemptive priority algorithm, and simulation of memory allo
1
- 抢占式的优先级调度,可以动态演示其过程!-Preemptive priority scheduling, dynamic demonstration of its process can be!
caozuoxitong
- 操作系统课程设计,时间片轮转法和抢占式短进程优先-Operating systems curriculum design, time slice rotation and short process of preemptive priority
simpleOS
- 最近写了一个RTOS,目标是应用在RAM空间小的任何单片机上。现在为它取名为simpleOS。 simpleOS 特点: simpleOS 是一个非抢占式内核,线程间用消息队列,事件标记通信。 simpleOS基本不要移植就可用于各种单片机上。 simpleOS目前支持8个任务,消息队列最大为15个字节。 牧笛Andy email:525908322@qq.com 2010-2-8 -simpleOS
SJF
- SJF作业调度算法 属于非抢占式的 操作系统-SJF job scheduling algorithms are non-preemptive operating system
QingYangOS
- 国人自己开发的qingyangos源代码,支持抢占式调度,很不错的代码,大家可以学习学习。-qingyangos developed by chinese. you can learn a lot of program knowledge from it. Just enjoy it.
qiangzhan
- 实现了抢占式优先数的操作系统进程调度模拟,其中,优先数为动态-Achieved the number of preemptive priority operating system process scheduling simulation, in which priority number for the dynamic
scheduling
- 编写一模拟程序,实现几种常见的进程调度算法,通过对几组进程分别使用不同的调度算法,计算进程的平均周转时间和平均带权周转时间,比较各种算法的优劣。 进程调度实现先来先服务算法、抢占式优先数调度算法、时间片轮转调度算法和多级队列反馈调度算法。-Write a simulation program, to achieve some common process scheduling algorithm, the process by several groups of different sch
2001-04-21-mp1
- 清华大学计算机系操作系统课程实验源码一: Nachos调度系统,实现了5个调度算法:先来先服务(FCFS)、优先级(抢占式、非抢占式)、轮转和多级排队。-Department of Computer Science, Tsinghua University Curriculum Experimental source operating system a: Nachos scheduling system to achieve the five scheduling algorithms:
dzyyx
- C++操作系统之非抢占式的短作业优先算法-Short job first algorithm
gaoxiangying
- 非抢占式高响应比算法调度,非常有用,运用可视化界面-Non-preemptive high-response algorithm for scheduling, very useful to use visual interface
Mindows5.7
- Wanlix是一个内核非常小的嵌入式操作系统,只有几百个字节,但功能少,只提供任务切换功能,非常适合资源特别少但又需要任务切换的小项目。 Mindows可提供多种操作系统功能,是实时抢占式操作系统,任务支持多种优先级抢占调度,将实时性高的任务设置为高优先级就可以保证软件系统的实时性,用户也可根据自身需求选取需要的部分,也可在此基础上编写代码增加自己需要的功能,具有可裁剪性。 我将Wanlix和Mindows的开发过程记录下来,就形成了这本“底层工作者手册之嵌入式操作系统
wanlix
- Wanlix是一个内核非常小的嵌入式操作系统,只有几百个字节,但功能少,只提供任务切换功能,非常适合资源特别少但又需要任务切换的小项目。 Mindows可提供多种操作系统功能,是实时抢占式操作系统,任务支持多种优先级抢占调度,将实时性高的任务设置为高优先级就可以保证软件系统的实时性,用户也可根据自身需求选取需要的部分,也可在此基础上编写代码增加自己需要的功能,具有可裁剪性。 我将Wanlix和Mindows的开发过程记录下来,就形成了这本“底层工作者手册之嵌入式操作系统
20130102
- 一种混合式调度器的实现,实现一个抢占式任务,多种合作式任务-The realization of a hybrid scheduler, a preemptive task, a variety of cooperative tasks
jchdd
- 操作系统中的模拟进程调度程序,基于静态优先级的立即抢占式调度”、“动态优先级调度”和“时间片轮转法”调度算法对五个进程进行调度-Operating system simulation process scheduler, based on static priority preemptive scheduler immediately, " " dynamic priority scheduling " and" time-Web " scheduli
OS
- 操作系统进程调度模拟实现算法,先到先服务调度(FCFS) 最短作业优先调度(SJF) 高响应比优先调度 (抢占式)优先权调度 时间片轮转调度-Operating system process scheduling simulation algorithm, first come first served scheduling (FCFS) Shortest job first scheduling (SJF) High priority response ratio sc