搜索资源列表
八数码多算法实现
- 这个程序是从广度优先搜索,深度优先搜索,A算法以及A*算法等多方面算法来解决八数码问题-this procedure is breadth - first search, depth-first search, A and A * algorithm algorithm various algorithms to solve the problem eight digital
用A算法实现八数码难题
- 用A*算法来对人工智能中的八数码难题进行实现-A * algorithm used for artificial intelligence to the eight digital challenge to achieve
八数码游戏
- .net环境中以c#实现的八数码游戏算法,包括三种ai算法,可以自由输入数值比对各种算法的执行效果。
八数码MFC实现
- 用MFC实现的八数码,AStar算法!
八数码
- 采用A*算法实现八数码的自动路径搜索问题。
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
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
fans
- 用编程语言实现八数码难题的启发式搜索算法; 2. 利用所编程的程序,对初始的So状态
8digitsbyJava
- A*算法实现八数码问题,输入为String类型的当前状态,输出为每步的变化状态。效率较高。-8 Digital A* algorithm problem
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
atree
- 八数码问题用A*算法实现 VC++6.0实现的八数码问题-eightnum
8数码
- 实现八数码问题的一个小算法平台,其中包括深度优先、广度优先、最好优先算法。(A small algorithm platform for eight digital problems, including depth first, breadth priority and best priority algorithm.)
八数码A*算法,A算法
- 八数码A*,A算法程序,使用c语言实现。只需将txt中内容复制,粘贴到C语言运行环境中,即可。