搜索资源列表
-
0下载:
经典实例,用C++编写的 the round robin scheduling-classic example, with C prepared the round robin scheduling
-
-
0下载:
短作业优先、先来先服务、高响应比、时间片轮转等四个进程调度算法的模拟实现-Short jobs first, first-come first-served, high-response ratio, round-robin scheduling algorithm in four process simulation to achieve
-
-
0下载:
这是关于轮询调度算法的一段小程序,没有涉及ofdm等-This is the round-robin scheduling algorithm on a small program, does not involve OFDM, etc.
-
-
0下载:
编写并调试一个模拟的进程调度程序,采用“轮转法”调度算法对五个进程进行调度。
轮转法可以是简单轮转法、可变时间片轮转法,或多队列轮转法。
-Write and debug a simulation of the process scheduling program, a "Round-Robin" scheduling algorithm for scheduling the five process.
Round-Robin Round-Robin method can be
-
-
0下载:
进程调度 设计进程控制块PCB表结构(与实验一的结构相同),分别适用于优先数调度算法和循环轮转调度算法。
②建立进程就绪队列。对两种不同算法编制入链子程序。
③编制两种进程调度算法:1)优先数调度;2)循环轮转调度
-The process of scheduling the design process control block PCB table structure (with the same structure as the experimental one), were
-
-
1下载:
scheduling simulator for common algorithms like round-robin, rate monotonic, EDF, and others
-
-
0下载:
cpu scheduling
includin
First come first serve
round robin
and many more
-
-
0下载:
it contains all types of cpu scheduling which includes preemptive priority,round robin scheduling
-
-
0下载:
进程调度算法:先来先服务算法、时间片轮转调度算法的实现
-The process of scheduling algorithms: first-come, first-served algorithm, time slice Round Robin Scheduling Algorithm
-
-
0下载:
时间片轮转法调度算法 时间片轮转法调度算法-Time-slice Round-Robin Scheduling Algorithm for time-slice Round-Robin Scheduling Algorithm for
-
-
0下载:
在虚拟机上模拟操作系统对进程进行时间片轮转调度。-In the virtual machine to simulate the operating system to the process time-slice round-robin scheduling.
-
-
0下载:
Simulation of Round Robin Scheduling,,This program was made in graphics mode,, and it was great... it simulates how round robin runs in a proce-Simulation of Round Robin Scheduling,,This program was made in graphics mode,, and it was great... it simu
-
-
0下载:
Round Robin scheduling program
-
-
0下载:
模拟作业调度(时间片轮转法)和进程调度(时间片轮转
法)模拟作业调度系统。
-Simulation of job scheduling (time slice Round-Robin) and process scheduling (time slice Round-Robin) scheduling system simulation.
-
-
0下载:
时间片轮转法:程序模拟进程的时间片轮转RR调度过程。-Time slice Round-Robin: program to simulate the process time slice rotation RR scheduling process.
-
-
0下载:
进程的调度基于时间片轮转的调度算法操作系统课程设计中十分简单的小程序-The process of scheduling time-based round-robin scheduling algorithm courses on operating system design is very simple little program
-
-
0下载:
时间片轮转法:程序模拟进程的时间片轮转RR调度过程。Time slice Round-Robin: program to simulate the process time slice rotation RR scheduling process.-Time slice Round-Robin: program to simulate the process time slice rotation RR scheduling process.
-
-
1下载:
时间片轮转RR进程调度算法,已通过验证的代码,可正常运行,有注释-Round-robin scheduling algorithm RR process, content code, can runRR round-robin process scheduling algorithm has been validated code can be run properly, notes
-
-
0下载:
进程调度算法的实现,包括优先权调度算法和轮转法调度算法。-Process scheduling algorithm implementation, including priority scheduling and round robin scheduling algorithm.
-
-
0下载:
设有n=2k个选手要进行网球循环赛,要求设计一个满足以下要求的比赛日程表:
(1)每个选手必须与其他n-1个选手各赛一次;
(2)每个选手一天只能赛一次。-Round robin scheduling problems
-