搜索资源列表
a星算发
- 人工智能的经典八皇后问题,这个算法是a*算法.利用这个算法可以解决八数码,八皇后问题等 -artificial intelligence Queen's classic 8, the algorithm is a * algorithm. Use of this algorithm can solve eight digital, 8 Queen's problems
A算法
- 程序目的: 通过编制迷宫程序来熟练掌握A*算法。充分理解A*算法和启发函数的关系。-procedures Objective : Maze procedure to prepare skilled master A * algorithm. * A full understanding of algorithms and heuristic function relationship.
八数码问题(A星算法)
- 用A*算法求解八数码问题。A*算法又叫做最佳图搜索算法,是满足启发函数不大于实际耗散值的A算法,可以用理论证明如果最佳解图存在的话,一定可以用A*算法找出来。-with A * algorithm eight digital problem. A * algorithm also called the plan the best search algorithm, it is instructive function to meet not more than the actual value
A算法源代码
- A*算法是,最经典的寻路算法,广泛用于游戏人工智能领域。-A * algorithm is the most classic Routing algorithm, widely used in the field of artificial intelligence game.
A_Star_M_C.rar
- 使用A*算法解决传教士与野人的问题,内含源代码直接编译即可运行。,The use of A* algorithm to solve the problem of the missionaries with the Savage, including the source code compiled to run directly.
source
- C词法分析器实现,AOE网络算法实现,KRUSKAL算法实现,PRIM算法实现,计算机图形学影线填充算法(键盘坐标输入),计算机图形学影线填充算法(鼠标输入),人工智能A*算法实现的C语言程序-C lexical analyzer to achieve, AOE network algorithm, KRUSKAL algorithm, PRIM algorithm, computer graphics hatched filling algorithm (keyboard input coor
EightDigits
- 八数码,启发式,曼哈顿距离,A*算法实现-Eight digital, heuristic, Manhattan distance, A* algorithm
PathFinder
- 一个基于A*算法的寻路类。完全C++实现。-An A* algorithm-based routing category. Full C++ implementation.
release
- 走迷宫的A*算法,用的是数组,个人的练习作品-Maze of the A* algorithm, using the array, the individual s practice work
A
- 一个A*算法的的实现过程的演示,是个非常清晰的能理解到A是怎么实现的-A* algorithm is a realization of the demonstration process, it is a very clear to understand how the realization of A
A-star
- A*算法的优化范例,使用BCB6.0编写的Windows程序,可以作为教学范例-A* algorithm optimization model can be used as teaching examples
n-puzzle
- n-puzzle (8-puzzle, 15-puzzle, 24-puzzle) solution using A* algorithm. i have used 2 pass for reducing memory consumption by half. i will post it also on my blog http://rooparam.blogspot.com-n-puzzle (8-puzzle, 15-puzzle, 24-puzzle) solution using A*
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
A
- 关于人工智能 astar A*算法的资料 内容比较详细,希望对大家有一些帮助-AI astar A* algorithm on the data content in more detail, we want to have some help
A-STAR
- 人工智能A*算法的VC程序,已通过验证,请放心下载-AI A* algorithm for the VC program, has been verified, please be assured Download
A-star
- 关于A*算法的详细讲解。简单明确,附图讲解。原文英文,此文章为翻译后文件。读过之后会对A*算法有初步的了解。-On the A* algorithm explained in detail. Simple and clear, with photos to explain. Original in English, this article is translated documents. After reading A* algorithm will have a preliminary un
A-star
- 八数码问题---用A*算法来解决八数码问题-Digital problems--- with eight A* algorithm to solve the Eight Puzzle Problem
A-star-search-algorithm
- 这是一个关于a星算法的文档,而且还是英文的,灰常考你英语水平-a star
ant-colony-algorithm-demo-zhang
- VC++源码,是一个功能强大的蚁群算法演示平台,能演示基本的蚁群算法以及改进后的蚁群算法在TSP等问题上进行问题求解的过程-翻译结果(中 > 英)复制结果 VC + + source code, is a strong function of the ant colony algorithm demo platform, can demonstrate the basic ant colony algorithm and the improved ant colony algorith
A-algorithm-Tutorial
- A算法入门教程,基本上,这文章可以说是最佳A*算法文档。极力推荐!-A algorithm Tutorial