搜索资源列表
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语言实现
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++
cipandiaodu
- 包过先来先服务(FCFS),最短寻道时间优先(SSTF),扫描法(SCAN)。-Package had first come first serve (FCFS), shortest seek time first (SSTF), scanning (SCAN).
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++.
cipandiaodu
- 磁盘调度算法的课程设计,包扩FCFS,SSTF,SCAN,CSCAN,使用C++完成-Disk scheduling, curriculum design, including expansion of the FCFS, SSTF, SCAN, CSCAN, use the C + + to complete
operating-system
- 计银行家算法,void FCFS(int Han,int DiscL[]) //先来先服务算法(FCFS) void SSTF(int Han,int DiscL[]) //最短寻道时间优先算法(SSTF) int SCAN(int Han,int DiscL[],int x,int y) //扫描算法(SCAN) void CSCAN(int Han,int DiscL[]) //循环扫描算法(CSCAN) void N_Step_SCAN(int Han1,int DiscL
diskScheduling
- 程序功能: 1. 设计程序实现FIFO、SSTF、SCAN以及C-SCAN四种不同的磁盘调度算法。 2. 磁盘调度请求序列长度不少于100。 3. 给出每种调度的服务序列。 4. 统计每种调度的磁道移动数。 -Program features: 1. Design process to achieve FIFO, SSTF, SCAN and C-SCAN four different disk scheduling algorithms. 2 disk scheduling
CCDU
- 磁盘调度算法.设计程序模拟先来先服务FCFS、最短寻道时间优先SSTF、SCAN和循环SCAN算法的工作过程。-Disk scheduling algorithms. Designed program to simulate a first-come, first-served FCFS, shortest seek first SSTF, SCAN and SCAN loop algorithm works.
NewJFrame
- 磁盘调度算法的模拟与实现 1、先来先服务(FCFS) 2、最短寻道时间优先(SSTF) 3、扫描算法(SCAN) 4、循环扫描算法(CSCAN) -Simulation and implementation of a first-come, first-served (FCFS) disk scheduling algorithm 2, the shortest seek time priority (SSTF) 3, scanning algorithm (SCAN)