Welcome![Sign In][Sign Up]
Location:
Search - algorithm scheduling RR

Search list

[OS programRR

Description: 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 process in the ready queue in order, handling all processes without priority. A maximum of one time slice is allocated at once. If the remaining request is less than a time slice, only the remaining request time is allocated. Round-robin scheduling is both simple and easy to implement. It is also starvation-free.
Platform: | Size: 81019 | Author: 邓思兵 | Hits:

[Process-Thread作业111

Description: 进程调度的4个算法 含分个和合集 FCFS RP RR SJF-process scheduling algorithm with four points 000 and Collection FCFS RP RR SJF
Platform: | Size: 4096 | Author: YY | Hits:

[OtherRR_HPF

Description: 时间片调度与动态优先权算法的比较,时间片轮转算法(RR),基于优先级的调度算法(HPF)-time slice and dynamic priority scheduling algorithm, the algorithm time Web tablets (RR), Priority- Based Scheduling Algorithm (HPF)
Platform: | Size: 296960 | Author: 马全 | Hits:

[DocumentsJob-Scheduling

Description: 一、目的要求   用高级语言编写和调试一个或多个作业调度的模拟程序,以加深对作业调度算法的理解。 二、例题:为单道批处理系统设计一个作业调度程序。   由于在单道批处理系统中,作业一投入运行,它就占有计算机的一切资源直到作业完成为止,因此调度作业时不必考虑它所需要的资源是否得到满足,它所占用的 CPU时限等因素。   作业调度算法:采用先来先服务(FCFS)调度算法,即按作业提交的先后次序进行调度。总是首先调度在系统中等待时间最长的作业。 -First, the purpose of high-level language requires writing and debugging of one or more job scheduling simulation procedures in order to deepen their understanding of job scheduling algorithms. B, Example: In order to single-channel system, the design of a batch job scheduling procedures. Road as a result of a single batch system, the operation of a put into operation, it would occupy all the resources until the computer s operation has been completed, so no need to consider when scheduling operation of the resources it needs are met, it is occupied by factors such as CPU time limit. Scheduling Algorithm: The First Come First Served (FCFS) scheduling algorithm, that is, according to the order of operations submitted for scheduling. Scheduling is always first in the system waiting for the longest operations.
Platform: | Size: 73728 | Author: Anson | Hits:

[OS programRR

Description: 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 process in the ready queue in order, handling all processes without priority. A maximum of one time slice is allocated at once. If the remaining request is less than a time slice, only the remaining request time is allocated. Round-robin scheduling is both simple and easy to implement. It is also starvation-free.
Platform: | Size: 148480 | Author: 邓思兵 | Hits:

[OS DevelopFCFS-RR

Description: FCFS 时间片轮转 时间片 轮转法 调度的算法 最高优先数算法基本思想 多级反馈队列调度实现思想 最高优先数调度算法(PCB)-FCFS Time Slice Time Slice rotary movement of the highest priority scheduling algorithm for several basic idea of multi-level algorithm Feedback Queue Scheduling the highest priority to achieve a number of ideological and scheduling algorithm (PCB)
Platform: | Size: 133120 | Author: caidongyun | Hits:

[OS programRR

Description: Round Robin process scheduling algorithm simulation in C++. Good for process scheduling study
Platform: | Size: 2048 | Author: You | Hits:

[OS DevelopRR

Description: 操作系统-时间片轮转调度算法,JAVA实现,带界面,有解释-Operating system- time slice rotation scheduling algorithm, JAVA achieved with interface, are explained
Platform: | Size: 2048 | Author: | Hits:

[OS programRR

Description: 此程序模拟进程调度,模拟系统调度算法RR算法-This program uses RR scheduling algorithm simulation system
Platform: | Size: 2048 | Author: Howard | Hits:

[OS DevelopCPU_schedule_simulation

Description: CPU scheduling algorithm simulation project implements FCFS , SJF , RR algorithms
Platform: | Size: 93184 | Author: msh2003 | Hits:

[matlabGAs_100average

Description: 无线通信系统的调度算法仿真程序,可以参考说明文件进行学习-Wireless communication system simulation program scheduling algorithm, can refer to the documentation to learn
Platform: | Size: 441344 | Author: dominic | Hits:

[AlgorithmRR

Description: Round Robin scheduling algorithm in C
Platform: | Size: 1024 | Author: kvk | Hits:

[JSP/JavaRound-Robin

Description: 操作系统的实验 关于时间片轮转RR进程调度调度算法,熟悉进程调度的执行过程;-Experiments on the operating system process scheduling time slice rotation RR scheduling algorithm, the implementation process are familiar with the process of scheduling
Platform: | Size: 8192 | Author: huangbingtao | Hits:

[Windows Developshijianpianlunzhuan

Description: 设计程序模拟进程的时间片轮转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 processes at T1, ..., Tn time to reach the system, they need service hours are S1, ..., Sn. The use of different time slots, respectively, the size of q, using round-robin scheduling algorithm for scheduling RR process to calculate the completion time of each process, turnaround time, and with the right turnaround time, and statistical process of n the average turnaround time and average weighted turnover time.
Platform: | Size: 3599360 | Author: gst | Hits:

[assembly languagerr

Description: 时间片轮调度算法的源代码,欢迎大家来下载-The time slice round scheduling algorithm source code, welcome to download
Platform: | Size: 1024 | Author: yanglin | Hits:

[JSP/JavaRR

Description: 操作系统进程调度实验,使用时间片轮转算法实现。-Operating system process scheduling experiment, using the round-robin algorithm.
Platform: | Size: 2048 | Author: zouyuxuan | Hits:

[OtherRound-robin-scheduling-algorithm-RR

Description: 时间片轮转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
Platform: | Size: 1024 | Author: 吕梦楠 | Hits:

[OS programBanker_Algorithm

Description: 操作系统进程调度算法,银行家算法,还有RR轮转算法,都可以运行-The operating system process scheduling algorithm, the banker algorithm, and RR rotation algorithm, can run
Platform: | Size: 5120 | Author: babbage | Hits:

[matlabrr

Description: round robin scheduling algorithm
Platform: | Size: 1024 | Author: frh | Hits:

[matlabnrtps_schedule

Description: 分组调度算法中三种基本的调度算法,轮询(RR)、最大载干比(Max C/I)以及比例公平调度算法(PF)的MATLAB编程,对吞吐量、公平性以及时延性的仿真实现过程。((RR), Max C / I and MATLAB programming, the simulation of throughput, fairness and delay in the three basic scheduling algorithms, packet scheduling algorithm Implementation process.)
Platform: | Size: 3072 | Author: 寻得一份宁静 | Hits:
« 12 »

CodeBus www.codebus.net