Location:
Search - jiugong.
Search list
Description:
Platform: |
Size: 79326 |
Author: |
Hits:
Description: 常用搜索算法原代码 (8数码游戏)
\".\\Release\\DialogInput.obj\"
\".\\Release\\DlgDepth.obj\"
\".\\Release\\DlgWait.obj\"
\".\\Release\\JiuG.obj\"
\".\\Release\\Jiugong.obj\"
\".\\Release\\JiugongDlg.obj\"
\".\\Release\\StdAfx.obj\"
\".\\Release\\Jiugong.res\"
-commonly used search algorithm source code (8 digital game). " \\ Release \\ DialogInp ut.obj "." \\ Release \\ DlgDepth.obj "." \\ Release e \\ DlgWait.obj "." \\ Release \\ JiuG.obj "." \\ Rel ease \\ Jiugong.obj "." \\ Release \\ JiugongDlg.o bj "." \\ Release \\ StdAfx.obj "." \\ Release \\ Jiug ong.res "
Platform: |
Size: 58848 |
Author: mf1234 |
Hits:
Description: 重排九宫问题的启发式搜索算法求解-rearrangement JiuGongTu the heuristic search algorithm
Platform: |
Size: 48358 |
Author: 王剑光 |
Hits:
Description: 九宫问题:实现3*3的方格中填1-9的数,使其横,竖,叉的三个数之和为15;求解共有几种填写方法。原创vc实现。
Platform: |
Size: 1323 |
Author: 凌寒锋 |
Hits:
Description: vc实现的九宫格游戏,可以实现电脑自动搜索,有兴趣可以
Platform: |
Size: 55339 |
Author: JipingQiang |
Hits:
Description: 8数码游戏-8 digital game
Platform: |
Size: 167936 |
Author: |
Hits:
Description: 重排九宫问题的启发式搜索算法求解-rearrangement JiuGongTu the heuristic search algorithm
Platform: |
Size: 78848 |
Author: 王剑光 |
Hits:
Description: 常用搜索算法原代码 (8数码游戏)
".\Release\DialogInput.obj"
".\Release\DlgDepth.obj"
".\Release\DlgWait.obj"
".\Release\JiuG.obj"
".\Release\Jiugong.obj"
".\Release\JiugongDlg.obj"
".\Release\StdAfx.obj"
".\Release\Jiugong.res"
-commonly used search algorithm source code (8 digital game). " \ Release \ DialogInp ut.obj "." \ Release \ DlgDepth.obj "." \ Release e \ DlgWait.obj "." \ Release \ JiuG.obj "." \ Rel ease \ Jiugong.obj "." \ Release \ JiugongDlg.o bj "." \ Release \ StdAfx.obj "." \ Release \ Jiug ong.res "
Platform: |
Size: 155648 |
Author: |
Hits:
Description: 九宫问题:实现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 of several methods. Original vc realize.
Platform: |
Size: 1024 |
Author: 凌寒锋 |
Hits:
Description: vc实现的九宫格游戏,可以实现电脑自动搜索,有兴趣可以-vc realized squares game, the computer can automatically search, who are interested can
Platform: |
Size: 55296 |
Author: JipingQiang |
Hits:
Description: 使用递归方法计算九宫图,虽然程序很小,但很精确。值得一看。
-Nine-palace calculated using the recursive map, although the procedure is very small, but very accurate. Worth a visit.
Platform: |
Size: 161792 |
Author: yewenpeng |
Hits:
Description: VC++做的8格游戏,支持人机交互,包括各种算法研究,和实例分析-VC++ Do 8 grid game, support the human-computer interaction, including a variety of algorithms, and examples of analysis
Platform: |
Size: 185344 |
Author: 王凯 |
Hits:
Description: 九宫问题原代码,解决九宫按要求重排问题.-Nine-palace the issue of the original code, solve the Nine-palace required rearrangement problem.
Platform: |
Size: 571392 |
Author: nqk |
Hits:
Description: 拼图,c语言编写,有3*3,4*4,5*5-Puzzles, c language, there are 3* 3,4* 4,5* 5
Platform: |
Size: 5118976 |
Author: bj |
Hits:
Description: 九宫问题程序
将8个数字随意摆放入3×3的9个格子中,然后让程序算出最优情况,多少步可以走回到某种状态。
初状态设为:
1 2 3
8 4
7 6 5
程序的运行方法:
运行后弹出界面。界面左面的9个格子按照初状态预置。
直接和代表空格的格子相邻的数字格都可以被点,点下后,它将和空格交换位置,代表该数字移入了空格。
如此手工设置一个初始状态。
点击计算的按钮,就可以得出最优解,根据复杂度,需要等待一定的时间。20步以上需要等待的时间较长。
因为是从标准状态手动移动,所以必然有解,当程序算出解后,会在界面上显示出来。
此时,可点击下一步,将你设定的状态一步步走回标准状态。
代码及其说明另附。-err
Platform: |
Size: 1577984 |
Author: Abel86 |
Hits:
Description: 九宫游戏的实现,用VC开发,利用了模式识别的有关理论知识-Nine-palace of the realization of the game with VC development, use of pattern recognition of the theoretical knowledge
Platform: |
Size: 3653632 |
Author: zhufenglong |
Hits:
Description: 九宫游戏——基于C++编程,考虑到人工智能方面的算法,是一个学习搜索算法不错的程序。-jiugong game--based on c++ program.it is a very good example about learning the searcher algorithm,it is based on Artificial Intelligence
Platform: |
Size: 1956864 |
Author: liufanxiu |
Hits:
Description: c++ 编写的重排九宫问题 人工智能 哈希函数 A*算法-the code of jiugong problem in C++
Platform: |
Size: 884736 |
Author: 王爽 |
Hits:
Description: 关于九宫图的语言程序,希望能帮到大家,望大家多多支持,-the method of Jiugong ,something about how to deal with it.i hope it will help some one.
Platform: |
Size: 3383296 |
Author: 陈晓磊 |
Hits:
Description: 重排九宫问题,实现从输入到目标九宫图的解的过程(Rearrangement jiugong problem, solving and output the input to the target jiugong diagram of the solution)
Platform: |
Size: 1024 |
Author: BOB |
Hits: