搜索资源列表
EIGHTPUZZLE
- 用A*算法解决八数码问题,人工智能实验,内附实验报告。源码注释很详细-With the A* algorithm to solve 8 puzzle problem, artificial intelligence experiments, containing a laboratory report. Very detailed source notes
2
- 八数码问题的解,使用A*算法求解的-Digital Solutions of eight issues, the use of A* algorithm to solve the
Astar
- A*算法实现的八数码问题,使用STL的优先队列及康拓展开的hash函数实现-A* algorithm implementation of the 8 digital issues, using priority queue in STL, and Courier function as hash function to implement
8_puzzle
- 8数码问题 八数码问题 A*算法 Hash结构-eight puzzle problem
Abashuma
- 很好用的用A*算法实现得到八数码,好用和很。
eight_num
- 八数码问的A*算法解决 可以求出所有的搜索过程 并且输出最优解-The eight digital asked the A* algorithm to solve the obtained search process and output the optimal solution
aStar
- a*算法八数码 用c++编写a*算法,完成八数码问题-a* algorithm eight digital with c++ to write a* algorithm, completed eight digital
bashuma
- 九宫格也即八数码问题程序 仅供参考 又vc++编写 a*改进算法-Jiugongge also eight digital program for reference only and vc++ write a* Improved algorithm
Puzzle-Killer-1.2
- 经典的八数码和十五数码问题的完美解决方案,对于任何情况均可以迅速出解,并且可以动态演示。并非用传统的A*或IDA*算法实现,效率远高于A*和IDA*算法。-The classic eight digital and 15 digital perfect solution for any situation can be quickly out of solution, and can be a dynamic presentation. Not achieve with traditional
EightNum
- 用A*算法实现了八数码问题,能很好地处理八数码问题,运用将牌不在位的个数描述八数码问题-With the A* algorithm eight digital issues, can handle eight digital good, the use of the card is not in position number eight digital descr iption
EightNum_henji
- 用A*算法实现了八数码问题,用不在位的将牌数作为启发函数,很好地处理了八数码问题-With the A* algorithm eight digital issues, not bit by the number of licenses as heuristic function, a good deal of the eight digital
Axinsuanfa
- 用c语言编写,通过a星算法解决八数码和十五数码问题-To solve eight digital and fifteen digital problem through the a star algorithm
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.
Astar_algorithm
- 使用A*算法求解八数码问题。优点:速度非常快。-Solve Eight number problem with A star algorithm.
PuzzleProblem
- 八数码问题的四种不同股价函数的实现,采用a星算法实现-Eight digital
zll
- 人工智能A算法八数码问题,给定一个初始八数码,已知一个目标八数码,输出从初始八数码到达目标八数码的过程-Artificial Intelligence
eight
- 八数码问题用A*算法解决,c++语言,源代码。-Eight digital A* algorithm to solve
bashuma
- 在visual c++环境中实现八数码的算法,程序采用链表的形式和A*算法来实现,初始输入可以通过改变文件中的.txt来改变。-In the visual c++ environment to achieve eight digital algorithm, the program using the form of a list and A* algorithm to achieve, the initial input can change the file. Txt to change.
8数码
- 实现八数码问题的一个小算法平台,其中包括深度优先、广度优先、最好优先算法。(A small algorithm platform for eight digital problems, including depth first, breadth priority and best priority algorithm.)