文件名称:AStar
- 所属分类:
- 其他小程序
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2013-05-26
- 文件大小:
- 8kb
- 下载次数:
- 0次
- 提 供 者:
- 彭*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
A* A星算法, 经典的启发式寻求最短路径的算法,启发函数采用最简单的曼哈顿法,从OPEN表中选出最小的f值的点采用堆排序,里面注释很多,谢谢,共同学习!-A* A Star algorithm, classical heuristic seeks the shortest path algorithm, heuristic function takes the simplest Manhattan method selected from the OPEN statement smallest f-value point using heap sort, which notes a lot, thank you, learn together!
(系统自动生成,下载前可以参看下载内容)
下载文件列表
A※算法C语言实现\AStar.c
................\AStar.dsp
................\AStar.dsw
................\AStar.ncb
................\AStar.opt
................\AStar.plg
................\ReadMe.txt
A※算法C语言实现