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

搜索资源列表

  1. disk

    0下载:
  2. OS磁盘调度演示程序(有图形演示) 先来先服务的磁盘调度功能 最短寻道时间优先的磁盘调度功能。 电梯算法的磁盘调度功能。 -OS disk scheduling demo first come first served the shortest seek time disk scheduling priority function of the disk scheduling functions. Elevator disk scheduling algorithm functi
  3. 所属分类:Disk Tools

    • 发布日期:2017-05-13
    • 文件大小:3254220
    • 提供者:秦璞
  1. Elevator

    1下载:
  2. 操作系统电梯调度通过多线程调度实现电梯调度 -Elevator dispatching operating system achieved through a multi-elevator dispatching thread scheduling
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-28
    • 文件大小:45348
    • 提供者:stefan
  1. cx

    0下载:
  2. 基于80c51的电梯模拟程序及仿真,完成电梯调度和状态显示-Simulation based on 80c51 lift procedure and simulation, scheduling and completion of the elevator status display
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:17033
    • 提供者:lujianshen
  1. lab3

    0下载:
  2. 模拟电梯调度算法,对磁盘进行移臂和旋转操作-Simulated elevator scheduling algorithm, moving the disk arm and rotation
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:592988
    • 提供者:
  1. caozuoxitongdiantidiaodusuanfa

    0下载:
  2. 操作系统中的磁盘调度算法,为电梯调度算法,包含实验报告和算法-Operating system disk scheduling, scheduling algorithm for the elevator, including lab reports and algorithms
  3. 所属分类:Disk Tools

    • 发布日期:2017-04-01
    • 文件大小:5553
    • 提供者:yangyang
  1. cipan

    0下载:
  2. 磁盘调度算法 包括fcfs,最短寻道时间,电梯调度,单项扫描 -Disk scheduling algorithms include fcfs, shortest seek time, elevator scheduling, single scan
  3. 所属分类:Disk Tools

    • 发布日期:2017-03-28
    • 文件大小:280141
    • 提供者:mage
  1. yibi

    0下载:
  2. 移动臂调度,包括新来先服务算法,电梯调度等,操作系统-Mobile arm scheduling, including the new first-served algorithm, elevator scheduling, operating system
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:1340
    • 提供者:yangyu
  1. AI-test-

    0下载:
  2. 人工智能实验指导书。共有七个实验,二维网格空间中机器人(绕过障碍物), 模拟实现电梯调度等-AI experiment instructions. A total of seven experiments, two-dimensional grid space robot (around obstacles), analog realization of the elevator scheduling. .
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:121104
    • 提供者:木子贝贝
  1. CPDD

    0下载:
  2. 磁盘臂调度算法,包含 先来先服务调度算法(FCFS) 最短磁道优先调度算法(SSTF) 电梯调度算法或扫描算(SCAN)-Disk arm scheduling algorithm, including a first-come first-served scheduling algorithm (FCFS) priority scheduling algorithm for the shortest track (SSTF) scheduling algorithm, or sca
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:29273
    • 提供者:xuxiaoxi
  1. ElevatorSim

    0下载:
  2. 自己写的电梯调度系统,希望对大家有用,写的不好,请大家多提建议-Write your own elevator scheduling system, we hope to be useful, badly written, with more suggestions please
  3. 所属分类:SCM

    • 发布日期:2017-05-11
    • 文件大小:2099433
    • 提供者:李贺
  1. Genetic-Algorithm

    0下载:
  2. 使用Visual c++实现电梯调度的遗传算法-Using Visual c++ genetic algorithm to achieve the elevator scheduling
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-10
    • 文件大小:2401619
    • 提供者:张恒
  1. elevator

    0下载:
  2. 核心部分为电梯调度控制台。控制台拥有电梯状态及电梯工作任务队列同时负责电梯任务的分配。任务分为二种,外部按钮任务和内部按钮任务。 外部按钮任务需要先寻找最佳来执行这项任务的电梯,根据任务和电梯当前的运行状态来判断,又有以下四类:1、电梯同向可以执行;2、电梯空闲;3、电梯逆向;4、电梯同向不可执行。判断顺序即为1、2、3、4。判断任 务属于哪一种类型,按照该类型特点插入任务队列。 内部按钮已经制定执行电梯,因此需判断执行方向后插入队列即可。 当警报按钮按下时候,清空所有队列任
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:647448
    • 提供者:郭皓
  1. scan

    0下载:
  2. 模拟电梯调度算法,对磁盘进行移臂和旋转调度-Simulated elevator scheduling algorithm, the disk arm and rotating shift schedule
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:96549
    • 提供者:lilingling
  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
    • 文件大小:1220277
    • 提供者:刘莹
  1. Elevator

    0下载:
  2. 实现5部电梯,20层楼的电梯调度程序。存在的问题: 由于在写调度算法时, 用的是顺序遍历这5个线程, 导致0号线程总是最有可能被调用, 4号线程总是最有可能空闲, 这是对资源的不太高效的利用, 有待改进。-Achieve 5 lifts, 20 floors of the elevator scheduler. Problems: Since writing the scheduling algorithm, using a sequence through these five threa
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:10089
    • 提供者:王程
  1. 3090608026

    0下载:
  2. 模拟电梯调度算法,实现对磁盘的驱动调度 模拟电梯调度算法,对磁盘进行移臂和旋转调度。-Simulation of elevator dispatching algorithm, realization of the disk drive operation
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1029683
    • 提供者:yang
  1. diantidiaodushix

    0下载:
  2. 电梯调度的实现,里面包括调度的算法,已经使用的优先级,可以使用简单的模拟电梯的运行状况。-Elevator scheduling to achieve, which include scheduling algorithms, priority has been to use, you can use a simple simulation of elevator operation.
  3. 所属分类:OS Develop

    • 发布日期:2017-05-19
    • 文件大小:5345190
    • 提供者:王天琪
  1. Elevator-dispatching

    0下载:
  2. 操作系统试验 驱动调度 电梯调度 实现了在C++环境下的驱动调度-Elevator dispatching
  3. 所属分类:OS Develop

    • 发布日期:2017-04-13
    • 文件大小:1845
    • 提供者:布袋
  1. e.c

    0下载:
  2. 这个程序是用C语言编写的,主要是解决电梯调度的问题,有较高的参考价值。
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1077
    • 提供者:panfh
  1. diantidiaodu

    0下载:
  2. 该程序是一个简单的电梯调度算法,可以有效的计算电梯的调度过程。-gai chen xu shi yi ge jian dan de dian ti diao du suan fa. ke yi you xiao jie jue dian ti de diao du guo cheng.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:4316
    • 提供者:panfh
« 1 2 3 4 56 7 8 9 10 11 »
搜珍网 www.dssz.com