搜索资源列表
search_algorithm
- 常用搜索算法,包括8数码游戏,A star算法类的实现,以及黑白棋算法等-commonly used search algorithm, including eight digital games, Class A star of the algorithm to achieve, and reversi algorithm
AStarDll A星路径搜索(采用二叉堆)
- 算法简述:A星路径搜索(采用二叉堆),最短路径寻路算法-Algorithm Descr iption: A star path search (using the binary heap), the shortest path Algorithm for Route
3-a-star-search
- 加州伯克利大学人工智能公开课的Astar算法讲义-University of California, Berkeley, the Astar algorithm artificial intelligence lecture notes open class
AStar
- 模式识别中的寻路算法:A星算法的实现及简单应用-Pattern Recognition routing algorithm: A Star algorithm and a simple application
A_Acolyte_176621752004
- 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
ClassAstar
- A*搜寻算法,俗称A星算法。这是一种在图形平面上,有多个节点的路径,求出最低通过成本的算法。常用于游戏中的NPC的移动计算,或线上游戏的BOT的移动计算上。-A* search algorithm, called A Star algorithm. This is a plane in the graphics, there are multiple nodes in the path, find the lowest cost method adopted. Commonly used in
A star
- 这是A*算法,一种评估函数算法,广度优先搜索其实是A*算法的特例,它的评估函数只有深度-Search
AI_Eight_number
- 本程序用来实现八数码难题。采用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
IDAstar
- 这是一个迭代加深, 哈希, A星. 16宫图.的代码.-Iterative deepening search, hash, A star. sisteen crawling picture.
A-star-search-algorithm
- 这是一个关于a星算法的文档,而且还是英文的,灰常考你英语水平-a star
8Puzzle
- 实现了经典算法A星搜索,并用其解决8数码问题-A Star Search, and the solution 8 digital
A-star-search-for--eight-digit
- A*算法实现八数码问题。源码和可执行文件。 vs2012实现通过-A* algorithm eight digital problem. Source code and executable files. vs2012 achieved by
unicode_astar
- 用智能搜索算法A星算法解决8位码问题,。- A star with a smart search algorithm algorithm to solve the problem 8 yards
AStar_with_Optimal_Path_Output
- 基于A* 算法的简单寻路算例,点击A star search 运行-A* algorithm is based on a simple numerical example wayfinding, click on A star search operation
search-chen
- 使用Python编写的AI程序Pacman,可以适合AI的初学者,有BFS, DFS, UCS, A Star 运行的命令在commands.txt文件里 可以用 bash commands.txt演示-AI programs written in Python Pacman, AI can fit beginners, there BFS, DFS, UCS, the command runs in commands.txt A Star file can bash commands.t
An-Improved-A--Star-Algorithm
- (被EI收录,不错的文章)传统A*算法在栅格地图上进行路径规划时,求解得到的路径长度不是最短并且转折点较多。针对这些不足,提出了一种改进A*算法,将传统A*算法的可搜索邻域个数从离散的8个拓展为无限个,可以沿任意方向进行搜索。这样不仅求解出来的路径长度更短,并且大大降低了其转折点的个数。该算法被应用于自主研发的“智能先锋”号系列无人驾驶车辆上,实车试验以及它们在“中国智能车未来挑战赛”中的优异表现证明该方法能够在栅格地图中求解出一条更优的可行驶路径,可以显著提升无人驾驶车辆行驶的效率和平稳性。-
A-star-algorithm-in-MATLAB-GUI
- 将本目录设为当前目录后,请直接运行A_Star_Search_Algorithm.m 根据GUI界面进行操作:初始点、目标点的设置; 障碍网格的修改 网格和路径的更新 设置完毕后请单击search-The catalog to the current directory, run directly A_Star_Search_Algorithm.m operate in accordance with GUI interface: the initial point, the t
A-star-algorithm-without-grid-limit
- 本算法支持任意角度的路径搜索,支持任意网格大小的路障设置,采用A* 算法,实现复杂地图下的路径搜索。 -The algorithm supports any angle route search, support of any grid size barricades set up using A* algorithm, route maps under complex searches.
Searcher
- 游戏常用的高效寻路算法,附带原理说明,可用于rpg,slg等等游戏开发。(A star route search arithmetic)
a-star-algorithm-master
- a-star静态路径最优搜素算法。a-star静态路径最优搜素算法。(A-star static path optimal search algorithm.)