搜索资源列表
磁盘调度
- 磁盘调度算法,包括先进先出,最短查找,电梯调度及单向扫描-disk scheduling algorithms, including FIFO, shortest identifying, scheduling and one-way lift scan
仿真图书馆电梯问题
- 这是个实现电梯问题的算法,包含了类的设计,和算法的实现-This is a realization of the elevator algorithm, the category includes the design, and algorithm implementation
MyElevator
- 这是一个电梯算法的实现,有两部电梯,六层楼,以VC++6.0实现-This is an algorithm to achieve the lift, two elevators, six floors to VC 6.0
磁盘调度算法
- 磁盘调度算法 1。实现三种算法: 1。先来先服务 2。最短寻道优先(可自己假设当前磁头的位置) 3。电梯算法 2。磁道服务顺序从指定的文本文件(TXT文件)中取出 3。输出: 第一行:磁道的服务顺序 第二行:显示移动总道数-a disk scheduling algorithms. Three algorithms to achieve : 1. First-come first-serve two. Seeking shortest priority (to
diantisuanfa
- 电梯算法, 电梯算法, 电梯算法,电梯算法
电梯调度
- 用vc编写的用来模拟操作系统中电梯调度算法的程序。-The ones that wrote vc used the procedure of dispatcher s algorithm of the lift in the simulation operating system.
CplusplusDiskScheduling
- 模拟电梯调度算法,对磁盘进行移臂操作,观察调度程序的动态运行过程。-Elevator scheduling algorithm simulation of the disk arm to move the operation to observe the dynamic scheduler is running.
elevatorAttemper
- 对操作系统里的电梯调度算法进行的仿真,考虑了电梯运行的各种情况-Elevator to the operating system
dianti01
- 电梯调度算法实现磁盘的调度的源代码!需要仔细看啊!-Elevator scheduling disk scheduling algorithm source code! The need for a closer look at ah!
Elevator_algorithm
- 该源码是为操作系统课程设计所写的,内容是移动臂调度算法中的电梯调度算法。思路清晰,简单明了!-The source code for the operating system written in curriculum design, content is the mobile arm of the elevator scheduling algorithm scheduling algorithm. Clear, simple and clear!
qudongdiaodu
- 这是一个驱动调度的设计,用电梯算法实现对磁盘的存取.-This is a design-driven scheduling with elevator algorithm for disk access.
c
- 要求: 1。实现三种算法: 1。先来先服务 2。最短寻道优先(老师会给当前磁头的位置) 3。电梯算法 2。磁道服务顺序从指定的文本文件(TXT文件)中取出 3。输出: 第一行:磁道的服务顺序 第二行:显示移动总道数-Requirements: 1. The realization of the three algorithms: 1. First Come First
makefile
- 电梯调度算法,包括四种方法。操作系统必备的知识-Elevator scheduling algorithms, including the four methods. Operating system must have knowledge
cipanyibi
- 磁盘移臂调度过程模拟系统的设计——先来先服务法、最短寻道时间优先算法、电梯算法-The process of shifting the disk arm scheduling simulation system design- first come first serve method, the shortest seek time priority algorithm, Elevator algorithm
Scan
- 一个完整的模拟磁盘电梯调度算法 有详细的注释-Simulation of a complete elevator disk scheduling algorithm detailed notes
1
- 磁盘调度算法 先来先服务,电梯算法 操作系统课程设计-kechengsheji
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
DiskSchecualing
- (1)设计并实现了一个函数,完成先来先服务的磁盘调度功能 (2)设计并实现了一个函数完成最短寻道时间优先的磁盘调度功能。 (3)设计并实现了一个函数完成电梯算法的磁盘调度功能 -(1) design and implementation of a function, to complete a first-come first-served disk scheduling (2) design and implementation of a function to complete
407417080115
- 操作系统课程设计驱动调度 模拟电梯调度算法,实现对磁盘的驱动调度-Operating system scheduling simulation program designed to drive the elevator scheduling algorithm to achieve the scheduling of disk drives
cipandiaodu
- 本程序包括:FIFO,最短寻道优先调度算法,电梯算法 -first in first out,elevator algorithm