搜索资源列表
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
Start DirectX 9
- There exists a gap in the game programming market where beginning programmers are finding themselves without an introductory guide. Existing books focus on the 3D component of DirectX only, leaving readers without a complete understanding of DirectX.
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.
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
dstar
- "D" - star source code
8Puzzle
- A* Algorithm this program shoes how A* algorithm solve a 8-puzzle problem step by step
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
FindWay
- 三种主流寻路方式(A星,广度,深度) 目前3种主流寻路的源码,a星(a*),广度优先,深度优先。压缩包附带了一张自己写的堆和顺序表,以及一个控制台绘图模块。-The three mainstream the pathfinding way (A star, the breadth, depth) of three kinds of major pathfinding source code, a star (*), breadth-first, depth-first. Compressio
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)