CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - round robin algorithm simulation
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - round robin algorithm simulation - List
[
Data structs
]
CPUSchedule
DL : 0
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.
Date
: 2025-07-01
Size
: 19kb
User
:
tennic
[
OS Develop
]
Progress_Scheduling
DL : 0
操作系统课程设计:进程调度.用优先数调度算法和轮转调度算法进行进程调度模拟,将其各种算法进行调度的过程演示的很全面-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
Date
: 2025-07-01
Size
: 222kb
User
:
wlt
[
Windows Develop
]
cpu_mem
DL : 0
模拟处理机调度,使用的是优先权时间片轮转调度算法。模拟内存的分配和管理。-Analog processor scheduling, using a priority scheduling algorithm Round-Robin Time Slice. Simulation of memory allocation and management.
Date
: 2025-07-01
Size
: 3kb
User
:
只取一片
[
OS Develop
]
diaodu
DL : 0
主要使用了时间片轮转算法和高响应比算法模拟进程的调度过程-The main use of Round Robin time slice and high response ratio algorithm simulation process for the activation process
Date
: 2025-07-01
Size
: 1.81mb
User
:
wuweiwei
[
OS program
]
RR
DL : 0
Round Robin process scheduling algorithm simulation in C++. Good for process scheduling study
Date
: 2025-07-01
Size
: 2kb
User
:
You
[
source in ebook
]
Round-robin
DL : 0
这是循环赛日程表的一个简单算法,基于C语言开发,可在TURB C下运行。-Simple round-robin schedule algorithm, based on the C language
Date
: 2025-07-01
Size
: 1kb
User
:
陶林
[
OS program
]
ProcessorSchedul
DL : 0
VC环境下,用时间片轮转调度算法模拟处理机调度实验-Round-Robin Scheduling Algorithm for Time-chip processor scheduling simulation experiment
Date
: 2025-07-01
Size
: 2kb
User
:
karon
[
Other
]
processdoing
DL : 0
操作系统中进程调度算法的模拟 可以实现先来先服务 短作业有限 和时间片轮转算法-Operating system scheduling algorithm in the simulation process can be achieved first-come first-serve limited and short operating time slice Round Robin
Date
: 2025-07-01
Size
: 2kb
User
:
zhou
[
Windows Develop
]
ycycgb
DL : 0
进程调度 模拟进程调度 时间片轮转 优先级模拟算法-Process scheduling simulation process scheduling time slice simulation algorithm Round-Robin Priority
Date
: 2025-07-01
Size
: 2kb
User
:
zlz
[
Windows Develop
]
FIRST2
DL : 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 simple, variable time slice Round-Robin method, one or more Round-Robin queue.
Date
: 2025-07-01
Size
: 1kb
User
:
sylvia
[
OS Develop
]
ShiYanYi_ShiJianPianLunZhuanSunaFa
DL : 0
广州大学操作系统实验报告一 时间片轮转调度算法模拟 附件详细的实验报告,以及实验代码-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
Date
: 2025-07-01
Size
: 80kb
User
:
harlant
[
Software Engineering
]
jinchengdiaodu
DL : 0
编写并调试一个模拟的进程调度程序,采用“轮转法”调度算法对五个进程进行调度-Write and debug a simulation of the process scheduler, the " Round-Robin" scheduling algorithm for scheduling the five process
Date
: 2025-07-01
Size
: 6kb
User
:
yogurt
[
JSP/Java
]
code
DL : 0
进程调度算法模拟 时间片轮转法 可视化-Process scheduling algorithm Round-Robin time slice simulation visualization
Date
: 2025-07-01
Size
: 142kb
User
:
李梦甜
[
Software Engineering
]
Round-robin-and-priority-scheduling
DL : 0
时间片轮转算法和优先级调度算法 C语言模拟实现-Round-robin and priority scheduling algorithm C language simulation to achieve
Date
: 2025-07-01
Size
: 30kb
User
:
188
[
OS Develop
]
schedule-algorithm
DL : 0
采用优先级和轮询调度算法实现模拟CPU调度-The use of priority and round-robin scheduling algorithm for CPU scheduling simulation
Date
: 2025-07-01
Size
: 2kb
User
:
木木
[
File Operate
]
shijianpian
DL : 0
用C实现计算机对时间片轮转算法的模拟 已经编译通过了-Round-robin algorithm of computer simulation in C
Date
: 2025-07-01
Size
: 67kb
User
:
郑威
[
Software Engineering
]
Simulation-process-scheduler-
DL : 0
模拟进程调度程序。进程调度是处理机管理的核心内容。本实验要求用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.
Date
: 2025-07-01
Size
: 56kb
User
:
凯撒
[
OS Develop
]
PCB
DL : 0
进程调度模拟算法 ,进程调度是处理机管理的核心内容。本实验要求用高级语言编写模拟进程调度程序,以 便加深理解有关进程控制快、进程队列等概念,并体会和了解优先数算法和时间片轮转算法 的具体实施办法。 -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.
Date
: 2025-07-01
Size
: 1kb
User
:
杨阳
[
OS Develop
]
main
DL : 0
通过用高级语言编写模拟进程调度程序,了解有关进程控制块、进程队列的概念,体会掌握了优先数算法和时间片轮转算法的具体实施办法,提高对进程调度的认识。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
Date
: 2025-07-01
Size
: 1kb
User
:
白新宇
[
Other
]
Operating-system-experiment
DL : 0
实验一:进程调度算法模拟,用动态优先数及时间片轮转法实现进程调度 实验三:文件管理-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
Date
: 2025-07-01
Size
: 1mb
User
:
小雷
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.