資源簡介
代碼片段和文件信息
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項目總行數
評論
共有 條評論