搜索资源列表
磁盘调度
- 磁盘调度算法,包括先进先出,最短查找,电梯调度及单向扫描-disk scheduling algorithms, including FIFO, shortest identifying, scheduling and one-way lift scan
磁盘进行调度的算法
- 这个程序主要实现对磁盘进行调度的算法,有先来先服务,最短寻道优先,扫描,单向扫描和循环五种算法的实现。
Disk
- 大三操作系统实验,用FIFS,电梯法,最短优先实现磁盘调度.
DiskAcess
- 磁盘调度程序,先来先服务算法和最短寻道时间优先算法
simulatingtestofdiskscheduling
- 磁盘调度算法,比较4种常见磁盘寻道算法:先来先服务(FCFS)、最短寻道时间优先(SSTF)、电梯调度(SCAN)和循环扫描算法(CSCAN)-disk scheduling
cipandiaodu
- 磁盘调度算法的实现,包括先来先服务、电梯法、最短路径优先法 -Disk scheduling algorithm, including the first-come, first serve, lift method, Shortest Path First Act
disk
- OS磁盘调度演示程序(有图形演示) 先来先服务的磁盘调度功能 最短寻道时间优先的磁盘调度功能。 电梯算法的磁盘调度功能。 -OS disk scheduling demo first come first served the shortest seek time disk scheduling priority function of the disk scheduling functions. Elevator disk scheduling algorithm functi
1
- 磁盘调度模拟程序,观察磁臂寻道时的移动过程,再采用不同的寻道算法,比较不同。*先来先服务调度算法 *最短寻道优先调度算法 *扫描算法 *循环扫描算法 -Disk scheduling simulation program, observe the magnetic Seeker arm movement when the process of re-seeking algorithms using different, more different.* First come fi
cipan
- 磁盘调度算法 包括fcfs,最短寻道时间,电梯调度,单项扫描 -Disk scheduling algorithms include fcfs, shortest seek time, elevator scheduling, single scan
cipandiaodu
- 编程序实现下述磁盘调度算法,并求出每种算法的平均寻道长度: 要求设计主界面以灵活选择某算法,且以下算法都要实现 1、先来先服务算法(FCFS) 2、最短寻道时间优先算法(SSTF) 3、扫描算法(SCAN) 4、循环扫描算法(CSCAN) -Programmed to achieve the following disk scheduling algorithms, and calculate the average seek length of each algorit
cipandiaodusuanfa
- 这个程序主要实现对磁盘进行调度的算法,有先来先服务,最短寻道优先,扫描,单向扫描和循环五种算法的实现。-This program to disk scheduling algorithm, first come first serve, Seeking shortest priority scanning, check scanning and circulation of five algorithms to achieve.
cipandiaodu
- 磁盘调度算法,采用MFC界面,FCFS(先来先服务):SSTF(最短寻道时间优先):SCAN 电梯调度算法 CSCAN循环扫描算法-Disk scheduling algorithm, using MFC interface, FCFS (first come first served): SSTF (shortest seek time priority): SCAN elevator scheduling algorithm CSCAN loop scanning algorithm
Cpdd
- 模拟实现磁盘调度算法:最短寻道时间优先(SSTF)和扫描(SCAN)算法。-Simulation disk scheduling algorithms: shortest seek priority (SSTF) and scanning (SCAN) algorithm.