搜索资源列表
jiugong
- 九宫问题原代码,解决九宫按要求重排问题.-Nine-palace the issue of the original code, solve the Nine-palace required rearrangement problem.
grid
- 提供四种算法解决九宫问题,实现了可视化。-Provide four algorithms to solve the problem Jiugong realized visualization.
Mysteryproblem
- 重排九宫是一个古老的单人智力游戏。据说重排九宫起源于我国古时由三国演义故事“关羽义释曹操”而设计的智力玩具“华容道”,后来流传到欧洲,将人物变成 数字。原始的重排九宫问题是这样的:将数字1~8按照任意次序排在3×3的方格阵列中,留下一个空格。与空格相邻的数字,允许从上,下,左,右方向移动到 空格中。游戏的最终目标是通过合法移动,将数字 1~8 按行排好序。在一般情况下,n2-1 谜问题是将数字 1~n2-1 按照任意次序排在n×n的方格阵列中,留下一个空格。允许与空格相邻的数字从上,下,左,右
shanzhash
- 在人工智能领域,对隐式图的搜索是求解问题的一种基本方法,本程序通过使用多种图搜索策略,对 重排九宫问题进行求解,演示了“广度优先搜索”、“深度优先搜索”、“有界深度优先搜索”、 “最好优先搜索”和“局部择优搜索”五种基本的图图搜索策略。 整个程序使用了动画技术,界面设计美观友好,使用方便。-In the field of artificial intelligence, implicit graph search is a basic method of solving proble
jiugongtu
- 使用递归方法计算九宫图,虽然程序很小,但很精确。值得一看。-Jiugong map using the recursive method, although the program is small, but very accurate. Worth a visit.
AStar
- 这是一个九宫问题的A算法,绝对能用,欢迎大家来学习~-This is a problem Jiugong A algorithm, absolutely can, welcome everybody to learn ~
GA
- 改进遗传算法实现九宫算法,很好的遗传算法的学习例子-Improved genetic algorithm Jiugong algorithm, a very good example of genetic algorithm learning
C
- 几个有趣的问题,提供了相应的C代码,可执行,像爱因斯坦问题,九宫图问题-Several interesting questions, to provide the corresponding C code, executable, such as Einstein issue, Jiugong graph problems
JIUgong-problem
- c++ 编写的重排九宫问题 人工智能 哈希函数 A*算法-the code of jiugong problem in C++
jgcp
- 一个基于图搜索原理的九宫重排程序,上学时的作业-Rearrangement procedure based on the principle of graph search Jiugong
jiugong
- 用java实现重排九宫问题(即八数码问题),人工智能-This is a project about java
A
- A算法 A算法解决8位数码问题(九宫) C++语言编写,已经测试。-A algorithm A algorithm to solve the eight digital issues (Jiugong) C++ language has been tested.
jiugong
- 九宫格问题求解,包含广度优先,有界深度优先以及全局择优三种算法,自己写的,比较简单-Squared problem solving, including breadth-first, bounded depth-first, and a global selection of the best three algorithms, write their own, relatively simple
CPJG
- 本程序主要是利用人工智能的方法来实现重排九宫问题,通过构建启发式函数来实现快速排序,比深度优先遍历效果更好-This procedure is the use of artificial intelligence methods to realize the the Jiugong problems rearrangement, by constructing a heuristic function to achieve the quick sort, better than depth-fi
Jiugong
- 这是常用搜索算法的列子,恩说的也是8数码游戏-This is the example of commonly used search algorithm and 8 digital games
jiugong
- 重排九宫问题,实现从输入到目标九宫图的解的过程-Rearrangement jiugong problem, solving and output the input to the target jiugong diagram of the solution