搜索资源列表
Astar
- 一个写的不错的A星算法,进行了去锯齿处理做游戏寻路必备-A good write A Star algorithm, so the game must find the way
Astart
- A*算法资料,包括算法原理,算法剖析,伪代码,还有一些研究文献。 图像处理方面涉及全局最优最短路径会相当有用-A* algorithm information, including algorithm theory, algorithm analysis, pseudo code, and some literature. Image processing involves the global optimal shortest path will be very useful for
Astart
- A*自動尋路算法,代碼還不太成熟有待提高。-A* pathfinding algorithm automatically, the code is also not mature enough to be improved.
Astart
- 在VC++环境下,实现A星算法的演示过程,操作方便,使用鼠标点击即可. -A star algorithm demo in the VC++ environment, convenient operation, using a mouse click away.
AStart
- 非常优化的A*算法,AStart算法能最快速查找最优化路径,还可以对路径进行调整,如离障碍物距离多少为最优化路径。-A Start
AStart
- 一个寻找最短路径算法的示例程序,可动态显示算法过程-Find the shortest path algorithm sample program
AStar_MFC
- 一个可运行的astart算法,使用MFC可视化操作,在vs2010下运行-Astart an algorithm can be run using MFC visualization, running under vs2010
A-Start
- A星算法.有中文注释.本列子不考虑效率.只为简单的讲解A星-Astart is china help
Astar_Romania
- 通过Astart算法了解对图结构、堆栈、队列、优先级队列等数据结构,并通过回溯过程解决罗马尼亚假日问题。问题内容是通过Astart算法,遍历所有节点(地点),寻找最短路径。-Astart algorithm to understand the structure of the map, stack, queue, priority queue and other data structures, and through the backtracking process to solve the
pqrtiil-programming
- AStart寻路,老外的文档,本人收集整理,个人认为是目前最好的一份学习A星算法的资料,()
栅格地图与Astart路径规划
- 使用A*算法建立了机器人路径规划模型,可自由添加多个机器人进行协同仿真。函数为单独编写,备注清晰,可很好观察A*的规划效果!