搜索资源列表
-
0下载:
操作系统——进程调度算法实现 本程序主要实现了进程调度中最常见的优先数算法和轮转时间片算法。-operating system -- the process of scheduling algorithm to achieve the main procedures of the process of scheduling priority to the most common algorithms and several Web-time algorithm.
-
-
0下载:
磁盘调度算法,有最短寻道时间优先调度算法和扫描算法 。-Disk scheduling, priority scheduling algorithm with the shortest seek time and scanning algorithms.
-
-
0下载:
本程序设计用于模拟实现包括FCFS、SSTF、电梯、scan算法在内的磁盘调度算法,计算出各种算法的磁头移动道数供用户参考比较。-This program is designed for analog realization, including FCFS, SSTF, the elevator, scan the disk scheduling algorithms, including, heads of various algorithms to calculate the number
-
-
0下载:
//数据:进程,队列结构进程调度算法,处理流程:1 初进程始化--进程队列结构(包括:就绪队列,等待队列,运行队列)等必要的数据结构 init() 2 进入无限循环,反复调度队列-//Data: process, structure the process of queue scheduling algorithms, process: 1 the beginning of the beginning of the process- the process of the queue struct
-
-
0下载:
用C语言(或其它语言,如Java)实现对N个进程采用某种进程调度算法(如动态优先权调度)的调度。2.每个用来标识进程的进程控制块PCB可用结构来描述-Using C language (or other languages, such as Java) the scheduling of some process scheduling algorithms (such as dynamic priority scheduling) of N processes. 2 each process t
-
-
0下载:
磁盘调度算法,有最短寻道时间优先调度算法和扫描算法 。-Disk scheduling, priority scheduling algorithm with the shortest seek time and scanning algorithms.
-
-
0下载:
//数据:进程,队列结构进程调度算法,处理流程:1 初进程始化--进程队列结构(包括:就绪队列,等待队列,运行队列)等必要的数据结构 init() 2 进入无限循环,反复调度队列-//Data: process, structure the process of queue scheduling algorithms, process: 1 the beginning of the beginning of the process- the process of the queue struct
-