CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - elevator scheduling algorithm

搜索资源列表

  1. MyElevator.rar

    0下载:
  2. 模拟电梯系统,模拟现实中电梯的基本调度算法与实现.有基本的测试,Simulated elevator system, simulated reality elevator and realization of the basic scheduling algorithm. There was a basic test
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-13
    • 文件大小:2.82mb
    • 提供者:zhongjin
  1. jinchengguanli

    1下载:
  2. 基本任务 某一层楼20层,有五部互联的电梯。基于线程思想,编写一个电梯调度程序。 功能描述 每个电梯里面应该有一些按键:数字键、关门键、开门键、上行键、下行键、报警键等。还应该有数码显示器来指示当前电梯的状态。 每层楼的每部电梯门口,应该有上行和下行按钮和当前电梯状态的数码显示器。 五部电梯门口的按钮是互联结的,即当一个电梯按钮按下去时,其他电梯的相应按钮也就同时点亮,表示也按下去了。 调度算法是根据这五部电梯的状态,寻找离当前楼层 最近的且和请求同方向的电
  3. 所属分类:进程与线程

    • 发布日期:2017-04-21
    • 文件大小:688.07kb
    • 提供者:卢思琦
  1. cipan

    0下载:
  2. 磁盘调度算法实现:先来先服务算法(FCFS)、短寻道时间优先算法(SSTF)算法和电梯算法(SCAN)-Disk Scheduling Algorithm: First Come First Served algorithm (FCFS), short seek time priority algorithms (SSTF) algorithm and elevator algorithm (SCAN)
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1.57kb
    • 提供者:黄致伟
  1. cipandiaodu

    0下载:
  2. 磁盘的调度算法,采用的是电梯调度算法,标准的C++编写的程序-Disk scheduling algorithm, using the elevator scheduling algorithm, the standard C++ Preparation procedures
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:2.42kb
    • 提供者:王一
  1. Elevator

    0下载:
  2. 一个电梯的调度算法,其中有电梯的界面,实现,是仿照CPU调度的-An elevator scheduling algorithm, including the interface elevator to achieve, is modeled on CPU scheduling
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-27
    • 文件大小:20.36kb
    • 提供者:DAD
  1. qudongdiaodu

    0下载:
  2. 利用电梯算法实现磁盘调度,并对磁盘初始化。-The use of elevator disk scheduling algorithm, and initialize the disk.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:909.13kb
    • 提供者:孙鸣
  1. Elevator_diantidiaodusuanfaC

    0下载:
  2. 实现电梯调度算法的C++源程序,有四种,感觉蛮丰富的,蛮全的-C++ source code to achieve the Elevator scheduling algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1.64kb
    • 提供者:L
  1. MyElevator

    0下载:
  2. 实现电梯调度算法的演示 有两个电梯可以使用-Elevator scheduling algorithm to achieve a demonstration
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1.57mb
    • 提供者:dream
  1. (diantidiaodu)

    0下载:
  2. 一个简单的模拟电梯调度原理的模拟程序,方便理解电梯调度算法的原理。-A simple simulation of elevator dispatching principle simulation program to facilitate the understanding of the principle of lift scheduling algorithm.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:1.83kb
    • 提供者:MT
  1. Driver-scheduling

    0下载:
  2. 利用电梯算法来模拟磁头读相关请求时的运行过程,界面友好,可以方便看出驱动调度的过程-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
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2.16kb
    • 提供者:田坤
  1. cipandiaodu

    0下载:
  2. 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
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-06
    • 文件大小:1.16mb
    • 提供者:刘莹
  1. SkinControls

    0下载:
  2. 操作系统驱动调度电梯调度算法的向西实现,对初学者有很强的实践意义-The operating system drive westward scheduling elevator scheduling algorithm to achieve strong practical significance for beginners
  3. 所属分类:Button control

    • 发布日期:2017-11-09
    • 文件大小:9.56mb
    • 提供者:
  1. SCAN

    0下载:
  2. 磁盘调度中的电梯调度算法实现。通过创建随机数的方式来演示电梯调度算法。-Disk scheduling elevator scheduling algorithm. By way of random numbers created to demonstrate the elevator scheduling algorithm.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:2.76kb
    • 提供者:刘嘉麒
  1. multi-threaded-elevator

    0下载:
  2. 利用多线程同步技术模拟电梯调度算法。主要用到了事件内核对象、临界区来让电梯服务线程、楼层请求正确地对请求队列进行访问、以及修改。-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
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:23.54kb
    • 提供者:
  1. demo3

    0下载:
  2. 进行了磁盘调度算法中的电梯调度算法,亲测有效,环境为win10+VS2015(The elevator scheduling algorithm in the disk scheduling algorithm is carried out, and the environment is win10+VS2015)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:11.85mb
    • 提供者:shujiemao
搜珍网 www.dssz.com