-
-
BeyondAStar.rar
There’s more to pathfi nding than A*!
• Many open problems some with nice
solutions
• HPA*, HAA*, Roadmaps
• Pathfi nding with abstraction is very effective
-
-
Optimal_Asynchronous_IDMA_Receiver.rar
... matrix model for asynchronous
IDMA. We show that the cost function for the ML decoder can
be viewed as a path metric through a structured trellis. We
use a dynamic programming algorithm to find the maximum
likelihood transmitted bit sequence. We ...
-
MapBrowser.rar
map browser. saves path of a picture from files into the database for quick viewing, printing, retrieval.. add s description and landmarks for maps.
-
antcolonyalgorithm.rar
蚁群算法的模拟实现
安装JDK,配置环境变量,导入项目,一般情况下直接保存、运行ant.UI即可启动程序。如果不能运行,将文件夹下的swt.jar加入构建路径,然后在运行中的JVM参数中加入-Djava.library.path="dll所在目录的绝对路径"即可。
也可以在命令行下直接运行该程序,假设文件夹放在D盘跟目录。则在cmd下切换到文件夹下,运行如下命令即可启动程序。
-
jgrapht-0.8.1.zip
This code implements the shortest path algorithm via the simple scheme and fibonacci heap data structure. It has 3 kinds of testing data input method : random input by computer, reading from the file, reading from the key board.
-
-
shortestPath_src.rar
a* algorithm implemetation/It is a simple implementation of the a* algorithm to find the shortest path
-
netmv.rar
文件切割
核心是 [DllImport("vidoClip.dll")]
public static extern void vidoClip(int a, int b, StringBuilder path, StringBuilder outpath)
-
-