搜索资源列表
LiftShedule3
- 同上次一样,也是一个电梯调度算法,但请站长注意本人上传的算法均不是一样的,多线程,os
LiftShedule5
- 电梯调度算法java 多线程,os ,与以前上传的算法绝对不一样,请站长注意
liftProcess
- 电梯调度算法 操作系统实验
MyElevator.rar
- 模拟电梯系统,模拟现实中电梯的基本调度算法与实现.有基本的测试,Simulated elevator system, simulated reality elevator and realization of the basic scheduling algorithm. There was a basic test
jinchengguanli
- 基本任务 某一层楼20层,有五部互联的电梯。基于线程思想,编写一个电梯调度程序。 功能描述 每个电梯里面应该有一些按键:数字键、关门键、开门键、上行键、下行键、报警键等。还应该有数码显示器来指示当前电梯的状态。 每层楼的每部电梯门口,应该有上行和下行按钮和当前电梯状态的数码显示器。 五部电梯门口的按钮是互联结的,即当一个电梯按钮按下去时,其他电梯的相应按钮也就同时点亮,表示也按下去了。 调度算法是根据这五部电梯的状态,寻找离当前楼层 最近的且和请求同方向的电
cipan
- 磁盘调度算法实现:先来先服务算法(FCFS)、短寻道时间优先算法(SSTF)算法和电梯算法(SCAN)-Disk Scheduling Algorithm: First Come First Served algorithm (FCFS), short seek time priority algorithms (SSTF) algorithm and elevator algorithm (SCAN)
cipandiaodu
- 磁盘的调度算法,采用的是电梯调度算法,标准的C++编写的程序-Disk scheduling algorithm, using the elevator scheduling algorithm, the standard C++ Preparation procedures
OS_algorithm
- 操作系统,磁盘调度算法演示程序,电梯调度算法-Operating systems, disk scheduling algorithm demo program
new
- 实现了应用于办公场所或者酒店的电梯调度算法,解决了乘客长期等待的问题。-a system about the runing of elevator
Elevator_diantidiaodusuanfaC
- 实现电梯调度算法的C++源程序,有四种,感觉蛮丰富的,蛮全的-C++ source code to achieve the Elevator scheduling algorithm
cipan
- 磁盘调度算法,包括电梯调度,Scan-磁盘调度算法,包括电梯调度,Scan等等
MyElevator
- 实现电梯调度算法的演示 有两个电梯可以使用-Elevator scheduling algorithm to achieve a demonstration
diskschedulingalgorithmsourcecode
- 在我们学习的过程中共遇见5种磁盘调度算法它们分别是: FCFS(先来先服务)调度 SSTF(最短查找时间优先)调度 SCAN(扫描)调度 C-SCAN(环形扫描)调度 LOOK(查找)调度(电梯) -disk scheduling algorithm source code
Elevator
- 这是一个电梯调度模拟算法,基于MFC的对话框写的,有电梯移动的界面,输入电梯等待人数,点击仿真,就会再不同楼层随机产生等待的人,请求电梯承载,电梯会在有请求的层数打印出,谁进了电梯,谁出了电梯的文字描述,当所有人都使用完电梯,则算法结束,当中用到了timer,但是我把图像处理的那部分都写在了画图里面,导致系统界面会不断刷新,输入多人仿真的时候效果比较明显-This is an elevator dispatching simulation algorithm, based on MFC dial
(diantidiaodu)
- 一个简单的模拟电梯调度原理的模拟程序,方便理解电梯调度算法的原理。-A simple simulation of elevator dispatching principle simulation program to facilitate the understanding of the principle of lift scheduling algorithm.
SkinControls
- 操作系统驱动调度电梯调度算法的向西实现,对初学者有很强的实践意义-The operating system drive westward scheduling elevator scheduling algorithm to achieve strong practical significance for beginners
SCAN
- 磁盘调度中的电梯调度算法实现。通过创建随机数的方式来演示电梯调度算法。-Disk scheduling elevator scheduling algorithm. By way of random numbers created to demonstrate the elevator scheduling algorithm.
multi-threaded-elevator
- 利用多线程同步技术模拟电梯调度算法。主要用到了事件内核对象、临界区来让电梯服务线程、楼层请求正确地对请求队列进行访问、以及修改。-Simulation of elevator scheduling algorithm using thread synchronization techniques. Main event kernel object, a critical section is used to make service request threads, floors properl
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)