文件名称:Elevator
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 10kb
- 下载次数:
- 0次
- 提 供 者:
- 王*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
实现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 threads, resulting in 0 thread is always most likely to be called, 4 thread is always the most likely to idle, which is not of resources efficient use of room for improvement.
由于在写调度算法时, 用的是顺序遍历这5个线程, 导致0号线程总是最有可能被调用, 4号线程总是最有可能空闲, 这是对资源的不太高效的利用, 有待改进。-Achieve 5 lifts, 20 floors of the elevator scheduler. Problems: Since writing the scheduling algorithm, using a sequence through these five threads, resulting in 0 thread is always most likely to be called, 4 thread is always the most likely to idle, which is not of resources efficient use of room for improvement.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
CallListener.class
ElevatorThread.class
ElevatorThread.java
SView.class
SView.java
Scheduler.class
Scheduler.java
TubePanel.class
TubePanel.java
run.bat
ElevatorThread.class
ElevatorThread.java
SView.class
SView.java
Scheduler.class
Scheduler.java
TubePanel.class
TubePanel.java
run.bat