搜索资源列表
AStar
- 以A-star算法为基础的通过改良的最短路径探索的源代码
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
SLG_Game
- 一款用C++编的2D小游戏源码,应用了A STAR算法-A C++ for use of the 2D game source code, application of the algorithm A STAR
A_star_Art_Class
- A star 算法的C++语言实现(A* 算法接口,针对迷宫问题设计)-A star algorithm in C++ language (A* algorithm interface design for the maze problem)
star
- 关于A_star算法的程序,主要数据结构为最小堆栈,整个程序结构清晰,适合于学习与改进-A_star algorithm on the procedure, the main data structure for the smallest stack, the entire program structure clear, suitable for learning and improvement
AStar
- vc2003实现的A星算法实例,可以编译执行。-A Star vc2003 algorithm realized example of the implementation can be compiled.
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
PathFinder
- 各种路径搜索算法,包括A星算法,迪克斯特拉算法等-A variety of path search algorithms, including A Star algorithm, Dijkstra algorithm
TSPMach
- A星算法求解TSP问题的源程序,效率嗷嗷高,别处找不到。-A Star source algorithm for TSP problem, efficiency Aoao high, can not find elsewhere.
MagicalSquares
- 基于A-Star算法实现的重排九宫图即八数码问题-The solution of Eight-puzzle Problem
A-star
- A*算法,启发式路径搜索(星际,帝国等即时战略游戏中AI寻路)-A* algorithm, heuristic path search (Star, Imperial and other real-time strategy game AI pathfinding)
A-star
- 这是一个简易的A星寻路算法,大家可以看看,适合于初学者,还是挺有帮助的-A star
Stack_Code
- 这是一款基于A-star算法的迷宫设计,用于学习与熟悉A-star算法,希望对大家有所帮助(This is a maze design based on A-star algorithm)
AStar
- 一种A星算法,可以高效寻找源点到目标点最优路径,用python编写(A star algorithm, you can efficiently find the source to the target point of the best path, written in Python)
A星算法
- A*算法一个例子,可随机生成障碍,并且可以根据自己的需要设置障碍,(An instance for A-star algorithm, it creates barrier randomly. And you can set barriers at your will.)
my axin
- a星避开障碍物,按照花费代价最小寻找最优路径(A star finding path)
A-Star
- 实现Astar算法,可以进行路径搜索,这是一个很有效的文件(Astar algorithm can be implemented to perform path search)
AStarPath
- A*搜寻算法俗称A星算法。A*算法是比较流行的启发式搜索算法之一,被广泛应用于路径优化领域[。它的独特之处是检查最短路径中每个可能的节点时引入了全局信息,对当前节点距终点的距离做出估计,并作为评价该节点处于最短路线上的可能性的量度。(The A* search algorithm is commonly known as the A-star algorithm. The A* algorithm is one of the more popular heuristic search algor
A-Star
- 读取数字地图文件,增加地图障碍,利用A*算法解决三维路径规划问题。(Read digital map files, increase map obstacles, and use A* algorithm to solve the problem of three-dimensional path planning.)
A星寻路
- 通过指定的栅格地图,运用A星算法得出最短路径(Through the specified grid map, the shortest path is obtained by a star algorithm)