antcolonyalgorithm

所属分类:生物医药技术
开发工具:Java
文件大小:1494KB
下载次数:30
上传日期:2010-01-25 19:29:27
上 传 者l_time
说明:  蚁群算法的模拟实现 安装JDK,配置环境变量,导入项目,一般情况下直接保存、运行ant.UI即可启动程序。如果不能运行,将文件夹下的swt.jar加入构建路径,然后在运行中的JVM参数中加入-Djava.library.path="dll所在目录的绝对路径"即可。 也可以在命令行下直接运行该程序,假设文件夹放在D盘跟目录。则在cmd下切换到文件夹下,运行如下命令即可启动程序。
(Simulation and Realization of ant colony algorithm Install JDK, configure the environment variables, import the project, under normal circumstances be saved directly run ant.UI can start a program. If you can not run, will join the folder under the swt.jar build path, and then run in the JVM parameters by adding-Djava.library.path = "dll directory where the absolute path" can be. Can also be directly under the command line to run the program, assuming that the folder on the D drive with the directory. In the cmd switch to the next folder, run the following command to launch the program.)

文件列表:
蚁群算法\.classpath (301, 2007-10-27)
蚁群算法\.project (380, 2007-11-26)
蚁群算法\bin\ant\Ant.class (6457, 2007-11-25)
蚁群算法\bin\ant\AntCanvas.class (1133, 2007-11-25)
蚁群算法\bin\ant\CustomMapDialog$1.class (1229, 2007-11-25)
蚁群算法\bin\ant\CustomMapDialog$2.class (1478, 2007-11-25)
蚁群算法\bin\ant\CustomMapDialog$3.class (943, 2007-11-25)
蚁群算法\bin\ant\CustomMapDialog.class (5724, 2007-11-25)
蚁群算法\bin\ant\Environment$1.class (672, 2007-11-25)
蚁群算法\bin\ant\Environment$Daemon.class (1325, 2007-11-25)
蚁群算法\bin\ant\Environment.class (5324, 2007-11-25)
蚁群算法\bin\ant\Map.class (3607, 2007-11-25)
蚁群算法\bin\ant\Pheromone$1.class (746, 2007-11-25)
蚁群算法\bin\ant\Pheromone$2.class (1167, 2007-11-25)
蚁群算法\bin\ant\Pheromone$3.class (705, 2007-11-25)
蚁群算法\bin\ant\Pheromone.class (6360, 2007-11-25)
蚁群算法\bin\ant\SettingsDialog$1.class (1767, 2007-11-25)
蚁群算法\bin\ant\SettingsDialog$2.class (821, 2007-11-25)
蚁群算法\bin\ant\SettingsDialog.class (7654, 2007-11-25)
蚁群算法\bin\ant\UI$1.class (1757, 2007-11-25)
蚁群算法\bin\ant\UI$2.class (1425, 2007-11-25)
蚁群算法\bin\ant\UI$3.class (1461, 2007-11-25)
蚁群算法\bin\ant\UI$4.class (907, 2007-11-25)
蚁群算法\bin\ant\UI$5.class (1128, 2007-11-25)
蚁群算法\bin\ant\UI$6.class (881, 2007-11-25)
蚁群算法\bin\ant\UI$7.class (957, 2007-11-25)
蚁群算法\bin\ant\UI$8.class (1262, 2007-11-25)
蚁群算法\bin\ant\UI$9.class (2574, 2007-11-25)
蚁群算法\bin\ant\UI.class (6303, 2007-11-25)
蚁群算法\bin\util\PheList$PheIterator.class (1151, 2007-11-25)
蚁群算法\bin\util\PheList.class (2168, 2007-11-25)
蚁群算法\bin\util\Position.class (1600, 2007-11-25)
蚁群算法\bin\util\PosList$PosListIterator.class (972, 2007-11-25)
蚁群算法\bin\util\PosList.class (2466, 2007-11-25)
蚁群算法\bin\util\PosQueue$PosQueueIterator.class (984, 2007-11-25)
蚁群算法\bin\util\PosQueue.class (1203, 2007-11-25)
蚁群算法\bin\util\PosStack.class (866, 2007-11-25)
蚁群算法\maps\1.mapa (11378, 2007-05-08)
蚁群算法\maps\2.mapa (51782, 2007-05-08)
蚁群算法\maps\3.mapa (12232, 2007-05-10)
... ...

The import org.eclipse cannot be resolved 则表示需要安装SWT类库,下载SWT类库,然后将其加入CLASSPATH 如果是在eclipse中开发,你需要在你的工程构建路径中加入swt.jar的路径,在运行中的jvm参数中加入 -Djava.library.path="dll所在目录的绝对路径" 工程-->右键属性-->java构建路径-->库-->添加外部jar-->添加swt.jar(自己找找在哪儿)

近期下载者

相关文件


收藏者