搜索资源列表
-
0下载:
加州伯克利大学人工智能公开课的Astar算法讲义-University of California, Berkeley, the Astar algorithm artificial intelligence lecture notes open class
-
-
0下载:
模式识别中的寻路算法:A星算法的实现及简单应用-Pattern Recognition routing algorithm: A Star algorithm and a simple application
-
-
0下载:
A Acolyte of AI with 8 Puzzle-This is an attempt to bring some AI programming in VB using A Star (A*) algorithm to solve 8 puzzle problem. This is the famous AI search algorithm test problem to rearrange misplaced cells in a proper sequence on an 3 b
-
-
0下载:
本程序用来实现八数码难题。采用A星算法,设计程序,求出从初始状态到目标状态的最优路径,并给出问题的状态表示、编码规则、搜索算法分析、简单程序说明和求得的最优路径。编程方法新颖,思路清晰明了。-This procedure used to achieve the eight puzzle. A star algorithm used, the design process, from initial state to find the optimal path to goal state, and
-
-
0下载:
这是一个关于a星算法的文档,而且还是英文的,灰常考你英语水平-a star
-
-
0下载:
A*算法实现八数码问题。源码和可执行文件。
vs2012实现通过-A* algorithm eight digital problem. Source code and executable files.
vs2012 achieved by
-
-
0下载:
用智能搜索算法A星算法解决8位码问题,。- A star with a smart search algorithm algorithm to solve the problem 8 yards
-
-
0下载:
A星算法解决8数码问题,一种启发式搜索程序-A star algorithm to solve 8 digital problem, a heuristic search procedures
-
-
0下载:
(被EI收录,不错的文章)传统A*算法在栅格地图上进行路径规划时,求解得到的路径长度不是最短并且转折点较多。针对这些不足,提出了一种改进A*算法,将传统A*算法的可搜索邻域个数从离散的8个拓展为无限个,可以沿任意方向进行搜索。这样不仅求解出来的路径长度更短,并且大大降低了其转折点的个数。该算法被应用于自主研发的“智能先锋”号系列无人驾驶车辆上,实车试验以及它们在“中国智能车未来挑战赛”中的优异表现证明该方法能够在栅格地图中求解出一条更优的可行驶路径,可以显著提升无人驾驶车辆行驶的效率和平稳性。-
-
-
0下载:
运用启发式搜索算法,用来解决一个简单的八数码问题。这里用的是A星算法。-Using heuristic search algorithm, which is used to solve a simple eight digital problem. Here is A star algorithm.
-