搜索资源列表
suanfa
- 通过磁盘调度算法的模拟设计,了解磁盘调度的特点。模拟实现FCFS、SSTF、SCAN、C-SCAN和LOOK算法,并计算及比较磁头移动道数。-Disk scheduling algorithm through the analog design, know the characteristics of disk scheduling. Analog implementation FCFS, SSTF, SCAN, C-SCAN and LOOK algorithm, and calculate
cipandiaodu
- 操作系统磁盘调度算法,课程设计,内附流程图-Operating system disk scheduling algorithm, curriculum design, containing a flow chart
cipandiaodu
- 磁盘调度算法c语言实现合集,包含所有磁盘调度算法实现,并通过一个主界面进行操作。-Disk-scheduling algorithm c language implementation Collection
choose
- 磁盘调度算法模拟,包括模拟实现FCFS、SSTF、SCAN、C-SCAN算法,并计算及比较磁头移动道数。下载的-Disk-scheduling algorithm simulation, including analog realization of FCFS, SSTF, SCAN, C-SCAN algorithm, and calculate and compare the number of head movement Road. Download
cpdd
- 通过设计一个磁盘调度模拟系统,从而使磁盘调度算法更加形象化,容易使人理解,使磁盘调度的特点更简单明了,能使使用者加深对先来先服务算法、最短寻道时间优先算法、扫描算法以及循环扫描算法等磁盘调度算法的理解。-here is my code
OSDiskDispatchDemo
- 磁盘调度算法的模拟实现,我大学时的一个os作业,包含fcfs sstf scan cscan nstepscan 这几种算法,源码很简单主要还是算法的思想-Disk scheduling algorithm simulation to achieve, a os my college work, including fcfs sstf scan cscan nstepscan these types of algorithms, source code is very simple idea o
ci-pan-diao-du-suan-fa
- 用c语言模拟了操作系统中磁盘调度算法,包含了详细代码。-C language analog disk scheduling algorithms operating system.
SCAN
- 磁盘调度中的电梯调度算法实现。通过创建随机数的方式来演示电梯调度算法。-Disk scheduling elevator scheduling algorithm. By way of random numbers created to demonstrate the elevator scheduling algorithm.
Disk-scheduling-algorithm
- 磁盘调度算法,用于操作系统课程设计。里面含有4中磁盘调度。-Disk scheduling algorithm for operating system design. Which contains 4 disk scheduling.
code
- 一个关于磁盘调度算法代码,循环扫描算法 。能够实现磁盘的调度显示-On a disk scheduling algorithm code, circular scanning algorithm. To realize disk scheduling displays
磁盘调度
- 模拟实现操作系统磁盘调度算法,哈哈哈哈哈哈哈哈哈哈哈哈哈啊哈哈哈(use cao zuoxi tong suwfueiuwegui wiuefiw fugefiuwga,m choiwe cwkeguw ckwehw.e ckuegcwcewcwc)
demo3
- 进行了磁盘调度算法中的电梯调度算法,亲测有效,环境为win10+VS2015(The elevator scheduling algorithm in the disk scheduling algorithm is carried out, and the environment is win10+VS2015)
操作系统磁盘调度
- 该程序是在操作系统实训期间完成,能够实现先来先服务,扫描算法和循环扫描算法。既可以一条访盘序列用三个算法,也可以重新输入。