搜索资源列表
project3
- The main purpose of this project is to add a new scheduling algorithm to GeekOS and to implement a simple synchronization primitive (semaphore). As you might have already noticed, GeekOS uses a simple priority based preemptive Round Robin algorithm.
RR
- Round-robin scheduling algorithm is one of the simplest scheduling algorithms. It is designed especially for time-sharing systems. The ready queue is treated as a circular queue. The algorithm assigns a time slice(also called time quantum) to each pr
list
- 实现不带头结点的单循环链表的基本功能,如插入删除结点,以及如何构造一个无头结点的单循环链表-Node does not take the lead to achieve the basic functions of the single round-robin list, such as the insertion deletion of nodes, as well as how to construct a single cycle of the first node list
01
- 进程调度算法的设计,SPF(短进程优先)RR(时间片轮转)-The design process of scheduling algorithms, SPF (short process priority) RR (Round-Robin Time Slice)
RR
- Round Robin process scheduling algorithm simulation in C++. Good for process scheduling study
ProcessorSchedul
- VC环境下,用时间片轮转调度算法模拟处理机调度实验-Round-Robin Scheduling Algorithm for Time-chip processor scheduling simulation experiment
bank
- 1、给出系统可用资源向量(例如:系统可用资源=(5,3,8,2,10))。 2、采用时间片轮转法调度进程。 3、进程执行时提出资源请求(可利用随机数给出或从键盘输入)。 4、判断资源是否可以安全分配,要求进程每提出一个资源请求,都要进行安全判断并给出安全序列,否则给出提示。 -1, given the resources available vector systems (for example: the system available resources = (5,3,8,2
wenjianguanli
- 1)程序主界面可选择进程调度算法进行演示,其中调度算法包括:时间片轮转法,短作业优先算法,动态优先级算法。 2)然后进入子界面可选择进程数量和输入进程运行所需要的时间。 3)每个进程的优先数由随机函数产生且优先数随等待时间而变化,执行并显示结果。 -1) The program can choose the main interface shows the process of scheduling algorithm, scheduling algorithm which incl
OperationSystem_RR
- 操作系统 CPU调度 时间片轮转法 SSD系列课程 给有需要的同学-Operating System CPU time slice Round-Robin Scheduling SSD series of courses to students in need
os
- hello sir...here are some programs written in c++..for operating system..these are job scheduling programs to implement shortest job first, round robin algo..thank u sir-hello sir...here are some programs written in c++..for operating system..these a
78
- Linux单处理机系统的进程调度,时间片轮转算法,-Linux single processor system, process scheduling, round-robin algorithm,
RR
- 通过编译C程序代码,实现处理机关于时间片轮转法的调度!-By compiling C code to achieve the processor on the round-robin method of scheduling!
Scheduler
- Linux OS Java-based round-robin scheduling algorithm.
NachOS
- nachos线程调度调度,round robin算法-nachos thread
roundRobinScheduler
- scheduler round robin
LGY_CPU_Scheduler
- 一、在WINDOWS中双击DEBUG目录中的EXE文件直接运行,可能会没有显示结果窗口就关闭了,这不是程序错误,解决方法是: 1、“开始->程序->附件-命令提示符”,打开DOS命令窗口。 2、改变当前目录至EXE文件所在目录;(或者将EXE文件和测试用的文本文件一并复制到当前目录)。 3、输入EXE文件的完整名称(含后缀名)运行即可。(为方便输入,可以重命名EXE文件。) 二、 本程序包括:FIFO,优先级调度算法(静态优先级),时间
MFC-process-shedule
- 在MFC界面显示调度算法,包括先来先到,短作业优先,高响应比,时间片轮转算法的演示。-MFC interface to display the scheduling algorithm, including a first-come first short job priority, high response ratio, round-robin algorithm demonstration.
jincheng
- 设计进程 控制块PCB表结构,分别适用于优先数调度算法和循环轮转调度算法。-The design process of the process control block PCB table structure, were applied to the number of priority scheduling algorithms and round-robin scheduling algorithm.
scheduler.rar
- c++模拟操作系统调度程序,包括First Come First Serve,Highest Penalty Ratio Next和Round Robin三种算法实现(内附英文说明),c++ simulate operating system scheduler including FCFS, HPRN(Highest Penalty Ratio Next) and RR(Round Robin) algorithms
dm-round-robin
- Round-robin path selector for Linux v2.13.6.