文件名称:astar-master
- 所属分类:
- JSP源码/Java
- 资源属性:
- 上传时间:
- 2018-02-09
- 文件大小:
- 16kb
- 下载次数:
- 0次
- 提 供 者:
- xx***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
A*算法,A*(A-Star)算法是一种静态路网中求解最短路径最有效的直接搜索方法,也是解决许多搜索问题的有效算法。算法中的距离估算值与实际值越接近,最终搜索速度越快。(A* algorithm and A* (A-Star) algorithm are the most effective direct search methods for solving the shortest path in static road network, and also are effective algorithms to solve many search problems. The closer the distance estimation in the algorithm is with the actual value, the faster the final search speed is.)
相关搜索: java
(系统自动生成,下载前可以参看下载内容)
下载文件列表
文件名 | 大小 | 更新时间 |
---|---|---|
astar-master | 0 | 2018-02-08 |
astar-master\.classpath | 301 | 2017-06-30 |
astar-master\.gitignore | 6 | 2017-06-30 |
astar-master\.project | 386 | 2017-06-30 |
astar-master\.settings | 0 | 2018-02-08 |
astar-master\.settings\org.eclipse.jdt.core.prefs | 598 | 2017-06-30 |
astar-master\bin | 0 | 2018-02-08 |
astar-master\bin\com | 0 | 2018-02-08 |
astar-master\bin\com\kesar | 0 | 2018-02-08 |
astar-master\bin\com\kesar\a | 0 | 2018-02-08 |
astar-master\bin\com\kesar\a\AStar.class | 4414 | 2018-02-08 |
astar-master\bin\com\kesar\a\Coord.class | 598 | 2018-02-08 |
astar-master\bin\com\kesar\a\MapInfo.class | 576 | 2018-02-08 |
astar-master\bin\com\kesar\a\Node.class | 1072 | 2018-02-08 |
astar-master\bin\com\kesar\a\test | 0 | 2018-02-08 |
astar-master\bin\com\kesar\a\test\Test.class | 1532 | 2018-02-08 |
astar-master\README.md | 11441 | 2017-06-30 |
astar-master\src | 0 | 2018-02-08 |
astar-master\src\com | 0 | 2018-02-08 |
astar-master\src\com\kesar | 0 | 2018-02-08 |
astar-master\src\com\kesar\a | 0 | 2018-02-08 |
astar-master\src\com\kesar\a\AStar.java | 4652 | 2018-02-08 |
astar-master\src\com\kesar\a\Coord.java | 443 | 2017-06-30 |
astar-master\src\com\kesar\a\MapInfo.java | 554 | 2017-06-30 |
astar-master\src\com\kesar\a\Node.java | 773 | 2017-06-30 |
astar-master\src\com\kesar\a\test | 0 | 2018-02-08 |
astar-master\src\com\kesar\a\test\Test.java | 947 | 2018-02-08 |