搜索资源列表
8shumayouxi
- 常用搜索算法原代码 (8数码游戏) \".\\Release\\DialogInput.obj\" \".\\Release\\DlgDepth.obj\" \".\\Release\\DlgWait.obj\" \".\\Release\\JiuG.obj\" \".\\Release\\Jiugong.obj\" \".\\Release\\JiugongDlg.obj\" \".\\Release\\S
jiugong
- 重排九宫问题的启发式搜索算法求解-rearrangement JiuGongTu the heuristic search algorithm
JiuGong
- 九宫问题:实现3*3的方格中填1-9的数,使其横,竖,叉的三个数之和为15;求解共有几种填写方法。原创vc实现。
jiugong
- vc实现的九宫格游戏,可以实现电脑自动搜索,有兴趣可以
jiugong
- 8数码游戏-8 digital game
jiugong
- 重排九宫问题的启发式搜索算法求解-rearrangement JiuGongTu the heuristic search algorithm
8shumayouxi
- 常用搜索算法原代码 (8数码游戏) ".\Release\DialogInput.obj" ".\Release\DlgDepth.obj" ".\Release\DlgWait.obj" ".\Release\JiuG.obj" ".\Release\Jiugong.obj" ".\Release\JiugongDlg.obj" ".\Release\StdAfx.obj" ".\Release\Jiu
JiuGong
- 九宫问题:实现3*3的方格中填1-9的数,使其横,竖,叉的三个数之和为15;求解共有几种填写方法。原创vc实现。-Nine-palace issues: the achievement of the 3* 3 grid to fill a number of 1-9 to make it horizontal, vertical, fork and three the number of 15 Solving fill a total
jiugong
- vc实现的九宫格游戏,可以实现电脑自动搜索,有兴趣可以-vc realized squares game, the computer can automatically search, who are interested can
jiugong
- 使用递归方法计算九宫图,虽然程序很小,但很精确。值得一看。 -Nine-palace calculated using the recursive map, although the procedure is very small, but very accurate. Worth a visit.
jiugong
- VC++做的8格游戏,支持人机交互,包括各种算法研究,和实例分析-VC++ Do 8 grid game, support the human-computer interaction, including a variety of algorithms, and examples of analysis
jiugong
- 九宫问题原代码,解决九宫按要求重排问题.-Nine-palace the issue of the original code, solve the Nine-palace required rearrangement problem.
jiugong
- 拼图,c语言编写,有3*3,4*4,5*5-Puzzles, c language, there are 3* 3,4* 4,5* 5
jiugong
- 九宫问题程序 将8个数字随意摆放入3×3的9个格子中,然后让程序算出最优情况,多少步可以走回到某种状态。 初状态设为: 1 2 3 8 4 7 6 5 程序的运行方法: 运行后弹出界面。界面左面的9个格子按照初状态预置。 直接和代表空格的格子相邻的数字格都可以被点,点下后,它将和空格交换位置,代表该数字移入了空格。 如此手工设置一个初始状态。 点击计算的按钮,就可以得出最优解,根
JiuGong
- 九宫游戏的实现,用VC开发,利用了模式识别的有关理论知识-Nine-palace of the realization of the game with VC development, use of pattern recognition of the theoretical knowledge
Jiugong
- 九宫游戏——基于C++编程,考虑到人工智能方面的算法,是一个学习搜索算法不错的程序。-jiugong game--based on c++ program.it is a very good example about learning the searcher algorithm,it is based on Artificial Intelligence
JIUgong-problem
- c++ 编写的重排九宫问题 人工智能 哈希函数 A*算法-the code of jiugong problem in C++
jiugong-
- 关于九宫图的语言程序,希望能帮到大家,望大家多多支持,-the method of Jiugong ,something about how to deal with it.i hope it will help some one.
jiugong
- 重排九宫问题,实现从输入到目标九宫图的解的过程(Rearrangement jiugong problem, solving and output the input to the target jiugong diagram of the solution)