搜索资源列表
1
- 操作系统实验,电梯算法,c语言编写的程序.-experimental operating system, elevator algorithm, c language procedures.
cipan123
- 这是一个磁臂移动的算法程序,他模拟电梯算法来运算的,111111111111111111.-This is a mobile magnetic arm algorithm procedures, he algorithm to simulate the lift operator, 111111111111111111.
cipandiaodu
- 模拟磁盘调度算法系统的设计 能够模拟FCFS、最短寻道时间、电梯算法三个磁盘调度算法;
LiftShedule4
- 站长注意,电梯算法调度,多线程,算法同上次不一样,os
cdfw
- 磁盘调度算法 要求: 1。实现三种算法: 1。先来先服务 2。最短寻道优先(老师会给当前磁头的位置) 3。电梯算法 2。磁道服务顺序从指定的文本文件(TXT文件)中取出 3。输出: 第一行:磁道的服务顺序 第二行:显示移动总道数 本程序包括:FIFO,最短寻道优先调度算法,电梯算法 VC++调试通过
MyElevator.rar
- 模拟电梯系统,模拟现实中电梯的基本调度算法与实现.有基本的测试,Simulated elevator system, simulated reality elevator and realization of the basic scheduling algorithm. There was a basic test
jinchengguanli
- 基本任务 某一层楼20层,有五部互联的电梯。基于线程思想,编写一个电梯调度程序。 功能描述 每个电梯里面应该有一些按键:数字键、关门键、开门键、上行键、下行键、报警键等。还应该有数码显示器来指示当前电梯的状态。 每层楼的每部电梯门口,应该有上行和下行按钮和当前电梯状态的数码显示器。 五部电梯门口的按钮是互联结的,即当一个电梯按钮按下去时,其他电梯的相应按钮也就同时点亮,表示也按下去了。 调度算法是根据这五部电梯的状态,寻找离当前楼层 最近的且和请求同方向的电
C++MecrosoftWord
- 这是关于一部电梯的C++算法实现对于初学者很有帮助望大家借鉴下载-This is an elevator on the C++ Algorithm look very helpful for everyone from beginners to download
cipan
- 磁盘调度算法实现:先来先服务算法(FCFS)、短寻道时间优先算法(SSTF)算法和电梯算法(SCAN)-Disk Scheduling Algorithm: First Come First Served algorithm (FCFS), short seek time priority algorithms (SSTF) algorithm and elevator algorithm (SCAN)
Elevator
- 利用Java语言实现电梯算法得调度程序,欢迎大家下载测试,附图片,-Elevator implementation using Java language a scheduler algorithm, welcome everyone to download the test, with pictures, thank you
new
- 实现了应用于办公场所或者酒店的电梯调度算法,解决了乘客长期等待的问题。-a system about the runing of elevator
qudongdiaodu
- 利用电梯算法实现磁盘调度,并对磁盘初始化。-The use of elevator disk scheduling algorithm, and initialize the disk.
Elevator_diantidiaodusuanfaC
- 实现电梯调度算法的C++源程序,有四种,感觉蛮丰富的,蛮全的-C++ source code to achieve the Elevator scheduling algorithm
cipan
- 磁盘调度算法,包括电梯调度,Scan-磁盘调度算法,包括电梯调度,Scan等等
MyElevator
- 实现电梯调度算法的演示 有两个电梯可以使用-Elevator scheduling algorithm to achieve a demonstration
oskeshe
- 磁盘移臂调度过程模拟设计——电梯算法、最短寻道时间优先算法 附加代码及课设报告!-os
diskschedulingalgorithmsourcecode
- 在我们学习的过程中共遇见5种磁盘调度算法它们分别是: FCFS(先来先服务)调度 SSTF(最短查找时间优先)调度 SCAN(扫描)调度 C-SCAN(环形扫描)调度 LOOK(查找)调度(电梯) -disk scheduling algorithm source code
第四次作业第一题第一问01
- 有r个人在一楼进入电梯,楼上共有n层。设每个游客在任何一层楼下的概率相同,试建立一个概率模型,求直到电梯中的人下完为止,电梯需停次数的数学期望,对r=10,n=8(如西一楼)进行计算机模拟验证。(There are r people in the first floor into the elevator, upstairs, there are n layer. The probability of each visitors at any level below the same, try
demo3
- 进行了磁盘调度算法中的电梯调度算法,亲测有效,环境为win10+VS2015(The elevator scheduling algorithm in the disk scheduling algorithm is carried out, and the environment is win10+VS2015)
移动臂调度算法
- 完美的实现各种算法比如先来先去最短寻道扫描(电梯梯度)算法循环扫描算法(Operating system mobile arm algorithm)