資源簡介
java實現無線傳感器網路模擬,包括tsp軌跡的確定,充電車的移動軌跡、圖形化展示等
代碼片段和文件信息
package?rwsn.mers.framework;
import?java.awt.Canvas;
import?java.awt.Graphics;
import?java.awt.Image;
import?java.awt.Toolkit;
import?java.util.List;
import?javax.swing.Jframe;
import?rwsn.mers.model.Constants;
import?rwsn.mers.model.Mwc;
import?rwsn.mers.model.NetSystem;
import?rwsn.mers.model.Node;
import?rwsn.mers.utils.MyUtils;
public?class?Displayframework?extends?Jframe{
private?static?final?long?serialVersionUID?=?1L;
private?NetSystem?netSystem;
private?MyPanel?panel;
private?List?mwcList;
public?Displayframework(NetSystem?netSystemList?nodeList?List?mwcListint?id)?{
//?TODO?Auto-generated?constructor?stub
this.netSystem?=?netSystem;
this.mwcList?=?mwcList;
this.settitle(“WRSN-ChargeSlot-“+(id+1));
this.setLayout
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????????301??2018-09-09?17:37??MERS\.classpath
?????文件?????????380??2018-09-09?17:37??MERS\.project
?????文件?????????598??2018-09-09?17:37??MERS\.settings\org.eclipse.jdt.core.prefs
?????文件?????????242??2018-10-31?15:22??MERS\bin\datas\chargeslot1.txt
?????文件?????????458??2018-10-31?15:22??MERS\bin\datas\chargeslot10.txt
?????文件?????????317??2018-10-31?15:22??MERS\bin\datas\chargeslot2.txt
?????文件?????????242??2018-10-31?15:22??MERS\bin\datas\chargeslot3.txt
?????文件?????????317??2018-10-31?15:22??MERS\bin\datas\chargeslot4.txt
?????文件?????????385??2018-10-31?15:22??MERS\bin\datas\chargeslot5.txt
?????文件?????????317??2018-10-31?15:22??MERS\bin\datas\chargeslot6.txt
?????文件?????????242??2018-10-31?15:22??MERS\bin\datas\chargeslot7.txt
?????文件?????????317??2018-10-31?15:22??MERS\bin\datas\chargeslot8.txt
?????文件?????????242??2018-10-31?15:22??MERS\bin\datas\chargeslot9.txt
?????文件????????1483??2018-10-31?14:27??MERS\bin\datas\node.txt
?????文件????????3368??2018-09-05?18:53??MERS\bin\images\ba
?????文件???????15145??2018-10-28?21:56??MERS\bin\images\car.png
?????文件????????1419??2018-10-30?21:46??MERS\bin\rwsn\mers\fr
?????文件????????2830??2018-10-30?21:46??MERS\bin\rwsn\mers\fr
?????文件????????4944??2018-10-30?21:46??MERS\bin\rwsn\mers\fr
?????文件????????1561??2018-10-31?15:22??MERS\bin\rwsn\mers\main\Main$1.class
?????文件????????3237??2018-10-31?15:22??MERS\bin\rwsn\mers\main\Main.class
?????文件????????2695??2018-10-31?14:25??MERS\bin\rwsn\mers\main\NetTest.class
?????文件????????4975??2018-10-30?21:46??MERS\bin\rwsn\mers\main\TspTest.class
?????文件????????5657??2018-10-30?21:46??MERS\bin\rwsn\mers\model\ChargeNodeSet.class
?????文件????????2785??2018-10-30?21:46??MERS\bin\rwsn\mers\model\ChargeSlot.class
?????文件????????2087??2018-10-31?14:46??MERS\bin\rwsn\mers\model\Constants.class
?????文件????????5341??2018-10-31?15:03??MERS\bin\rwsn\mers\model\GpsrAlg.class
?????文件????????4457??2018-10-30?21:46??MERS\bin\rwsn\mers\model\Mwc.class
?????文件????????5308??2018-10-30?21:46??MERS\bin\rwsn\mers\model\MwcChargeAlgrithm.class
?????文件????????6700??2018-10-31?12:54??MERS\bin\rwsn\mers\model\NetSystem.class
?????文件????????3472??2018-10-31?12:44??MERS\bin\rwsn\mers\model\Node.class
............此處省略36個文件信息
- 上一篇:Android展示指定文件夾下面的所有的圖片
- 下一篇:JAVA課程設計-貪吃蛇
評論
共有 條評論