CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 电梯调度

搜索资源列表

  1. cipandiaodu

    0下载:
  2. 实现磁盘调度的三个算法:先来先服务,最短寻道优先和电梯调度-To achieve the three disk scheduling algorithms: FCFS,SSTF,SCAN
  3. 所属分类:OS Develop

    • 发布日期:2017-05-10
    • 文件大小:2317134
    • 提供者:王二
  1. SCAN

    0下载:
  2. SCAN 算法又称电梯调度算法。SCAN算法是磁头前进方向上的最短查找时间优先算法,它排除了磁头在盘面局部位置上的往复移动,SCAN算法在很大程度上消除了SSTF算法的不公平性,但仍有利于对中间磁道的请求。-SCAN algorithm, also known as elevator scheduling algorithm. SCAN algorithm is the shortest on the head to find the forward direction of time prio
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-24
    • 文件大小:102937
    • 提供者:吴英杰
  1. elevator

    0下载:
  2. 用C语言实现经典的电梯调度算法,压缩包里包含涉及思想及完整的源代码,流程图。-In C language implementation classic elevator scheduling algorithm, compressed package contains involving thought and complete source code, flow chart.
  3. 所属分类:Data structs

    • 发布日期:2015-03-24
    • 文件大小:10240
    • 提供者:Lee
  1. disk

    0下载:
  2. 操作系统各种调度算法模拟,包括先来先服务、最短寻道时间优先、电梯调度算法等。-A variety of operating systems scheduling algorithm simulation, including first come, first service, the shortest way time priority, elevator for scheduling algorithm, etc.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:1752
    • 提供者:lou
  1. memory

    0下载:
  2. java语言,图形界面方式模拟内存调度:电梯调度,LRU等-failed to translate
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:30413
    • 提供者:guan
  1. NewLiftScheduler

    0下载:
  2. 实现简单的电梯调度,但是存在一些小问题,但是绝对可以运行得-Realization of elevator scheduling
  3. 所属分类:JSP源码/Java

    • 发布日期:2017-04-14
    • 文件大小:3437
    • 提供者:
  1. qudong-diaodu-shiyan

    0下载:
  2. 操作系统实验中 关于基于电梯调度算法的驱动调度的试验 用C语言编写的-Written in C language, operating system, experiments on the test based on the elevator scheduling algorithm-driven scheduling
  3. 所属分类:OS Develop

    • 发布日期:2017-04-10
    • 文件大小:1843591
    • 提供者:肖可
  1. elevator2.0

    1下载:
  2. 电梯调度算法模拟 说明:电梯调度算法的基本原则就是如果在电梯运行方向上有人要使用电梯则继续往那个方向运动,如果电梯中的人还没有到达目的地则继续向原方向运动。具体而言,如果电梯现在朝上运动,如果当前楼层的上方和下方都有请求,则先响应所有上方的请求,然后才向下响应下方的请求;如果电梯向下运动,则刚好相反。-Elevator scheduling algorithm to simulate Note: the basic principles of the elevator schedulin
  3. 所属分类:Applet

    • 发布日期:2016-06-27
    • 文件大小:17408
    • 提供者:
  1. elevator

    0下载:
  2. 大楼有一部电梯,电梯从一楼起,几乎每层都停,十分浪费时间。于是某人想出了一个新的电梯调度算法:由于大楼楼层不高,因此每次电梯从一楼往上走时,只允许电梯停在某一层,然后其他人在从本层爬楼梯到达各自的目的地;在一楼的时候,每人选择自己的楼层,电梯应根据每楼层的不同人数计算出目的楼层。请求出电梯停在哪一层,才能保证所有旅客所爬楼层数之和最少-The building has an elevator, early in the evening peak period when the elevator
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:803
    • 提供者:littlelina
  1. cipandiaodu

    0下载:
  2. 采用先来先服务、最短寻道优先以及电梯调度方法,对于如下给定的一组磁盘访问进行调度。要求给出每种算法中磁盘访问的顺序,计算出平均移动道数。(当前读写头在90号,向磁道号增加的方向移动)-Shortest seek first-come, first serve, priority and elevator scheduling method for following a given set of disk access scheduling. Required to give the order
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:2233
    • 提供者:常凤娇
  1. Elevator-simulation

    1下载:
  2. 电梯仿真,单电梯调度,图形化界面,操作简单,c语言编写,-Elevator simulation, the single elevator dispatching, graphical user interface, easy to operate
  3. 所属分类:SCM

    • 发布日期:2017-03-27
    • 文件大小:14375
    • 提供者:小子
  1. CPPscheduling-elevator

    0下载:
  2. 操作系统线程进程同步思想利用,电梯调度,包括c++,c语言版本-Used in operating system.Writen by c++ and c language,scheduling the elevator.
  3. 所属分类:OS Develop

    • 发布日期:2017-11-12
    • 文件大小:2682467
    • 提供者:humengting
  1. elevators

    1下载:
  2. 操作系统项目,电梯调度系统20层电梯,5部-operating system homework
  3. 所属分类:Java Develop

    • 发布日期:2017-04-18
    • 文件大小:5120
    • 提供者:cheng
  1. ElevFramework

    0下载:
  2. 简单电梯调度算法,算法实现了类似于公交车功能的电梯调度算法,每层都停,效率低。但整个框架可用,只需修改调度算法即可-Simple the elevator scheduling algorithms, algorithms achieve the elevator scheduling algorithm, similar to the function of the bus on each floor are stopped, the efficiency is low. The entire
  3. 所属分类:Other systems

    • 发布日期:2017-12-02
    • 文件大小:17939161
    • 提供者:江北凤
  1. elev

    0下载:
  2. 利用各种调度算法(优先队列,随机游走)来模拟电梯调度问题。代码用c++实现-elev modeling
  3. 所属分类:GUI Develop

    • 发布日期:2017-11-14
    • 文件大小:2195984
    • 提供者:bigwaterman
  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
    • 文件大小:10019678
    • 提供者:
  1. dianti

    1下载:
  2. 遗传算法求解电梯调度问题matlab代码-ga code
  3. 所属分类:matlab

    • 发布日期:2017-11-18
    • 文件大小:26853
    • 提供者:子苏
  1. Elevator

    0下载:
  2. 电梯调度程序,通过输入xml文件进行分析,实现电梯调度功能-The elevator scheduler, by entering the xml file analysis elevator dispatching
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-04
    • 文件大小:279948
    • 提供者:刘昕
  1. Elevator-UI

    0下载:
  2. 电梯文件的UI版,很基础的东西。功能是可以根据输入的文件信息进行电梯调度工作-Elevator file UI version, very basic things. Function can be based on the input file information elevator dispatching work
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-05
    • 文件大小:395281
    • 提供者:刘昕
  1. Disk-scheduling

    0下载:
  2. 磁盘调度,程序模拟磁盘调度,内有流程图,包括先来先服务,和电梯调度-Disk scheduling program to simulate disk scheduling, with a flow chart, including the first-come, first-served, and the elevator scheduling
  3. 所属分类:JavaScript

    • 发布日期:2017-11-21
    • 文件大小:66616
    • 提供者:魏大超
« 1 2 3 4 5 67 8 9 10 11 »
搜珍网 www.dssz.com