搜索资源列表
chess
- 一个做的较好的黑白棋游戏,用了A star算法
Astar
- a star 算法的cpp文件和h头文件,项目中有用到的直接放进去改下就可以了。-a star algorithm cpp file and h header files, the project useful to put change directly under it.
Astar
- 代码很好的实现了基于a-star的最短路径寻找算法,并可以对寻找的路径有一个限制-Code is a good realization of a-star-based shortest path search algorithms, and can find the path there is a limit
Week1_project_647706526
- 关于广度优先算法、算法A星的ppt,动画效果很清晰-On the breadth-first algorithm, algorithm A star ppt, clear animation
A-star
- A STARR 类的算法的实现及算法详细实现过程 c语言实现-STARR A class of algorithm implementation and algorithm in detail the implementation process c language
fill-color-five-pointed
- MFC中先绘制五角星,并使用扫描线算法对区域进行填充-Draw a five-pointed star, and use the scan line algorithm fill color
astardemo
- 在matlab软件中,用A星算法进行栅格法路径规划,且路径不固定-In matlab software, using the grid method A star path planning algorithm, and the path is not fixed
implementation
- 自动寻路A*算法的Python实现, A*算法,A*(A-Star)算法是一种静态路网中求解最短路径最有效的直接搜索方法,也是解决许多搜索问题的有效算法。算法中的距离估算值与实际值越接近,最终搜索速度越快。(Python implementation of automatic routing A* algorithm)