搜索资源列表
A星算法
- 八数码问题的A*算法.本实验的A*算法的h(n)=p(n),p(n)定义为每个将牌与其目标位置之间的距离(不考虑夹在其间的将牌)的总和,显然有p(n)=<h*(n),g(n)仍就为节点深度.-the A* algorithm. The experiment of the A* algorithm h (n) = p (n), p (n) is defined for each license its goal the distan
八数码问题(A星算法)
- 用A*算法求解八数码问题。A*算法又叫做最佳图搜索算法,是满足启发函数不大于实际耗散值的A算法,可以用理论证明如果最佳解图存在的话,一定可以用A*算法找出来。-with A* algorithm eight digital problem. A* algorithm also called the plan the best search algorithm, it is instructive function to meet not
8_nums
- 一个九宫问题的源码,a星算法,深度优先广度优先算法都有-a JiuGongTu the source, a Star algorithm, depth-first algorithm has breadth priority
ClassAstar
- A星算法寻找路径的程序,是用C++的,仅供大家参考-path algorithm for the procedure is the use of C, is for your reference
8number
- A星算法解8数码问题,界面漂亮,功能齐全,解释清楚-eight digital solution algorithm, beautiful interface, complete functions, a clear explanation
astar
- A星算法 A星算法\MSSCCPRJ.SCC A星算法\Form1.frm A星算法\工程1.vbp A星算法\Module1.bas A星算法\工程1.vbw A星算法\工程1.exe # # Files # 7 -A Star Algorithm A Algorithm MSSCCPRJ.SCCA Star Star Star Form1.frmA algorithm algorithm al
Astar_8
- 通过A星算法解决8数码问题,可以输入初始值,给出解路径-Through the A Star algorithm to solve 8 digital issues, can enter the initial value, given the path solution
wei
- 导航算法中的A星算法的VC++简单实现(米字格来代表路点和路径)-Navigation algorithm A Star Algorithm VC simple to achieve (m grid to represent the way the word and path)
mobi_Astar
- 经典的A点自动寻址算法A星算法演示,对游戏中的自动寻址,有一定的启发作用。-A classic point automatic addressing algorithm A Star algorithm demo for the game automatic addressing, to a certain extent inspired by the role.
AStar
- 模式识别中的寻路算法:A星算法的实现及简单应用-Pattern Recognition routing algorithm: A Star algorithm and a simple application
AStarDemo
- A星算法实现~ 人工智能中如何寻早最短路径,在游戏中有重要应用-A Star ~ artificial intelligence algorithm how to find the shortest path early in the game there are important applications
a
- A星算法在游戏中人物的移动中,寻找路径起到了很大的作用,使游戏人物按最近的路线到达目的地-A star algorithm in the mobile game figures to find the path has played a significant role in bringing the game characters in accordance with the recent arrival routes
AStart
- AStart寻路,老外的文档,本人收集整理。个人认为是目前最好的一份学习A星算法的资料。-Astart Wayfinding, foreign documents, I organize the collection. Personally think that the best are a study A Star algorithm information.
dstar
- D星算法,是A星算法的动态版本,都是基本的路径规划算法-D Star algorithm, stars are A dynamic version of the algorithm is the basic path planning algorithm
AStar
- vc2003实现的A星算法实例,可以编译执行。-A Star vc2003 algorithm realized example of the implementation can be compiled.
A星算法
- 算法可绕过障碍点,实现起始点与目标点的最近距离(The algorithm can bypass the obstacle point and realize the closest distance between the starting point and the target point.)
A星算法自寻路
- A星算法自寻路的C及C++实现,并在窗口中实现路径的起点、终点、障碍,最后显示路径。(C and C++ implementation of self routing of A star algorithm)
A星算法
- A*优化算法,本算法能有效的选择最优路线。(A* optimization algorithm)
A星寻路
- 通过指定的栅格地图,运用A星算法得出最短路径(Through the specified grid map, the shortest path is obtained by a star algorithm)