搜索资源列表
-
0下载:
这是一个操作系统进程管理的模拟程序。
采用FCFS,多级反馈队列等算法调度进程。
这是我们操作系统课程的一个项目。-This is a process management system simulation program. Using FCFS queue, multi-level feedback queue algorithm scheduling process. This is our operating systems course of a project.
-
-
0下载:
多级反馈队列进程调度算法
1. 实验目的:
用高级语言编写和调试一个进程调度程序,以加深对进程的概念及进程调度算法的理解。
2. 实验内容:
编写一个模拟程序,完成单处理机系统中的进程调度,采用多级反馈队列的时间片轮转调度算法.
实验具体包括:首先确定进程控制块的内容,进程控制块的组成方式,确定相关参数(如进程数、到达时间、服务时间、时间片大小等) 然后完成进程创建原语、进程调度原语和进程撤销原语 最后编写主函数,上机实验并取得结果数据。
-The process of
-
-
0下载:
用进程调度算法的多级反馈队列实现 的过程模拟系统-The process of scheduling algorithm using multi-level feedback queue, the process of realization of simulation system
-
-
0下载:
用进程调度算法的多级反馈队列实现 的过程模拟系统-The process of scheduling algorithm using multi-level feedback queue, the process of realization of simulation system
-
-
0下载:
一个有N个进程并发的进程调度程序,要求采用最高优数优先算法,时间片轮转法,多级反馈队列调度算法这三种算法-N a process complicated by a process scheduler, requires the highest priority number of priority algorithm, the time slice rotation, multi-level feedback queue scheduling algorithm for these three
-
-
0下载:
可利用先来先服务、短作业优先、响应比高者优先、多级反馈队列模型、时间片轮转法等,来实现处理机的调度。-Available first come first serve, short job priority, the response is high and is preferred, multi-level feedback queue model, time slice rotation law, to achieve the processor scheduling.
-
-
0下载:
模拟实现四种进程调度算法:先到先服务、抢占式调度、时间片轮转、多级反馈队列调度-Simulation of the process of realization of the four scheduling algorithms: first come first service, preemptive scheduling, time slice rotation, multi-level feedback queue scheduling
-
-
0下载:
多级反馈队列 一种基于多级反馈队列的算法-Multilevel feedback queue is a multi-level feedback queue algorithm
-