搜索资源列表
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
01
- 进程调度算法的设计,SPF(短进程优先)RR(时间片轮转)-The design process of scheduling algorithms, SPF (short process priority) RR (Round-Robin Time Slice)
os4
- 模拟进程同步算法,包括FCFS(先到先服务),SJF(最短优先),RR(Round-Robin),优先权调度及多级队列调度-Simulation process synchronization algorithms, including FCFS (first come first serve), SJF (shortest first), RR (Round-Robin), priority scheduling and multi-level queue scheduling
RR
- 用JAVA实现的CPU处理机时间片轮转算法-Realized using JAVA processor CPU time slice Round Robin
RR
- Round Robin process scheduling algorithm simulation in C++. Good for process scheduling study
RR
- Round Robin scheduling algorithm in C
rr.tar
- Round robin algorithm
rr
- Round Robin scheduling program
Round-Robin
- 操作系统的实验 关于时间片轮转RR进程调度调度算法,熟悉进程调度的执行过程;-Experiments on the operating system process scheduling time slice rotation RR scheduling algorithm, the implementation process are familiar with the process of scheduling
Round-Robin-time-slice
- 时间片轮转法:程序模拟进程的时间片轮转RR调度过程。-Time slice Round-Robin: program to simulate the process time slice rotation RR scheduling process.
shijianpianlunzhuan
- 设计程序模拟进程的时间片轮转RR调度过程。假设有n个进程分别在T1, … ,Tn时刻到达系统,它们需要的服务时间分别为S1, … ,Sn。分别利用不同的时间片大小q,采用时间片轮转RR进程调度算法进行调度,计算每个进程的完成时间,周转时间和带权周转时间,并且统计n个进程的平均周转时间和平均带权周转时间。-Design program to simulate the process of round-robin RR scheduling process. Suppose there are n
fcfs--sjf--rr--hrn
- 进程调度算法,1.先来先服务\2.短作业优先\3.时间片轮转\4.响应比优先-Process scheduling algorithms, 1 first-come, first serve \ (2) short operating priority \ 3 round-robin \ 4 response than the first
RR
- 通过编译C程序代码,实现处理机关于时间片轮转法的调度!-By compiling C code to achieve the processor on the round-robin method of scheduling!
RR
- 操作系统进程调度实验,使用时间片轮转算法实现。-Operating system process scheduling experiment, using the round-robin algorithm.
Round-Robin-time-slice
- 时间片轮转法:程序模拟进程的时间片轮转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.
Round-robin-scheduling-algorithm-RR
- 时间片轮转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
RR
- 通过编译C程序代码,实现处理机关于时间片轮转法的调度!-By compiling C code to achieve the processor on the round-robin method of scheduling!
RR
- 通过编译C程序代码,实现处理机关于时间片轮转法的调度!-By compiling C code to achieve the processor on the round-robin method of scheduling!
rr
- round robin scheduling algorithm
OSM
- Scheduling Algorithm: First Come First Served (FCFS). Shortest Job First (SJF). Round Robin (RR). Priority Scheduling. with C and C++ -Scheduling Algorithm: First Come First Served (FCFS). Shortest Job First (SJF). Round Robin (RR).