搜索资源列表
用A算法实现八数码难题
- 用A*算法来对人工智能中的八数码难题进行实现-A * algorithm used for artificial intelligence to the eight digital challenge to achieve
八数码全局择优算法
- c++实现全局择优算法
8Puzzle_DFS 人工智能经典问题八数码的深度优先搜索算法实现
- 人工智能经典问题八数码的深度优先搜索算法实现。没有图形界面。-Classic problem of artificial intelligence, eight digital breadth-first search algorithm. No graphical interface.
EightDigits
- 八数码,启发式,曼哈顿距离,A*算法实现-Eight digital, heuristic, Manhattan distance, A* algorithm
AStar
- 八数码问题的A*算法实现,java的伪代码,基本思想-8 digital issues of A* algorithm, java pseudo code, the basic idea
EightDigit
- 实现八数码算法,使用A*算法,能快速实现排序。-The achievement of the eight digital algorithm, using A* algorithm, can quickly achieve the sort.
8chess
- 人工智能算法 实现人工智能中的八数码问题-Algorithms Artificial Intelligence Artificial Intelligence in eight digital issues
node
- 自己编写的解八数码问题的简单算法,用c++实现-I have written eight digital solution of a simple algorithm for the problem.
Eight-puzzle
- 这个程序是A*算法的简单实现,来解决八数码问题-It just simply applys the A* algorithm to solve the Eghit-puzzle problem
AIsearchproblem
- 对于通常的九宫问题(八数码)的一个解决方案,程序中实现的三种搜索算法——深度,广度,启发式-Nine-palace for the usual problems (8 digital) of a solution, and procedures to achieve the three search algorithms- depth, breadth, heuristic
guangdu
- 人工智能中的广度优先搜索算法,以八数码管为例进行编程实现-Artificial Intelligence in the breadth-first search algorithm, for example eight programmable digital control to achieve
8
- 用A*启发式算法解决八数码问题,用纯C实现-using A* algorithm to solve Eight-puzzle
eight_breadth
- 用C语言实现宽度优先算法,八数码问题。作者:陈华昌-With the C language implementation breadth-first algorithm, 8 digital issues. Author: Chen Huachang
eight_depth
- 用C语言实现深度优先算法,八数码问题,作者:陈华昌-C language implementation with depth-first algorithm, 8 digital issues, Authors: Chen Huachang
eight_heuristic
- 用C语言实现启发式搜索算法,八数码问题,作者:陈华昌-C language implementation with the heuristic search algorithm, 8 digital issues, Authors: Chen Huachang
atree
- 八数码问题用A*算法实现 VC++6.0实现的八数码问题-eightnum
AStar
- A星算法实现八数码问题,找出从某一初态变换到终态的路径。-A Star Algorithm 8 digital issues, identify the initial state of transformation from one path to the final state.
EightDigital
- 八数码算法实现,带界面,可输入初始状态,逐步演示-Eight digital algorithm, with the interface, enter the initial state, step by step demonstration
八数码A星算法加扩展节点分析
- 基于matlab八数码的A*算法实现,有图形界面化,对用户友好。(Based on MATLAB eight digital A* algorithm, graphical interface, user-friendly.)
八数码A*算法,A算法
- 八数码A*,A算法程序,使用c语言实现。只需将txt中内容复制,粘贴到C语言运行环境中,即可。