建不了的模。 发表于 2014-10-9 10:10

A-star Search Algorithm(A*优化算法)

图论工具箱——http://www.madio.net/thread-224884-1-1.html
基本图论函数库——http://www.madio.net/thread-224885-1-1.html
Dijkstra最短路径算法 ——http://www.madio.net/thread-224890-1-1.html

A-star Search Algorithm(A*优化算法)
MATLAB/C++ mixed implementation for Astar search algorithm  

Usage:  
1. Extract the zip file  
2. Type "Mex Astar.cpp" in MATLAB command window to generate Astar.dll (you must choose to have such ability when installing MATLAB)  

"Spath_test.m" is a sample file to compare the performance of Dijkstra and A-star.

**** Hidden Message *****

深V礼 发表于 2014-10-9 16:06

先收了,再看是啥

建不了的模。 发表于 2014-10-9 16:15

深V礼 发表于 2014-10-9 16:06 static/image/common/back.gif
先收了,再看是啥

可以先决定有没有用,这样子就不浪费你的体力啊。

吉檀迦利 发表于 2016-4-10 15:50

楼主棒棒哒!
页: [1]
查看完整版本: A-star Search Algorithm(A*优化算法)