搜索资源列表
oskcsj
- 模拟电梯调度算法,实现对磁盘的驱动调度,源代码,流程图,截图
电梯调度
- 用vc编写的用来模拟操作系统中电梯调度算法的程序。-The ones that wrote vc used the procedure of dispatcher s algorithm of the lift in the simulation operating system.
cipanyibi
- 磁盘移臂调度过程模拟系统的设计——先来先服务法、最短寻道时间优先算法、电梯算法-The process of shifting the disk arm scheduling simulation system design- first come first serve method, the shortest seek time priority algorithm, Elevator algorithm
Scan
- 一个完整的模拟磁盘电梯调度算法 有详细的注释-Simulation of a complete elevator disk scheduling algorithm detailed notes
lab3
- 模拟电梯调度算法,对磁盘进行移臂和旋转操作-Simulated elevator scheduling algorithm, moving the disk arm and rotation
scan
- 模拟电梯调度算法,对磁盘进行移臂和旋转调度-Simulated elevator scheduling algorithm, the disk arm and rotating shift schedule
407417080115
- 操作系统课程设计驱动调度 模拟电梯调度算法,实现对磁盘的驱动调度-Operating system scheduling simulation program designed to drive the elevator scheduling algorithm to achieve the scheduling of disk drives
diantidiaodushix
- 电梯调度的实现,里面包括调度的算法,已经使用的优先级,可以使用简单的模拟电梯的运行状况。-Elevator scheduling to achieve, which include scheduling algorithms, priority has been to use, you can use a simple simulation of elevator operation.
disk
- 操作系统各种调度算法模拟,包括先来先服务、最短寻道时间优先、电梯调度算法等。-A variety of operating systems scheduling algorithm simulation, including first come, first service, the shortest way time priority, elevator for scheduling algorithm, etc.
ConsoleApplication21
- 1、模拟先来先服务法(First-Come, First-Served,FCFS),最短寻道时间优先法(Shortest Seek Time First, SSTF),电梯扫描算法(SCAN)三种磁盘调度算法;(FCFS SSTF SCAN how to show you)