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

搜索资源列表

  1. Elevator

    0下载:
  2. 使用Java写的电梯调度程序,主要体现的是操作系统的进程,线程的关系-The elevator scheduler written in Java, mainly reflected the relationship of operating system processes, threads
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-08
    • 文件大小:27239
    • 提供者:王晨曦
  1. diantiTest

    0下载:
  2. 电梯调度,使用java实现,模拟操作系统cpu调度-Elevator dispatching, the use of java, cpu scheduling simulation of the operating system
  3. 所属分类:Java Develop

    • 发布日期:2017-04-25
    • 文件大小:63216
    • 提供者:吴翔宇
  1. elevator_v2

    0下载:
  2. 用verilog语言描述的模拟单电梯的运行过程。方向优先原则。(1)每层电梯入口处设有上下请求按钮(一楼只有上请求,6楼只有下请求),电梯内设有顾客到达层次的停站请求开关。 (2)电梯入口处设有电梯当前所处楼层指示装置及电梯运行模式(上升或下降)指示装置。 (3)电梯每2秒升(降)一层楼。 (4)电梯到达有停站请求的楼层,经过1秒电梯门打开,开门指示灯亮,开门3秒后,电梯进入关门中状态,提示乘客可以按下延迟关门按键,此时指示灯闪烁,2秒后电梯门关闭,电梯继续进行,直至执行完最后一个
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-13
    • 文件大小:3192341
    • 提供者:饶全成
  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
    • 文件大小:2823
    • 提供者:刘嘉麒
  1. cipandiaodu

    0下载:
  2. 磁盘调度算法,采用MFC界面,FCFS(先来先服务):SSTF(最短寻道时间优先):SCAN 电梯调度算法 CSCAN循环扫描算法-Disk scheduling algorithm, using MFC interface, FCFS (first come first served): SSTF (shortest seek time priority): SCAN elevator scheduling algorithm CSCAN loop scanning algorithm
  3. 所属分类:Disk Tools

    • 发布日期:2017-04-03
    • 文件大小:46013
    • 提供者:yaj
  1. wjldt

    0下载:
  2. 单个电梯调度系统 可以实现电梯的开关门,上下楼 以及报警等功能,采用的是面向对象的方式编写。-Single elevator scheduling system can switch the elevator door, down the stairs and alarm functions, using the write object-oriented approach.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-24
    • 文件大小:135964
    • 提供者:王家亮
  1. lift_control_by_Vina

    0下载:
  2. 某一层楼20层,有五部互联的电梯。基于线程思想,编写了此电梯调度程序。 程序包含两个类: lift_control类 实现对电梯的生成和调度 dest类 当做静态类调用其中函数,实现对int数组的管理,包括insert(),size(),pop(),delete()等。-Floor of a 20-story, there are five interconnected elevator. Based on the thread of ideas, this elevator
  3. 所属分类:OS Develop

    • 发布日期:2017-05-06
    • 文件大小:1387251
    • 提供者:vina
  1. elevator

    0下载:
  2. 利用C#编写的一个小程序,可以模拟进行电梯的调度,有10层,可以进行电梯调度-Use C# to write a small program that can simulate the elevator scheduling, there are 10 floors, the elevator can be scheduled
  3. 所属分类:CSharp

    • 发布日期:2017-05-08
    • 文件大小:1750413
    • 提供者:顾泽鹏
  1. ElevatorTest

    0下载:
  2. 操作系统电梯调度问题,共5个电梯,20层,要求实现进程管理,上传的是java文件,编译后即可运行-OS elevator scheduling problem of 5 lifts, 20-story, required to achieve process management
  3. 所属分类:OS Develop

    • 发布日期:2017-04-07
    • 文件大小:6144
    • 提供者:kris
  1. UTF-8Elevator

    0下载:
  2. 基于线程思想的电梯调度,电梯互联,按下一台电梯,所有电梯都会有反应-Based on the elevator scheduling, elevator interconnected threads of thought, pressing an elevator, all elevators will have reaction
  3. 所属分类:OS Develop

    • 发布日期:2017-04-17
    • 文件大小:287035
    • 提供者:dbq
  1. UTF-8Elevator_src

    1下载:
  2. 某一层楼20层,有五部互联的电梯。基于线程思想,编写一个电梯调度程序-Based on the elevator scheduling, elevator interconnected threads of thought, pressing an elevator, all elevators will have reaction
  3. 所属分类:操作系统开发

    • 发布日期:2017-04-23
    • 文件大小:10691
    • 提供者:dbq
  1. Elevator

    0下载:
  2. 电梯调度程序程序(模拟电梯的运行,使用Java语言绘制界面,具体说明请见压缩包里的电梯调度程序设计方案报告)-Elevator scheduler program (simulated elevator operation, drawing interface using the Java language, see the specific instructions compression elevator design report scheduler bag)
  3. 所属分类:Ajax

    • 发布日期:2017-03-27
    • 文件大小:99322
    • 提供者:梁信
  1. Elevator

    0下载:
  2. 使用verilog语言编写的实现六层楼的电梯调度算法实现。模拟仿真成功-Using verilog language to achieve six-story elevator scheduling algorithm implementation. Successful Simulation
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:455083
    • 提供者:徐文锋
  1. elevator

    0下载:
  2. 一个模拟电梯调度的可视化程序。可模拟电梯内部请求和外部请求-An analog visual program elevator scheduling.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:14152
    • 提供者:CUCmehp
  1. TestElevator

    1下载:
  2. java电梯调度模拟程序,2个6层电梯,多线程,含可视化界面-java elevator scheduling simulation program, two six-story elevator, multithreading, including visual interface
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:3874
    • 提供者:彭源
  1. CPP-lift

    0下载:
  2. 某一层楼20层,有五部互联的电梯。基于线程思想,编写一个电梯调度程序。-Floor of a 20-story, there are five interconnected elevator. Thread-based thinking, writing a lift scheduler.
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:248157
    • 提供者:李鑫
  1. liftmodel

    0下载:
  2. 自己做的一个电梯调度模型用户javascr ipt的学习和交流-simple lift model
  3. 所属分类:Browser Client

    • 发布日期:2017-04-25
    • 文件大小:36273
    • 提供者:zsy
  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
    • 文件大小:24101
    • 提供者:
  1. Elevator

    0下载:
  2. 多线程的多电梯调度程序,支持三部电梯同时运行。-Multi-threaded multi-elevator dispatching procedures, to support three elevators running simultaneously.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-28
    • 文件大小:120832
    • 提供者:
  1. Elevator_easy

    0下载:
  2. 简单的电梯调度程序,对于指令按先后顺序执行,不进行任何指令上的分析-Simple elevator dispatcher for instructions d in chronological order, without any instruction on the analysis
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:6876
    • 提供者:
« 1 2 3 4 5 6 78 9 10 11 »
搜珍网 www.dssz.com