搜索资源列表
AStar
- 模式识别中的寻路算法:A星算法的实现及简单应用-Pattern Recognition routing algorithm: A Star algorithm and a simple application
cocos2dxASTAR
- cocos2dx2.*版本 A星寻路算法实例,有一定参考作用,稍微处理一些代码后可以移植到3.*。代码简单易学。-A star for cocos2d-x 2.* vesion
Astar
- 一个简单的A星寻路算法,该例子可以改变起始点,障碍物,终点的位置-A star with a simple routing algorithm, can change the position of the starting point of this example, the obstacle, the end of the
a201702123
- 星寻路算法真是我一生接触的第一个人工智能算法了。。。 A星寻路算法显然是用来寻路的,应用也很普遍,比如梦幻西游。。。算法的思路很简单,就是在bfs的基础上加了估值函数。 它的核心是 F(x) G(x) + H(x) 和open、close列表: G(x)表示从起点到X点的消耗(或者叫移动量什么的),H(X)表示X点到终点的消耗的估值,F(x)就是两者的和值。open列表记录了可能要走的区域,close列表记
a星寻路
- 简单的2d游戏a星寻路算法 有实例地图文件 可以加密(The simple 2D game a star path finding algorithm has an instance map file to encrypt)
AStrat
- 简单的A*算法..都是....可以用vs2013编绎(Simple A* algorithms... are all... can be deduced with vs2013)