CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - 8 puzzle source
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - 8 puzzle source - List
[
Other resource
]
57130.45916033
DL : 0
人工智能八数码源代码 启发式搜索解决八数码问题的源代码 8数码难题算法,界面比较漂亮。操作简单-eight digital artificial intelligence heuristic search the source code to solve the problem eight digital source code 8 puzzle algorithm, interface more beautiful. Simple operation
Update
: 2008-10-13
Size
: 2.37mb
Publisher
:
小风
[
AI-NN-PR
]
57130.45916033
DL : 0
人工智能八数码源代码 启发式搜索解决八数码问题的源代码 8数码难题算法,界面比较漂亮。操作简单-eight digital artificial intelligence heuristic search the source code to solve the problem eight digital source code 8 puzzle algorithm, interface more beautiful. Simple operation
Update
: 2025-04-12
Size
: 2.37mb
Publisher
:
小风
[
Other Riddle games
]
game_puzzle
DL : 0
用vb写的puzzle游戏源码,有很详细代码哦-Written with vb source puzzle game, had a very detailed code Oh
Update
: 2025-04-12
Size
: 38kb
Publisher
:
李子龙
[
Game Program
]
puzzle
DL : 0
[简介] 名称: 《拼图》-附源代码 (代码行数:747 注释行数:164) 开发环境:WinXp+VC.Net2005+Win32 API 作者:mj 联系方式:mj055@yahoo.cn [拼图] 鼠标操作,有音效 游戏玩法仿文曲星上拼图游戏,每次只能用空白方块与左右相邻的数字方块对换, 当排列成1 2 3 则游戏胜利 4 5 6 7 8 [说明] 1.游戏引擎代码参考[美]Michael Morrison的《游戏编程入门》 2.打猎游戏图片资源来自于《武林群侠传》中的打猎小游戏 3.用vc.net2005编译时注意在项目属性页中ATL使用选择"不使用ATL",字符集选"使用多字节字符集",还有链接器->输入->附加依赖项:msimg32.lib winmm.lib-[Profile] Name: puzzle - attached to the source code (the code number of rows: 747 Note the number of rows: 164) Development Environment: WinXp+ VC.Net2005+ Win32 API Author: mj Contact: mj055@yahoo.cn [puzzle ] Mouse operation, there are sound gameplay文曲星on imitation jigsaw puzzle, each only with a blank box with the box around the figure adjacent to the exchange, when arranged in the game 1 2 3 Victory 4 5 6 7 8 [Description] 1. game engine code reference [U.S.] Michael Morrison s Introduction to Game Programming 2. hunting game image resources from the Wulin群侠Biography in the hunting of small game 3. vc.net2005 compiled by When the project properties page ATL use select do not use ATL , Character Set selection the use of multi-byte character set , as well as linker-> input-> additional dependencies: msimg32.lib winmm.lib
Update
: 2025-04-12
Size
: 506kb
Publisher
:
mj
[
Windows Develop
]
8Puzzle
DL : 0
8数码求解程序,含源代码。可以手动求解,也可以自动求解。自动求解部分使用了ACRush的程序-8 digital solving procedures, including source code. Can manually solving, but also can automatically solving. Automatically solving some of the procedures used ACRush
Update
: 2025-04-12
Size
: 87kb
Publisher
:
佚名
[
Data structs
]
eightnums
DL : 0
八数码拼图程序源码,可以实现初始8个数码顺序到目标8个数码顺序的自动拼图-Eight digital jigsaw program source code, can achieve the initial eight digital sequence to the target sequence of eight digital automatic puzzle
Update
: 2025-04-12
Size
: 81kb
Publisher
:
harderwu
[
Windows Develop
]
puzzle
DL : 0
puzzle 8 games for java source
Update
: 2025-04-12
Size
: 7kb
Publisher
:
tas
[
Internet-Network
]
8PuzzleSolver
DL : 0
please help me resolving the problem with BFS code for 8-puzzle. thanks!
Update
: 2025-04-12
Size
: 10kb
Publisher
:
aleo
[
JSP/Java
]
8_puzzle
DL : 0
8数码问题的Java求解,采用A*算法。数据结构采用的Vector<int[]>。输出为"no solution"或一系列表示求解过程的字符串。 某些30步的测试样例需要半分钟左右,但是绝对是正确解~~万望您能不吝点滴时间耐心等待……orz thnx~~ 我用的启发函数计算了现在的网格距离目标网格还有多远。 具体算法是,将每一格中的数字的坐标与其应该在的坐标的差加到一起,得到这个最终值h(x) 也就是Manhattan_Distance 源码使用方法:建立Java Project后,分别建立三个同名的.java文件,将源码分别复制过去然后编译运行即可。-a source code that solves the 8 puzzle problem. it uses A-star algorithm, and a major data structure of Vector<int[]>. The output of the program would be "no solution" or a series of strings representing the moves during the solution. Well, some samples need to be proceeded for around 30 seconds, but the program per se is indeed correct and will ultimately generate the shortest solution. so if u encounter such occasion plz jst wait for a while tho~~~ thnx~!! the heuristic function, say h(x), in this source code is the sum of the Mahattan Distance of each block from its destination block. How to use: build a Java Project, and create three .java files with the same names in the .zip file accordingly, and copy the source from the .zip file and just compile and run~~! have fun thnx~!
Update
: 2025-04-12
Size
: 654kb
Publisher
:
Siegfried
[
Game Program
]
Fast_8_puz18227611292004
DL : 0
8 puzzle game source code in c
Update
: 2025-04-12
Size
: 5kb
Publisher
:
betoche
[
AI-NN-PR
]
Chess(8puzzle)
DL : 0
这个程序是从广度优先搜索,深度优先搜索,A算法以及A算法等多方面算法来解决八数码问题.zip-8-puzzle A* BFS DFS MFC
Update
: 2025-04-12
Size
: 3.59mb
Publisher
:
benson
[
Mathimatics-Numerical algorithms
]
8_num
DL : 0
人工智能八数码问题用A*算法的求解源代码-AI 8 Puzzle Problem Solving with the A* algorithm source code
Update
: 2025-04-12
Size
: 250kb
Publisher
:
xuting
[
Mathimatics-Numerical algorithms
]
15-puzzle
DL : 0
各种有趣的数学算法和数学题目,用数据结构解决-A variety of interesting mathematical algorithms and mathematical topics, with the data structure to solve
Update
: 2025-04-12
Size
: 1.6mb
Publisher
:
liuyan
[
Other
]
EIGHTPUZZLE
DL : 0
用A*算法解决八数码问题,人工智能实验,内附实验报告。源码注释很详细-With the A* algorithm to solve 8 puzzle problem, artificial intelligence experiments, containing a laboratory report. Very detailed source notes
Update
: 2025-04-12
Size
: 157kb
Publisher
:
朱颢
[
AI-NN-PR
]
source_code
DL : 0
八数码(启发式和广度优先搜索两种方法实现)+骑士巡游+比赛日程安排等经典问题的C++源代码-the source code of some classic problems, such as 8 puzzle question, Knight Parade, and Competition Schedule.
Update
: 2025-04-12
Size
: 10kb
Publisher
:
mim
[
CSharp
]
8-Puzzle-2.0-With-Numbers
DL : 0
This Source For 8 Puzzle With C# This Program Is Professional 8 Puzzle With A* And HilCliming
Update
: 2025-04-12
Size
: 665kb
Publisher
:
hamed
[
JSP/Java
]
EightQueens
DL : 0
8 Puzzle source code in java
Update
: 2025-04-12
Size
: 16kb
Publisher
:
darpan
[
Mathimatics-Numerical algorithms
]
C_Eight-Puzzle
DL : 0
C语言:基于A星算法的8数码问题C程序源代码-C language: A star algorithm 8 puzzle problem C source code
Update
: 2025-04-12
Size
: 13kb
Publisher
:
Ian_Wong
[
CSharp
]
8-Puzzle
DL : 0
source code of c# lan
Update
: 2025-04-12
Size
: 87kb
Publisher
:
mojo
[
Software Engineering
]
Source
DL : 0
8 Puzzle Logic Source Code for Computer Engineerning
Update
: 2025-04-12
Size
: 2kb
Publisher
:
Dennis
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.