搜索资源列表
eightnumber
- 八数码问题的C++实现,最经典的广度有限算法-eight digital realization of the C and classic algorithms limited breadth
NineGridProblem
- 利用Visual c++编程思想方法实现九宫问题(八数码)求解过程动态演示的程序
eight_Nnumber_Puzzal
- 用C++语言实现的八数码问题,A*算法。
eg
- 一个简单的求解八数码问题的程序。采用A*算法,注释清晰易读-A simple eight digital problem solving procedures. Using A* algorithm, legible notes
node
- 自己编写的解八数码问题的简单算法,用c++实现-I have written eight digital solution of a simple algorithm for the problem.
zhmjiugong
- 八数码问题全局择优算法这个程序是上学期上人工智能课的时候,老师让做的,采用全局择优算法.-8 digital issues overall are merit-based algorithm for this procedure on the artificial intelligence class last semester, the teacher to do so, and the use of the overall selection of the best algorithm.
8
- 用A*启发式算法解决八数码问题,用纯C实现-using A* algorithm to solve Eight-puzzle
bashuma
- 八数码问题可视化程序,使用c++语言编写,现提供给大家了-8 digital issues of visual programming, using c++ Languages, are now available to all of the
EightPPuzzle
- 这是用C++写的八数码和八王后问题的代码,功能可能简单点,但是都实现了基本功能。所以是应付课程设计的不错选择。-This is written in C++ digital and eight queen problem code, functions may be simple, but can realize the basic functions of. So it is a good choice to cope with the curriculum design.
Eightnum
- C++。八数码问题的简单实现。有说明文件-C++. Eight digital problem simple to achieve.And there is a documentation
Eight
- poj1077:用c++通过启发式搜索算法解决八数码问题,查找最快的数据结构是哈希,搜索最快的是启发式搜索,但都有条件,前者要求冲突律低的哈希函数,后者要求找到启发函数-solve the poj1077with c++