搜索资源列表
scan_attemper
- 有关scan扫描算法的基于MFC的程序,可视化界面-the scan scan algorithm based on the procedures for MFC, Visual Interface
NStepScan
- 课程设计之磁盘调度算法:N-Step—Scan
DEVICE
- 此算法是一个驱动调度算法,(scan算法--操作系统)。
SCAN(1)
- 操作系统SCAN算法源码思想,希望有识之士可以棒改进一下,大家受益受益-SCAN algorithm source operating systems thinking, I hope people can stick to improve the look, we all benefit from the benefit
Scan
- 一个完整的模拟磁盘电梯调度算法 有详细的注释-Simulation of a complete elevator disk scheduling algorithm detailed notes
cpdd
- 设计五个算法,分别是先来先服务算法,最短寻道时间优先算法,扫描(SCAN)算法,循环扫描(CSCAN)算法,NStepSCAN算法.由人工输入当前的磁道数,由系统随即生成要访问的磁道-The design of the five algorithms, namely, first-come first-serve algorithm, the shortest seek time priority algorithm, scanning (SCAN) algorithm, scanning cy
DiskAtemper
- 这是一个关于计算磁盘调度的算法,包括最短优先,s-scan,fcfs等。-This is one on the calculation of disk scheduling algorithms, including the shortest first, s-scan, fcfs so.
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
- 将操作系统中的磁盘调度中的扫描算法(SCAN)和循环扫描算法(CSCAN)模拟出来-The operating system scan disk scheduling algorithm (SCAN) and the cycle of scanning algorithm (CSCAN) simulated
diskseekingalgorithms
- 操作系统课程设计,磁盘寻道算法。做了扫描和循环扫描算法。分别用数组和链表方式进行了测试。并比较了时间效率。-Operating systems curriculum design, disk seeking algorithms. Done a scan and cyclic scan algorithm. Way with arrays and linked lists were tested. And compared the time efficiency.
scan
- 模拟电梯调度算法,对磁盘进行移臂和旋转调度-Simulated elevator scheduling algorithm, the disk arm and rotating shift schedule
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
disk-schedule
- 操作系统\磁盘调度 磁盘调度的4种调度方式: 先来先服务调度\最短寻道时间优先调度算法\单向扫描/循环扫描调度算法-Operating System \ disk scheduling the four scheduling disk scheduling methods: first-come first-served scheduling \ shortest seek time first scheduling algorithm \ one-way scan/scan sch
3
- 对SCAN算法的模拟,能清楚的看到结果。在os可能会用到,对你可能有用。-To SCAN algorithm simulation, can clearly see the results. In the OS might need, to you may be useful.
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
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.
SCAN
- 电梯调度算法,java语言模仿电梯调度算法,仅供研究操作系统开发人员参考。-Elevator scheduling algorithm, java language imitate elevator scheduling algorithm, operating system developers for research reference.