搜索资源列表
test_1_DFS_BFS
- 比较DFS与BFS 简单的实现了,小地图范围的两种寻路算法原理的比较。 左键控制,可自动寻找路径,方便观察-DFS compared with the simple realization of BFS, the small scope of the two map routing algorithms for comparison. Left control that can automatically find a path to facilitate the observation
GL_EXP_3400
- 一个opengl走迷宫的程序,有小地图和多种视角,切换俯视视角具有自动寻路功能。-A opengl Maze procedure, small maps and a variety of perspectives, switch overlooking perspective has automatically find its way function.
implementation
- 自动寻路A*算法的Python实现, A*算法,A*(A-Star)算法是一种静态路网中求解最短路径最有效的直接搜索方法,也是解决许多搜索问题的有效算法。算法中的距离估算值与实际值越接近,最终搜索速度越快。(Python implementation of automatic routing A* algorithm)