搜索资源列表
AStar.用A形算法寻找迷宫的最短路径,VC实现
- 用A形算法寻找迷宫的最短路径,VC实现,非常值得一看,A fractal algorithm used to find the shortest path maze, VC achieve, very worth a visit
astar.zip
- A*算法在寻路和8皇后问题中的C++实现,A* algorithm in routing problems, and 8 in the Queen
AStar.rar
- 用不在位个数算法和目标距离算法解决经典的八数码问题,use arithmetic to solve the octet problem
AStar-new
- 最新ASTAR寻路算法,减少寻路时间,优化算法,降低系统资源占用-ASTAR pathfinding algorithm
Astar-KO
- A星算法的matlab实现 An implementation of A Star pathfinding in Matlab Read the main.m file. All paramters are editable by main.m. Also, the multirobot platform has not been implemented yet. -An implementation of A Star pathfinding in Matlab Read th
astar
- A*算法在寻找路径中效率比较高,在此利用a*算法求解最短路径。-use A* algorithm searching the optimul route.
AStar
- 八数码问题的A*算法实现,java的伪代码,基本思想-8 digital issues of A* algorithm, java pseudo code, the basic idea
AStar
- 模式识别中的寻路算法:A星算法的实现及简单应用-Pattern Recognition routing algorithm: A Star algorithm and a simple application
Astar
- A*算法,一个比较简单、方便的找路径算法,可以试一试-A* algorithm, a relatively simple and convenient method to find the path, you can try
ASTAR
- 最经典的A星寻路算法,自己写的,感觉很好!-A classic stars routing algorithm, wrote it myself, I feel good!
astar
- 用A*算法解决八数码问题的小程序,特别好的程序代码-With A* algorithm to solve the problem of a small digital 8 procedures, in particular, a good code
Astar
- 路径规划 A算法 运用于机器人全局的路径规划-path planning algorithm used for robot path planning
Astar
- 一个写的不错的A星算法,进行了去锯齿处理做游戏寻路必备-A good write A Star algorithm, so the game must find the way
AStar
- 目前最好的A*寻路算法-Currently the best A* pathfinding algorithm. . . . . . . . .
AStar
- A星算法实现最短路径的选择,使用方便,功能完善,是学习人工智能作业中必须完成的一步。-Choose the shortest path by the method of AStar
AStar
- A*算法实现了的寻路算法,此代码采用了STL的泛型程序设计,效率非常高!值得你的下载。-A* algorithm has to search for paths algorithm
AStar
- A星算法实现八数码问题,找出从某一初态变换到终态的路径。-A Star Algorithm 8 digital issues, identify the initial state of transformation from one path to the final state.
Astar
- 人工智能系统中的A*寻径算法,以寻找最佳路径。-Artificial intelligence system A* routing algorithm to find the best path.
AStar
- 用于避障的A星算法,适用于机器人的轨迹规划-A star for Obstacle Avoidance Algorithm for Robot Path Planning
AStar-python
- python 实现的Astar 算法 。 -the python implementation Astar algorithm.