CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 进程与线程

文件名称:jinchengguanli

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2012-11-05
  • 文件大小:
    688.07kb
  • 已下载:
    1次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

基本任务

某一层楼20层,有五部互联的电梯。基于线程思想,编写一个电梯调度程序。

功能描述

每个电梯里面应该有一些按键:数字键、关门键、开门键、上行键、下行键、报警键等。还应该有数码显示器来指示当前电梯的状态。

每层楼的每部电梯门口,应该有上行和下行按钮和当前电梯状态的数码显示器。

五部电梯门口的按钮是互联结的,即当一个电梯按钮按下去时,其他电梯的相应按钮也就同时点亮,表示也按下去了。

调度算法是根据这五部电梯的状态,寻找离当前楼层 最近的且和请求同方向的电梯给予响应。

所有电梯初始状态都在第一层。每个电梯如果在它的上层或者下层没有相应请求情况下,则应该在原地保持不动。

-Basic tasks of a floor 20 floors, with five interconnected elevators. Thread-based thinking, writing an elevator scheduler. Functional descr iption of each elevator there should be some buttons: the number keys, close the door key, door key, uplink key, down key, the alarm button and so on. It should also be a digital display to indicate the current state of the elevator. Each floor of each elevator door, there should be both upstream and downstream the elevator button and the current state of the digital display. Five elevator door button is connected end, that when a button is pressed the elevator, the other corresponding button on the elevator will also light that has at any longer. Scheduling algorithm is based on the status of the five elevators, looking for the nearest floor and away from the current request in the same direction of the elevator and give response. The initial state of all elevators in the first layer. Each elevator if the upper or lower in its case no correspondin
相关搜索: 电梯调度

(系统自动生成,下载前可以参看下载内容)

下载文件列表

例子/SourceCode/Lift.java
例子/SourceCode/LiftDemo.java
例子/SourceCode/LiftImage/1.gif
例子/SourceCode/LiftImage/10.gif
例子/SourceCode/LiftImage/11.gif
例子/SourceCode/LiftImage/12.gif
例子/SourceCode/LiftImage/13.gif
例子/SourceCode/LiftImage/14.gif
例子/SourceCode/LiftImage/15.gif
例子/SourceCode/LiftImage/16.gif
例子/SourceCode/LiftImage/17.gif
例子/SourceCode/LiftImage/18.gif
例子/SourceCode/LiftImage/19.gif
例子/SourceCode/LiftImage/2.gif
例子/SourceCode/LiftImage/20.gif
例子/SourceCode/LiftImage/3.gif
例子/SourceCode/LiftImage/4.gif
例子/SourceCode/LiftImage/5.gif
例子/SourceCode/LiftImage/6.gif
例子/SourceCode/LiftImage/7.gif
例子/SourceCode/LiftImage/8.gif
例子/SourceCode/LiftImage/9.gif
例子/SourceCode/LiftImage/alarm.gif
例子/SourceCode/LiftImage/b1.gif
例子/SourceCode/LiftImage/b10.gif
例子/SourceCode/LiftImage/b11.gif
例子/SourceCode/LiftImage/b12.gif
例子/SourceCode/LiftImage/b13.gif
例子/SourceCode/LiftImage/b14.gif
例子/SourceCode/LiftImage/b15.gif
例子/SourceCode/LiftImage/b16.gif
例子/SourceCode/LiftImage/b17.gif
例子/SourceCode/LiftImage/b18.gif
例子/SourceCode/LiftImage/b19.gif
例子/SourceCode/LiftImage/b2.gif
例子/SourceCode/LiftImage/b20.gif
例子/SourceCode/LiftImage/b3.gif
例子/SourceCode/LiftImage/b4.gif
例子/SourceCode/LiftImage/b5.gif
例子/SourceCode/LiftImage/b6.gif
例子/SourceCode/LiftImage/b7.gif
例子/SourceCode/LiftImage/b8.gif
例子/SourceCode/LiftImage/b9.gif
例子/SourceCode/LiftImage/close.gif
例子/SourceCode/LiftImage/down.gif
例子/SourceCode/LiftImage/example1.png
例子/SourceCode/LiftImage/example2.png
例子/SourceCode/LiftImage/lift1.gif
例子/SourceCode/LiftImage/lift2.gif
例子/SourceCode/LiftImage/lift3.gif
例子/SourceCode/LiftImage/lift4.gif
例子/SourceCode/LiftImage/lift5.gif
例子/SourceCode/LiftImage/liftb1.gif
例子/SourceCode/LiftImage/liftb2.gif
例子/SourceCode/LiftImage/liftb3.gif
例子/SourceCode/LiftImage/liftb4.gif
例子/SourceCode/LiftImage/liftb5.gif
例子/SourceCode/LiftImage/open.gif
例子/SourceCode/LiftImage/s1.gif
例子/SourceCode/LiftImage/s10.gif
例子/SourceCode/LiftImage/s11.gif
例子/SourceCode/LiftImage/s12.gif
例子/SourceCode/LiftImage/s13.gif
例子/SourceCode/LiftImage/s14.gif
例子/SourceCode/LiftImage/s15.gif
例子/SourceCode/LiftImage/s16.gif
例子/SourceCode/LiftImage/s17.gif
例子/SourceCode/LiftImage/s18.gif
例子/SourceCode/LiftImage/s19.gif
例子/SourceCode/LiftImage/s2.gif
例子/SourceCode/LiftImage/s20.gif
例子/SourceCode/LiftImage/s3.gif
例子/SourceCode/LiftImage/s4.gif
例子/SourceCode/LiftImage/s5.gif
例子/SourceCode/LiftImage/s6.gif
例子/SourceCode/LiftImage/s7.gif
例子/SourceCode/LiftImage/s8.gif
例子/SourceCode/LiftImage/s9.gif
例子/SourceCode/LiftImage/Thumbs.db
例子/SourceCode/LiftImage/up.gif
例子/SourceCode/Task.class
例子/可执行文件/.classpath
例子/可执行文件/.project
例子/可执行文件/Adjust.class
例子/可执行文件/CellRenderer.class
例子/可执行文件/Lift$1.class
例子/可执行文件/Lift$2.class
例子/可执行文件/Lift$3.class
例子/可执行文件/Lift$4.class
例子/可执行文件/Lift.class
例子/可执行文件/LiftDemo$1.class
例子/可执行文件/LiftDemo$2.class
例子/可执行文件/LiftDemo$3.class
例子/可执行文件/LiftDemo$4.class
例子/可执行文件/LiftDemo.class
例子/可执行文件/LiftImage/1.gif
例子/可执行文件/LiftImage/10.gif
例子/可执行文件/LiftImage/11.gif
例子/可执行文件/LiftImage/12.gif
例子/可执行文件/LiftImage/13.gif
例子/可执行文件/LiftImage/14.gif
例子/可执行文件/LiftImage/15.gif
例子/可执行文件/LiftImage/16.gif
例子/可执行文件/LiftImage/17.gif
例子/可执行文件/LiftImage/18.gif
例子/可执行文件/LiftImage/19.gif
例子/可执行文件/LiftImage/2.gif
例子/可执行文件/LiftImage/20.gif
例子/可执行文件/LiftImage/3.gif
例子/可执行文件/LiftImage/4.gif
例子/可执行文件/LiftImage/5.gif
例子/可执行文件/LiftImage/6.gif
例子/可执行文件/LiftImage/7.gif
例子/可执行文件/LiftImage/8.gif
例子/可执行文件/LiftImage/9.gif
例子/可执行文件/LiftImage/alarm.gif
例子/可执行文件/LiftImage/b1.gif
例子/可执行文件/LiftImage/b10.gif
例子/可执行文件/LiftImage/b11.gif
例子/可执行文件/LiftImage/b12.gif
例子/可执行文件/LiftImage/b13.gif
例子/可执行文件/LiftImage/b14.gif
例子/可执行文件/LiftImage/b15.gif
例子/可执行文件/LiftImage/b16.gif
例子/可执行文件/LiftImage/b17.gif
例子/可执行文件/LiftImage/b18.gif
例子/可执行文件/LiftImage/b19.gif
例子/可执行文件/LiftImage/b2.gif
例子/可执行文件/LiftImage/b20.gif
例子/可执行文件/LiftImage/b3.gif
例子/可执行文件/LiftImage/b4.gif
例子/可执行文件/LiftImage/b5.gif
例子/可执行文件/LiftImage/b6.gif
例子/可执行文件/LiftImage/b7.gif
例子/可执行文件/LiftImage/b8.gif
例子/可执行文件/LiftImage/b9.gif
例子/可执行文件/LiftImage/close.gif
例子/可执行文件/LiftImage/down.gif
例子/可执行文件/LiftImage/example1.png
例子/可执行文件/LiftImage/example2.png
例子/可执行文件/LiftImage/lift1.gif
例子/可执行文件/LiftImage/lift2.gif
例子/可执行文件/LiftImage/lift3.gif
例子/可执行文件/LiftImage/lift4.gif
例子/可执行文件/LiftImage/lift5.gif
例子/可执行文件/LiftImage/liftb1.gif
例子/可执行文件/LiftImage/liftb2.gif
例子/可执行文件/LiftImage/liftb3.gif
例子/可执行文件/LiftImage/liftb4.gif
例子/可执行文件/LiftImage/liftb5.gif
例子/可执行文件/LiftImage/open.gif
例子/可执行文件/LiftImage/s1.gif
例子/可执行文件/LiftImage/s10.gif
例子/可执行文件/LiftImage/s11.gif
例子/可执行文件/LiftImage/s12.gif
例子/可执行文件/LiftImage/s13.gif
例子/可执行文件/LiftImage/s14.gif
例子/可执行文件/LiftImage/s15.gif
例子/可执行文件/LiftImage/s16.gif
例子/可执行文件/LiftImage/s17.gif
例子/可执行文件/LiftImage/s18.gif
例子/可执行文件/LiftImage/s19.gif
例子/可执行文件/LiftImage/s2.gif
例子/可执行文件/LiftImage/s20.gif
例子/可执行文件/LiftImage/s3.gif
例子/可执行文件/LiftImage/s4.gif
例子/可执行文件/LiftImage/s5.gif
例子/可执行文件/LiftImage/s6.gif
例子/可执行文件/LiftImage/s7.gif
例子/可执行文件/LiftImage/s8.gif
例子/可执行文件/LiftImage/s9.gif
例子/可执行文件/LiftImage/Thumbs.db
例子/可执行文件/LiftImage/up.gif
例子/可执行文件/ListCell.class
例子/可执行文件/Task.class
例子/可执行文件/test.bat
例子/可执行文件/WinAdpter.class
例子/演示说明和设计思路.doc
例子/SourceCode/LiftImage

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com