README
上传用户:kingseaxu
上传日期:2009-01-01
资源大小:49k
文件大小:1k
- MCL Simluator
- Lingxuan Hu
- 29 July 2004
- This incorporates code adapted from Tian He's APIT simulator.
- For more information, see http://www.cs.virginia.edu/mcl
- ****** File List ******
- Readme /* This file */
- Network.prop /* Configuration file */
- Input.java /* Read and update network parameters */
- Network.java /* Class of the network */
- Node.java /* Class of a individual node */
- Location_info.java /* Data structure used to record location information */
- Jama-1.0.1.jar /* Library used for matrix operation */
- result/ /* Experimental results */
- ****** Compile ******
- javac -classpath Jama-1.0.1.jar Network.java Node.java Location_info.java Input.java
- ****** Run ******
- java -classpath :Jama-1.0.1.jar Network