搜索资源列表
编制迷宫程序(用A算法来实现)
- 通过编制迷宫程序来熟练掌握A*算法。充分理解A*算法和启发函数的关系-through the preparation of the maze procedure to skillfully master A * algorithm. * A full understanding of algorithms and heuristic function of
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 distance between the location (not
用A算法实现八数码难题
- 用A*算法来对人工智能中的八数码难题进行实现-A * algorithm used for artificial intelligence to the eight digital challenge to achieve
A算法
- 程序目的: 通过编制迷宫程序来熟练掌握A*算法。充分理解A*算法和启发函数的关系。-procedures Objective : Maze procedure to prepare skilled master A * algorithm. * A full understanding of algorithms and heuristic function relationship.
八数码问题(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 more than the actual value
EightFigure(A-Star)
- 经典的八数码问题,重在相互交流(A*算法实现).-eight digital classic problem lies in mutual exchanges (A * algorithm).
A_Star_Algorithm
- 本人实现的A*算法,使用的数据结构条理很清晰-I realize the A* algorithm, the use of structured data is very clear
8
- 用A*启发式算法解决八数码问题,用纯C实现-using A* algorithm to solve Eight-puzzle
A-star
- A*算法,启发式路径搜索(星际,帝国等即时战略游戏中AI寻路)-A* algorithm, heuristic path search (Star, Imperial and other real-time strategy game AI pathfinding)
A-STAR
- 人工智能A*算法的VC程序,已通过验证,请放心下载-AI A* algorithm for the VC program, has been verified, please be assured Download
A-star
- 八数码问题---用A*算法来解决八数码问题-Digital problems--- with eight A* algorithm to solve the Eight Puzzle Problem
A-algorithm-
- 通过编制迷宫程序来熟练掌握A*算法。充分理解A*算法和启发函数的关系-Maze procedure through the preparation of master A* algorithm. A* algorithm and fully understand the relationship between the heuristic function
A-algorithm-Tutorial
- A算法入门教程,基本上,这文章可以说是最佳A*算法文档。极力推荐!-A algorithm Tutorial
A-algorithm
- 该程序利用人工智能中的A算法实现了对九宫格的搜索,是一种搜索算法的C++程序-the search of sudoku using A algorithm
A--algorithm-eight-digital-problem
- 这是一个领用人工智能中的A*算法求解八数码问题的完整实现,包含多种启发函数。-This is A recipients A* algorithm in artificial intelligence eight digital problem complete implementation, contain A variety of enlightening function.
A-algorithm
- A*算法的实例。通过迷宫路径的搜索展示A*算法广度优先搜索的过程-Examples of A* algorithm. By searching the maze path display A* algorithm breadth-first search process
启发式搜索A算法
- 启发式搜索的定义、估价函数和算法过程,并利用A*算法求解N数码难题,理解求解流程和搜索顺序(The definition, evaluation function and algorithm process of heuristic search, and A* algorithm is used to solve the N digital puzzle, and the solution flow and search order are understood)
A algorithm
- A算法实现路径规划,数字地图用矩阵建立的(A* algorithm, A* algorithm to achieve path planning, digital map with matrix establishment)
A-Star
- 读取数字地图文件,增加地图障碍,利用A*算法解决三维路径规划问题。(Read digital map files, increase map obstacles, and use A* algorithm to solve the problem of three-dimensional path planning.)