CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 控制台(字符窗口)编程

文件名称:Elevator-simulation-program

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

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

电梯运行仿真程序,用matlab开发,是课程设计时使用的-Elevator elevator running emulator emulator emulator running the elevator
(系统自动生成,下载前可以参看下载内容)

下载文件列表

林培文_3108034057/论文翻译_林培文_On the Suitability of UML 2.0 Activity Diagrams for Business Process Modelling.doc
林培文_3108034057/ElevatorSystem_课程设计/my_elevator.mdl
林培文_3108034057/ElevatorSystem_课程设计/ElevatorSystem.jar
林培文_3108034057/ElevatorSystem_课程设计/ElevatorSystem工程目录/.project
林培文_3108034057/ElevatorSystem_课程设计/ElevatorSystem工程目录/.classpath
林培文_3108034057/ElevatorSystem_课程设计/ElevatorSystem工程目录/.fatjar
林培文_3108034057/ElevatorSystem_课程设计/ElevatorSystem工程目录/bin/iterator/Aggregate.class
林培文_3108034057/ElevatorSystem_课程设计/ElevatorSystem工程目录/bin/iterator/ConcreteAggregate.class
林培文_3108034057/ElevatorSystem_课程设计/ElevatorSystem工程目录/bin/iterator/ConcreteIterator.class
林培文_3108034057/ElevatorSystem_课程设计/ElevatorSystem工程目录/bin/control/MyNode.class
林培文_3108034057/ElevatorSystem_课程设计/ElevatorSystem工程目录/bin/control/ElevatorSelectFloorRequest.class
林培文_3108034057/ElevatorSystem_课程设计/ElevatorSystem工程目录/bin/control/ElevatorRequest.class
林培文_3108034057/ElevatorSystem_课程设计/ElevatorSystem工程目录/bin/control/ElevatorManager.class
林培文_3108034057/ElevatorSystem_课程设计/ElevatorSystem工程目录/bin/control/ControlApp.class
林培文_3108034057/ElevatorSystem_课程设计/ElevatorSystem工程目录/bin/control/IControlAlgorithm.class
林培文_3108034057/ElevatorSystem_课程设计/ElevatorSystem工程目录/bin/control/LpwControlAlgorithm.class
林培文_3108034057/ElevatorSystem_课程设计/ElevatorSystem工程目录/bin/elevator/MyButton.class
林培文_3108034057/ElevatorSystem_课程设计/ElevatorSystem工程目录/bin/elevator/Floor.class
林培文_3108034057/ElevatorSystem_课程设计/ElevatorSystem工程目录/bin/elevator/ElevatorTimer.class
林培文_3108034057/ElevatorSystem_课程设计/ElevatorSystem工程目录/bin/elevator/ElevatorTimer$DoorControlTimerTask.class
林培文_3108034057/ElevatorSystem_课程设计/ElevatorSystem工程目录/bin/elevator/ElevatorButton.class
林培文_3108034057/ElevatorSystem_课程设计/ElevatorSystem工程目录/bin/elevator/Elevator.class
林培文_3108034057/ElevatorSystem_课程设计/ElevatorSystem工程目录/bin/elevator/Building.class
林培文_3108034057/ElevatorSystem_课程设计/ElevatorSystem工程目录/bin/elevator/ElevatorDoor.class
林培文_3108034057/ElevatorSystem_课程设计/ElevatorSystem工程目录/bin/io/Passager.class
林培文_3108034057/ElevatorSystem_课程设计/ElevatorSystem工程目录/bin/main/MyElevatorThread$InOrOutButtonListener.class
林培文_3108034057/ElevatorSystem_课程设计/ElevatorSystem工程目录/bin/main/MyElevatorThread$MyElevatorButtonActionListener.class
林培文_3108034057/ElevatorSystem_课程设计/ElevatorSystem工程目录/bin/main/MyElevatorThread$OpenOrCloseDoorButtonListener.class
林培文_3108034057/ElevatorSystem_课程设计/ElevatorSystem工程目录/bin/main/MyElevatorThread.class
林培文_3108034057/ElevatorSystem_课程设计/ElevatorSystem工程目录/bin/main/ElevatorControlSystem$ElevatorButtonlistener.class
林培文_3108034057/ElevatorSystem_课程设计/ElevatorSystem工程目录/bin/main/ElevatorControlSystem.class
林培文_3108034057/ElevatorSystem_课程设计/ElevatorSystem工程目录/bin/main/ElevatorControlSystem$1.class
林培文_3108034057/ElevatorSystem_课程设计/ElevatorSystem工程目录/bin/util/MySensor.class
林培文_3108034057/ElevatorSystem_课程设计/ElevatorSystem工程目录/bin/util/MyMediator.class
林培文_3108034057/ElevatorSystem_课程设计/ElevatorSystem工程目录/bin/util/DownQueueComparator.class
林培文_3108034057/ElevatorSystem_课程设计/ElevatorSystem工程目录/src/iterator/Aggregate.java
林培文_3108034057/ElevatorSystem_课程设计/ElevatorSystem工程目录/src/iterator/ConcreteAggregate.java
林培文_3108034057/ElevatorSystem_课程设计/ElevatorSystem工程目录/src/iterator/ConcreteIterator.java
林培文_3108034057/ElevatorSystem_课程设计/ElevatorSystem工程目录/src/util/MySensor.java
林培文_3108034057/ElevatorSystem_课程设计/ElevatorSystem工程目录/src/util/MyMediator.java
林培文_3108034057/ElevatorSystem_课程设计/ElevatorSystem工程目录/src/util/DownQueueComparator.java
林培文_3108034057/ElevatorSystem_课程设计/ElevatorSystem工程目录/src/io/Passager.java
林培文_3108034057/ElevatorSystem_课程设计/ElevatorSystem工程目录/src/main/ElevatorControlSystem.java
林培文_3108034057/ElevatorSystem_课程设计/ElevatorSystem工程目录/src/main/MyElevatorThread.java
林培文_3108034057/ElevatorSystem_课程设计/ElevatorSystem工程目录/src/control/LpwControlAlgorithm.java
林培文_3108034057/ElevatorSystem_课程设计/ElevatorSystem工程目录/src/control/ControlApp.java
林培文_3108034057/ElevatorSystem_课程设计/ElevatorSystem工程目录/src/control/ElevatorManager.java
林培文_3108034057/ElevatorSystem_课程设计/ElevatorSystem工程目录/src/control/MyNode.java
林培文_3108034057/ElevatorSystem_课程设计/ElevatorSystem工程目录/src/control/ElevatorRequest.java
林培文_3108034057/ElevatorSystem_课程设计/ElevatorSystem工程目录/src/control/ElevatorSelectFloorRequest.java
林培文_3108034057/ElevatorSystem_课程设计/ElevatorSystem工程目录/src/control/IControlAlgorithm.java
林培文_3108034057/ElevatorSystem_课程设计/ElevatorSystem工程目录/src/elevator/Elevator.java
林培文_3108034057/ElevatorSystem_课程设计/ElevatorSystem工程目录/src/elevator/Floor.java
林培文_3108034057/ElevatorSystem_课程设计/ElevatorSystem工程目录/src/elevator/MyButton.java
林培文_3108034057/ElevatorSystem_课程设计/ElevatorSystem工程目录/src/elevator/ElevatorButton.java
林培文_3108034057/ElevatorSystem_课程设计/ElevatorSystem工程目录/src/elevator/Building.java
林培文_3108034057/ElevatorSystem_课程设计/ElevatorSystem工程目录/src/elevator/ElevatorTimer.java
林培文_3108034057/ElevatorSystem_课程设计/ElevatorSystem工程目录/src/elevator/ElevatorDoor.java
林培文_3108034057/ElevatorSystem_课程设计/src_源码/elevator/Elevator.java
林培文_3108034057/ElevatorSystem_课程设计/src_源码/elevator/Floor.java
林培文_3108034057/Eleva

相关说明

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

相关评论

暂无评论内容.

发表评论

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