搜索资源列表
a-star-algorithm-implementation
- 基于stl的a star寻路算法的高效实现
A star Algorithm of AI
- A star Algorithm of AI
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
AStar1
- A-Star算法完整版,c++源码实现 -A-Star algorithm is the full version, c++ source implementation
TSP
- 用A星算法解决TSP问题,其中的择优函数选的是最小生成树-A star with the algorithm to solve TSP problems, the merit function is the minimum spanning tree selected
AStarDll A星路径搜索(采用二叉堆)
- 算法简述:A星路径搜索(采用二叉堆),最短路径寻路算法-Algorithm Descr iption: A star path search (using the binary heap), the shortest path Algorithm for Route
A-star A星寻路演示程序
- A星寻路演示程序,A*寻路算法在AStar.h中,使用的节点为Map.h中的Node Map类中NodeMap为节点图,寻路时只传节点地址-A Star pathfinding demo, A* pathfinding algorithm in AStar.h, the use of the nodes in the Node Map Map.h NodeMap class for the node graph, find its way only passing node address
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
Astar_TSP
- 用A星算法解决旅行商(货郎担)问题,附设计报告和测试用例-A Star algorithm used to solve TSP (traveling salesman) problems, with the design of reports and test cases
Astarfindpath
- 用A star算法来解决寻路问题,程序简单易实现。给定几种不同的地图进行验证,得到较优的路径-A star algorithm used to solve the routing problem, the procedure is simple and easy to achieve. Given several different maps to verify the path to be better
AStarUpan
- 用A星算法求解八数码问题,使用的是JAVA语言编程,开发环境是Netbeans-With A Star Algorithm 8 digital issues, using the JAVA programming language, development environment is Netbeans
8_puzzle
- 8数码问题的Java求解,采用A*算法。数据结构采用的Vector<int[]>。输出为"no solution"或一系列表示求解过程的字符串。 某些30步的测试样例需要半分钟左右,但是绝对是正确解~~万望您能不吝点滴时间耐心等待……orz thnx~~ 我用的启发函数计算了现在的网格距离目标网格还有多远。 具体算法是,将每一格中的数字的坐标与其应该在的坐标的差加到一起,得到这个最终值h(x) 也就是Manhattan_Distance 源码使用
AStar
- A * (star) Algorithm-A* (star) Algorithm
a-star-algorithm-implementation
- A* 算法可复用的实现(用了模板), 并配有几个简单例子-the implementation of A star algorithm with C++ template. some simple but classic problems solved with it is here too.
A-star-search-algorithm
- 这是一个关于a星算法的文档,而且还是英文的,灰常考你英语水平-a star
A-star-base-programs
- A star algorithm to find the shortest path between two nodes
A-Star-algorithm-forTSP.
- 人工智能经典算法(一):A-Star算法求解旅行商问题。-Classic artificial intelligence algorithm (a): A-Star algorithm for solving the traveling salesman problem.
A star
- 使用A star算法进行路径规划。。matlab代码。。。。。。(Path planning using the A star algorithm)
a-star-algorithm-master
- a-star静态路径最优搜素算法。a-star静态路径最优搜素算法。(A-star static path optimal search algorithm.)