文件名称:实验一 进程、线程的控制
介绍说明--下载内容均来自于网络,请自行研究使用
设计一个有 N个进程共行的进程调度程序。
进程调度算法:采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)和时间片轮转调度算法。
每个进程由一个进程控制块( PCB)表示。进程控制块可以包含如下信息:进程名、优先数、到达时间、需要运行时间、已用CPU时间、进程状态等等。 -design is a process of a total of N line in the process scheduler. Process Scheduling Algorithm : The number of the highest priority priority scheduling algorithm (that is, processors allocated to the highest priority in the process) and time-scheduling algorithm postings. Every process from a process control block (PCB) said. Process control block may contain the following information : process, and priority number, the arrival time, the running time, CPU time used, the process of the state and so on.
进程调度算法:采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)和时间片轮转调度算法。
每个进程由一个进程控制块( PCB)表示。进程控制块可以包含如下信息:进程名、优先数、到达时间、需要运行时间、已用CPU时间、进程状态等等。 -design is a process of a total of N line in the process scheduler. Process Scheduling Algorithm : The number of the highest priority priority scheduling algorithm (that is, processors allocated to the highest priority in the process) and time-scheduling algorithm postings. Every process from a process control block (PCB) said. Process control block may contain the following information : process, and priority number, the arrival time, the running time, CPU time used, the process of the state and so on.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
实验一 进程、线程的控制.doc