搜索资源列表
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
SLG_Game
- 一款用C++编的2D小游戏源码,应用了A STAR算法-A C++ for use of the 2D game source code, application of the algorithm A STAR
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
star
- 使用双向链表实现的通讯录。我的课程设计。-The realization of the use of two-way contacts list. My curriculum design.
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)
star
- It is A* Search in AI
Aalgorithm
- this a prolog travel agent recognize program using a star algoritm
busca-a-star
- A-star implementation pascal
A-star
- 这是一个简易的A星寻路算法,大家可以看看,适合于初学者,还是挺有帮助的-A star
Stack_Code
- 这是一款基于A-star算法的迷宫设计,用于学习与熟悉A-star算法,希望对大家有所帮助(This is a maze design based on A-star algorithm)
A-Star Simple Example
- Path Planning using A star method(Using LabVIEW to deal with the path planning problem)
A_Star_v2.0
- A-star pathfinding algorythm using opengh and c++
A-star(lua)
- 输入任意维矩阵,能够实现A-star路径搜索,代码简介明了(Input any dimension matrix, can realize A-star path search, code introduction is clear)
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)