资源简介
代码片段和文件信息
package ele;
import java.util.linkedList;
import java.util.Queue;
class Elevator
{
private int id;
private int currentFloor;//当前楼层
private int[] ableFloor;//电梯所能到得楼层
private int flag;//0,停;1,向上;2,向下
private int status;//0等待;1运行;2,停(乘客在进出电梯)
private int runTime=0;//运行时间
private int idleTime=0;//闲置时间
private QueuewaitQueue;//等待队列
private linkedListcarryList;//乘梯列表
private int passengerSum=0;//电梯中乘梯人数
private int up=0;//控制电梯,s秒上一层
private int down=0;//控制电梯,s秒下一层
private int intoElevator=0;//控制人上电梯时间
private int outElevator=0;//控制人上电梯时间
//private int oldTime=0;
Elevator(int idint currentFloorint []ableFloorint flag)
{
this.id=id;
this.currentFloor=currentFloor;
this.ableFloor=ableFloor;
this.flag=flag;
waitQueue=
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 301 2012-11-25 21:44 ElevatorTest\.classpath
文件 388 2012-11-18 16:59 ElevatorTest\.project
文件 598 2012-11-25 21:44 ElevatorTest\.settings\org.eclipse.jdt.core.prefs
文件 6014 2013-03-25 12:27 ElevatorTest\bin\ele\Elevator.class
文件 4269 2013-03-25 12:11 ElevatorTest\bin\ele\ElevatorTest.class
文件 881 2013-03-25 12:11 ElevatorTest\bin\ele\Floor.class
文件 970 2013-03-25 12:11 ElevatorTest\bin\ele\MyRandom.class
文件 383 2013-03-25 12:21 ElevatorTest\bin\ele\Param.class
文件 4380 2013-03-25 12:11 ElevatorTest\bin\ele\Passenger.class
文件 2079 2013-03-25 12:21 ElevatorTest\bin\ele\Simulation.class
文件 9251 2013-03-25 12:27 ElevatorTest\src\ele\Elevator.java
文件 3428 2013-01-07 13:47 ElevatorTest\src\ele\ElevatorTest.java
文件 543 2013-01-04 00:09 ElevatorTest\src\ele\Floor.java
文件 776 2013-01-01 22:27 ElevatorTest\src\ele\MyRandom.java
文件 303 2013-03-25 12:21 ElevatorTest\src\ele\Param.java
文件 4779 2013-01-07 13:50 ElevatorTest\src\ele\Passenger.java
文件 2645 2013-01-07 15:54 ElevatorTest\src\ele\Simulation.java
目录 0 2013-03-25 12:33 ElevatorTest\bin\ele
目录 0 2013-03-25 12:33 ElevatorTest\src\ele
目录 0 2013-03-25 12:33 ElevatorTest\.settings
目录 0 2013-03-25 12:33 ElevatorTest\bin
目录 0 2013-03-25 12:33 ElevatorTest\src
目录 0 2013-03-25 12:33 ElevatorTest
----------- --------- ---------- ----- ----
41988 23
- 上一篇:单文件与多文件上传(以及jar包)
- 下一篇:计算java项目总行数
评论
共有 条评论