搜索资源列表
-
0下载:
模拟电梯系统,模拟现实中电梯的基本调度算法与实现.有基本的测试,Simulated elevator system, simulated reality elevator and realization of the basic scheduling algorithm. There was a basic test
-
-
1下载:
基本任务
某一层楼20层,有五部互联的电梯。基于线程思想,编写一个电梯调度程序。
功能描述
每个电梯里面应该有一些按键:数字键、关门键、开门键、上行键、下行键、报警键等。还应该有数码显示器来指示当前电梯的状态。
每层楼的每部电梯门口,应该有上行和下行按钮和当前电梯状态的数码显示器。
五部电梯门口的按钮是互联结的,即当一个电梯按钮按下去时,其他电梯的相应按钮也就同时点亮,表示也按下去了。
调度算法是根据这五部电梯的状态,寻找离当前楼层 最近的且和请求同方向的电
-
-
0下载:
磁盘调度算法实现:先来先服务算法(FCFS)、短寻道时间优先算法(SSTF)算法和电梯算法(SCAN)-Disk Scheduling Algorithm: First Come First Served algorithm (FCFS), short seek time priority algorithms (SSTF) algorithm and elevator algorithm (SCAN)
-
-
0下载:
磁盘的调度算法,采用的是电梯调度算法,标准的C++编写的程序-Disk scheduling algorithm, using the elevator scheduling algorithm, the standard C++ Preparation procedures
-
-
0下载:
一个电梯的调度算法,其中有电梯的界面,实现,是仿照CPU调度的-An elevator scheduling algorithm, including the interface elevator to achieve, is modeled on CPU scheduling
-
-
0下载:
利用电梯算法实现磁盘调度,并对磁盘初始化。-The use of elevator disk scheduling algorithm, and initialize the disk.
-
-
0下载:
实现电梯调度算法的C++源程序,有四种,感觉蛮丰富的,蛮全的-C++ source code to achieve the Elevator scheduling algorithm
-
-
0下载:
实现电梯调度算法的演示
有两个电梯可以使用-Elevator scheduling algorithm to achieve a demonstration
-
-
0下载:
一个简单的模拟电梯调度原理的模拟程序,方便理解电梯调度算法的原理。-A simple simulation of elevator dispatching principle simulation program to facilitate the understanding of the principle of lift scheduling algorithm.
-
-
0下载:
利用电梯算法来模拟磁头读相关请求时的运行过程,界面友好,可以方便看出驱动调度的过程-Elevator algorithm used to simulate the read head when the operation related to the request, friendly interface, you can easily see that drive the process of scheduling
-
-
0下载:
1、对于如下给定的一组磁盘访问进行调度:
请求服务到达 A B C D E F G H I J K
访问的磁道号 30 50 100 180 20 90 150 70 80 10 160
2、要求分别采用先来先服务、最短寻道优先以及电梯调度方法进行调度。
3、要求给出每种算法中磁盘访问的顺序,计算出平均移动道数。
4、假定当前读写头在90号,向磁道号增加的方向移动。-1, for a given set of as disk access scheduling: Reques
-
-
0下载:
操作系统驱动调度电梯调度算法的向西实现,对初学者有很强的实践意义-The operating system drive westward scheduling elevator scheduling algorithm to achieve strong practical significance for beginners
-
-
0下载:
磁盘调度中的电梯调度算法实现。通过创建随机数的方式来演示电梯调度算法。-Disk scheduling elevator scheduling algorithm. By way of random numbers created to demonstrate the elevator scheduling algorithm.
-
-
0下载:
利用多线程同步技术模拟电梯调度算法。主要用到了事件内核对象、临界区来让电梯服务线程、楼层请求正确地对请求队列进行访问、以及修改。-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
-
-
0下载:
进行了磁盘调度算法中的电梯调度算法,亲测有效,环境为win10+VS2015(The elevator scheduling algorithm in the disk scheduling algorithm is carried out, and the environment is win10+VS2015)
-