搜索资源列表
DiskAcess
- 磁盘调度程序,先来先服务算法和最短寻道时间优先算法
simulatingtestofdiskscheduling
- 磁盘调度算法,比较4种常见磁盘寻道算法:先来先服务(FCFS)、最短寻道时间优先(SSTF)、电梯调度(SCAN)和循环扫描算法(CSCAN)-disk scheduling
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
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
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.