搜索资源列表
Diskatt
- C#写的模拟磁盘磁头调度程序 包含fcfs sstf elevator3种算法-write in C#, emulate diskette head schedule program, include FCFS, SSTF and ELEVATOR arithmetic.
FCFSSSTF
- 《操作系统原理》课程设计 课题名称:磁臂调度及扇区排队算法模拟 模拟了FCFS和SSTF两种调度 -"Operating Systems Theory" design issues Name : Magnetic Sector arm scheduling and queuing algorithm simulation and the simulation of FCFS queue scheduling two SSTF
sstf
- 磁盘调度的三种方法的其中一种用C语言实现
cipandiaodu
- 磁盘调度 SSTF FCFS SCAN CSCAN
NCYMZH1-4
- 编程序实现下述磁盘调度算法,并求出每种算法的平均寻道长度,要求设计主界面以灵活选择某算法,且以下算法都要实现: 1、先来先服务算法(FCFS) 2、最短寻道时间优先算法(SSTF) 3、扫描算法(SCAN) 4、循环扫描算法(CSCAN)
simulatingtestofdiskscheduling
- 磁盘调度算法,比较4种常见磁盘寻道算法:先来先服务(FCFS)、最短寻道时间优先(SSTF)、电梯调度(SCAN)和循环扫描算法(CSCAN)-disk scheduling
FCFSSSTFSCAN
- 一个简单的SSTF磁盘调度算法,在WIN2000环境下,由Visual C++编写完成-A simple SSTF disk scheduling algorithm, in WIN2000 environment, by Visual C++ Prepared
a2
- 随机产生磁道数,通过多种算法实现磁盘调度。FCFS,SSTF,SCAN,CSCAN,N_Step_SCAN。-Track the number of randomly generated, through a variety of disk scheduling algorithm. FCFS, SSTF, SCAN, CSCAN, N_Step_SCAN.
caozuoxit
- 操作系统。主要对最短寻道时间优先(SSTF)和扫描(SCAN)算法进行模拟演练!-C++
test
- 图形界面实现磁盘调度算法,一共有四种调度算法,分别为:FCFS,SSTF,SCAN,CSCAN-Graphical interface to achieve disk scheduling algorithm, a total of four scheduling algorithms, namely: FCFS, SSTF, SCAN, CSCAN
cipandiaodu
- 包过先来先服务(FCFS),最短寻道时间优先(SSTF),扫描法(SCAN)。-Package had first come first serve (FCFS), shortest seek time first (SSTF), scanning (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
scan_and_sstf
- 最短寻道时间优先(SSTF)和扫描(SCAN)算法。可以对给出的任意的磁盘请求序列、计算平均寻道长度; 要求可定制磁盘请求序列长度、磁头起始位置、磁头移动方向。-Shortest seek time first (SSTF) and scanning (SCAN) algorithm. Can be given any sequence of disk requests, calculate the average seek length requirements can be customi
java.os
- 磁盘模拟程序,通过输入初始位置来寻道,产生随机数组并选择算法,最后用直线连接计算后的随机数组,输出结果。-Analog realization of SSTF and SCAN algorithms。By entering the initial position from either the road, resulting in a random array and selection algorithm, and finally connected with a straight calc
c++模拟磁盘调度算法源代码
- c++模拟磁盘调度算法(FCFS;SSTF;SCAN;CSCAN)-c++ simulated disk scheduling algorithms (FCFS SSTF SCAN CSCAN)
cipandiaodu
- 实现磁盘调度的三个算法:先来先服务,最短寻道优先和电梯调度-To achieve the three disk scheduling algorithms: FCFS,SSTF,SCAN
001
- 操作系统中的磁盘调度算法中的FCFS,SSTF,SCAN,CSCAN算法模拟程序-Operating system disk scheduling algorithms FCFS, SSTF, SCAN, CSCAN algorithm simulation program
002
- 操作系统课程设计报告及代码,磁盘调度算法中的FCFS,SSTF,SCAN,CSCAN-Curriculum design and operating system code, disk scheduling algorithms FCFS, SSTF, SCAN, CSCAN
003
- 操作系统课程设计报告及代码,磁盘调度算法中的FCFS,SSTF,SCAN,CSCAN-Curriculum design and operating system code, disk scheduling algorithms FCFS, SSTF, SCAN, CSCAN
disc-scheduling
- operating system disc scheduling algorithms(fcfs,clook,cscan,look,scan,sstf) in c++.