Welcome![Sign In][Sign Up]
Location:
Search - round robin algorithm simulation

Search list

[Data structsCPUSchedule

Description: 3个CPU调度算法的simulation. 分别是Short Job First,High Return Ration Next, Round Robin. 模拟得到R,U,S等重要指标。-3 CPU scheduling algorithm of the simulation. Were Short Job First, High Return Ration Next, Round Robin. Simulated R, U, S and other important indicators.
Platform: | Size: 19456 | Author: tennic | Hits:

[OS DevelopProgress_Scheduling

Description: 操作系统课程设计:进程调度.用优先数调度算法和轮转调度算法进行进程调度模拟,将其各种算法进行调度的过程演示的很全面-Operating systems curriculum design: the process of scheduling. With a few priority scheduling algorithm and scheduling algorithm Round-Robin scheduling simulation carry out the process of its various process scheduling algorithms demonstrated very comprehensive
Platform: | Size: 227328 | Author: wlt | Hits:

[Windows Developcpu_mem

Description: 模拟处理机调度,使用的是优先权时间片轮转调度算法。模拟内存的分配和管理。-Analog processor scheduling, using a priority scheduling algorithm Round-Robin Time Slice. Simulation of memory allocation and management.
Platform: | Size: 3072 | Author: 只取一片 | Hits:

[OS Developdiaodu

Description: 主要使用了时间片轮转算法和高响应比算法模拟进程的调度过程-The main use of Round Robin time slice and high response ratio algorithm simulation process for the activation process
Platform: | Size: 1896448 | Author: wuweiwei | Hits:

[OS programRR

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

[source in ebookRound-robin

Description: 这是循环赛日程表的一个简单算法,基于C语言开发,可在TURB C下运行。-Simple round-robin schedule algorithm, based on the C language
Platform: | Size: 1024 | Author: 陶林 | Hits:

[OS programProcessorSchedul

Description: VC环境下,用时间片轮转调度算法模拟处理机调度实验-Round-Robin Scheduling Algorithm for Time-chip processor scheduling simulation experiment
Platform: | Size: 2048 | Author: karon | Hits:

[Otherprocessdoing

Description: 操作系统中进程调度算法的模拟 可以实现先来先服务 短作业有限 和时间片轮转算法-Operating system scheduling algorithm in the simulation process can be achieved first-come first-serve limited and short operating time slice Round Robin
Platform: | Size: 2048 | Author: zhou | Hits:

[Windows Developycycgb

Description: 进程调度 模拟进程调度 时间片轮转 优先级模拟算法-Process scheduling simulation process scheduling time slice simulation algorithm Round-Robin Priority
Platform: | Size: 2048 | Author: zlz | Hits:

[Windows DevelopFIRST2

Description: 编写并调试一个模拟的进程调度程序,采用“轮转法”调度算法对五个进程进行调度。   轮转法可以是简单轮转法、可变时间片轮转法,或多队列轮转法。 -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 simple, variable time slice Round-Robin method, one or more Round-Robin queue.
Platform: | Size: 1024 | Author: sylvia | Hits:

[OS DevelopShiYanYi_ShiJianPianLunZhuanSunaFa

Description: 广州大学操作系统实验报告一 时间片轮转调度算法模拟 附件详细的实验报告,以及实验代码-Guangzhou University, the operating system time-slice experiment reports a round-robin scheduling algorithm detailed in the annex of the experimental simulation of the report and experimental code
Platform: | Size: 81920 | Author: harlant | Hits:

[Software Engineeringjinchengdiaodu

Description: 编写并调试一个模拟的进程调度程序,采用“轮转法”调度算法对五个进程进行调度-Write and debug a simulation of the process scheduler, the " Round-Robin" scheduling algorithm for scheduling the five process
Platform: | Size: 6144 | Author: yogurt | Hits:

[JSP/Javacode

Description: 进程调度算法模拟 时间片轮转法 可视化-Process scheduling algorithm Round-Robin time slice simulation visualization
Platform: | Size: 145408 | Author: 李梦甜 | Hits:

[Software EngineeringRound-robin-and-priority-scheduling

Description: 时间片轮转算法和优先级调度算法 C语言模拟实现-Round-robin and priority scheduling algorithm C language simulation to achieve
Platform: | Size: 30720 | Author: 188 | Hits:

[OS Developschedule-algorithm

Description: 采用优先级和轮询调度算法实现模拟CPU调度-The use of priority and round-robin scheduling algorithm for CPU scheduling simulation
Platform: | Size: 2048 | Author: 木木 | Hits:

[File Operateshijianpian

Description: 用C实现计算机对时间片轮转算法的模拟 已经编译通过了-Round-robin algorithm of computer simulation in C
Platform: | Size: 68608 | Author: 郑威 | Hits:

[Software EngineeringSimulation-process-scheduler-

Description: 模拟进程调度程序。进程调度是处理机管理的核心内容。本实验要求用C++语言编写和调试一个简单的进程调度程序。通过本实验可以加深理解有关进程控制块、进程队列的概念,并体会和了解时间片轮转调度算法的具体实施办法。-Simulation process scheduler. Process scheduling process management is the core content. The experiment with C++ language writing and debugging a simple process scheduler. Through this experiment can deepen our understanding of the process control block, the concept of the process of formation, and experience and understanding round-robin scheduling algorithm specific measures for implementation.
Platform: | Size: 57344 | Author: 凯撒 | Hits:

[OS DevelopPCB

Description: 进程调度模拟算法 ,进程调度是处理机管理的核心内容。本实验要求用高级语言编写模拟进程调度程序,以 便加深理解有关进程控制快、进程队列等概念,并体会和了解优先数算法和时间片轮转算法 的具体实施办法。 -Process scheduling simulation algorithm, process scheduling processor is the core content management. The experiment called for the preparation process scheduler simulation with high-level language, in order to deepen understanding about the process control fast, process queue concepts and experience and understanding priority number algorithm and round-robin algorithm specific measures for implementation.
Platform: | Size: 1024 | Author: 杨阳 | Hits:

[OS Developmain

Description: 通过用高级语言编写模拟进程调度程序,了解有关进程控制块、进程队列的概念,体会掌握了优先数算法和时间片轮转算法的具体实施办法,提高对进程调度的认识。2. (1)优先数调度算法程序 (2)循环轮转调度算法程序-By writing simulation process scheduler with high-level language, learn about the process control block, the concept of process queue priority number algorithm mastered the experience and round-robin algorithm specific measures for implementation, to improve understanding of the process of scheduling. 2. (1) priority scheduling algorithm program (2) round-robin scheduling algorithm program
Platform: | Size: 1024 | Author: 白新宇 | Hits:

[OtherOperating-system-experiment

Description: 实验一:进程调度算法模拟,用动态优先数及时间片轮转法实现进程调度 实验三:文件管理-Process and management Simulation of the process scheduling algorithm, round robin algorithm to achieve the process of scheduling with dynamic priority number and the time
Platform: | Size: 1049600 | Author: 小雷 | Hits:
« 12 »

CodeBus www.codebus.net