搜索资源列表
八数码多算法实现
- 这个程序是从广度优先搜索,深度优先搜索,A算法以及A*算法等多方面算法来解决八数码问题-this procedure is breadth - first search, depth-first search, A and A * algorithm algorithm various algorithms to solve the problem eight digital
8num
- 使用JAVA编写的八数码问题求解程序,程序使用A*算法-use Java to prepare the eight digital problem solving procedure is the use of the A * algorithm
140019
- 基于A*算法的八数码问题的课程设计报告 设计任务:运用所学的关于搜索策略的算法(广度优先,深度优先,A*算法等)解决八数-A * algorithm based on the eight digital design a curriculum to design tasks : use study on the search strategy algorithm (breadth, depth priority, A * algorithm, etc.) to resolve several
人工智能八数码问题
- 人工智能八数码问题,包括盲目搜索,不在位和距离两种A*算法。
八数码软件
- A*算法解决八数码软件-A * algorithm to solve eight digital software
artificial
- 八数码 VC源程序 人工智能经典题目 使用A*启发式搜索算法。
八数码
- 采用A*算法实现八数码的自动路径搜索问题。
八数码
- 用A*算法解决八数码问题
EIGHTPUZZLE
- 用A*算法解决八数码问题,人工智能实验,内附实验报告。源码注释很详细-With the A* algorithm to solve 8 puzzle problem, artificial intelligence experiments, containing a laboratory report. Very detailed source notes
SourceCode
- MFC实现的八数码问题,采用的是A星算法,欢迎多多指教!-Eight Box Game Using MFC
new8
- 人工只能中的八数码问题,采用A*算法搜索-Artificial only in the eight digital issues, the use of A* algorithm search
MagicalSquares
- 基于A-Star算法实现的重排九宫图即八数码问题-The solution of Eight-puzzle Problem
8_puzzle
- 8数码问题 八数码问题 A*算法 Hash结构-eight puzzle problem
A
- 用A*算法实现的八数码问题求解,评估函数可以随意改动。-a alogrithm for eight digal problem.
aStar
- a*算法八数码 用c++编写a*算法,完成八数码问题-a* algorithm eight digital with c++ to write a* algorithm, completed eight digital
A--algorithm-eight-digital-problem
- 这是一个领用人工智能中的A*算法求解八数码问题的完整实现,包含多种启发函数。-This is A recipients A* algorithm in artificial intelligence eight digital problem complete implementation, contain A variety of enlightening function.
zll
- 人工智能A算法八数码问题,给定一个初始八数码,已知一个目标八数码,输出从初始八数码到达目标八数码的过程-Artificial Intelligence
a
- A*算法求解八数码问题,命令行输入格式: 程序名 输入文件名 输出文件名-A* algorithm eight digital issues, the command line input format: program name Enter the file name of the output file name
8数码
- 实现八数码问题的一个小算法平台,其中包括深度优先、广度优先、最好优先算法。(A small algorithm platform for eight digital problems, including depth first, breadth priority and best priority algorithm.)
八数码问题 C语言代码
- 人工智能课基于A*算法的八数码问题 C语言实现