搜索资源列表
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
2D游戏地图A星算法
- 2D游戏地图A星算法,呵呵易语言写的,感觉速度上不够快,上次看到delphi写的不错的.是易工具还是写法有问题.,2D游戏地图A星算法,呵呵易语言写的,感觉速度上不够快,上次看到delphi写的不错的.是易工具还是写法有问题.
基于A星算法的MFC界面的八数码程序
- 基于A星算法的MFC界面的八数码程序,本人本科做得最漂亮的大作业了,其中process函数是搜索的主函数。-8 digital program with MFC interface based on A star searching method which is the most proud project I have finished in my fu*king bachelor years.
TSP
- 用A星算法解决TSP问题,其中的择优函数选的是最小生成树-A star with the algorithm to solve TSP problems, the merit function is the minimum spanning tree selected
dstar
- D星算法,是A星算法的动态版本,都是基本的路径规划算法-D Star algorithm, stars are A dynamic version of the algorithm is the basic path planning algorithm
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
AStart
- AStart寻路,老外的文档,本人收集整理。个人认为是目前最好的一份学习A星算法的资料。-Astart Wayfinding, foreign documents, I organize the collection. Personally think that the best are a study A Star algorithm information.
AStar
- vc2003实现的A星算法实例,可以编译执行。-A Star vc2003 algorithm realized example of the implementation can be compiled.
PathFinder
- 各种路径搜索算法,包括A星算法,迪克斯特拉算法等-A variety of path search algorithms, including A Star algorithm, Dijkstra algorithm
Astar
- 一个写的不错的A星算法,进行了去锯齿处理做游戏寻路必备-A good write A Star algorithm, so the game must find the way
AStar
- A星算法的经典模型,实现了寻找最短路径,并且用按钮实现了这些使用的方法-A classic model of satellite algorithm to realize the search for the shortest path, and used the button the methods used to achieve these
Astar
- 通过A星算法寻找最优路径到达目标,可自由设置障碍,能运行成功-optimal path planning
AStar
- A星算法实现最短路径的选择,使用方便,功能完善,是学习人工智能作业中必须完成的一步。-Choose the shortest path by the method of AStar
GUOHE
- 使用A星算法求解野人过河问题,VC++实现,用D到了MFC-A star algorithm using the issue of Savage river, VC++ to achieve, with the D to the MFC
Astar
- 利用Visual Studio 6.0实现了迷宫的A星算法路径搜索-implement A* algorithm in maze route plan using Visual Studio 6.0
A星算法
- 算法可绕过障碍点,实现起始点与目标点的最近距离(The algorithm can bypass the obstacle point and realize the closest distance between the starting point and the target point.)
A星算法自寻路
- A星算法自寻路的C及C++实现,并在窗口中实现路径的起点、终点、障碍,最后显示路径。(C and C++ implementation of self routing of A star algorithm)
A星算法
- A*优化算法,本算法能有效的选择最优路线。(A* optimization algorithm)
A星寻路
- 通过指定的栅格地图,运用A星算法得出最短路径(Through the specified grid map, the shortest path is obtained by a star algorithm)