搜索资源列表
8数码问题 A星算法求解
- 8数码问题的A星解法-8 issue of A Star Solution
A星寻路算法例程
- A星寻路算法,有算法步骤详解,及一个小例子,可将寻路结果打印在控制台
A星算法 C#
- A星寻路算法
A算法源代码
- A*算法是,最经典的寻路算法,广泛用于游戏人工智能领域。-A* algorithm is the most classic Routing algorithm, widely used in the field of artificial intelligence game.
a星算发
- 人工智能的经典八皇后问题,这个算法是a*算法.利用这个算法可以解决八数码,八皇后问题等 -artificial intelligence Queen's classic 8, the algorithm is a* algorithm. Use of this algorithm can solve eight digital, 8 Queen's problems
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
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
A.RAR
- A星智能走路,能智通过绕过地上的物体,游戏必备!值得学习!-A star can walk, intelligent wisdom through the object, the game around the earth must! Worth learning!
A星
- 完整的A星寻路实现效果展示,带有路径展示(Complete A star pathfinding to achieve the effect of display, with path display)
A
- 流放之路a星寻路 用于流放之路辅助的寻路(astar for Path of Exile)
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)