CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - 8 puzzle
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - 8 puzzle - List
[
Mathimatics-Numerical algorithms
]
EightPuzzles
DL : 0
利用VC开发的一个八数码程序--An 8-puzzle program developed by VC.
Update
: 2025-02-17
Size
: 94kb
Publisher
:
niugeur
[
JSP/Java
]
人工智能(课程)
DL : 0
其中readme是整个程序的要求,1.txt是测试程序,hw3.java是编写的程序。主要是为了实现8-puzzle问题(手机上都有的那个小游戏,9个格子,8个数字,让你移动到一种终止状态)。-readme which is the entire process, 1.txt test procedures hw3.java preparation procedures. Major is to achieve 8-puzzle (the phone is the small game, nine lattice, the eight figures, you moved to the termination of a state).
Update
: 2025-02-17
Size
: 104kb
Publisher
:
顾小军
[
Multimedia Develop
]
8puzzlesolve
DL : 0
This an 8-puzzle solver. You input the current state of your annoying little 8 puzzle and it ll use the Hillclimbing Algorithm to calculate a list of moves which you can use to solve the puzzle. It is written in C++ with an interactive text mode based interface. Enter numbers 0-8. Keep your pathlength short as you can, and make the number of nodes between 1 and 65536 (on an x86 machine).
Update
: 2025-02-17
Size
: 5kb
Publisher
:
王涛
[
Other Games
]
8puzzle
DL : 0
This a utility which introduces the user to the 8 puzzle
Update
: 2025-02-17
Size
: 43kb
Publisher
:
[
AI-NN-PR
]
8puzzle
DL : 0
solve the 8-puzzle problem using A* algorithm. Definitely written by my self, also include BGI graphics library output.-solve the 8-puzzle problem using A* algori thm. Definitely written by my self. NBS also include graphics library output.
Update
: 2025-02-17
Size
: 18kb
Publisher
:
jinghe
[
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-02-17
Size
: 2.37mb
Publisher
:
小风
[
Game Program
]
8puzzle
DL : 0
8puzzle game by Java This program can automatically solve 8 puzzle games with Manhattan approach and show each step.
Update
: 2025-02-17
Size
: 16kb
Publisher
:
Kevin Tuan
[
Other
]
Puzzle
DL : 0
实现8张图片的拼接,锻炼思维,从而助拓展思维-8 picture realize splicing, exercise ideas, and thus help expand thinking
Update
: 2025-02-17
Size
: 1.11mb
Publisher
:
crazyboy
[
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-02-17
Size
: 506kb
Publisher
:
mj
[
Console
]
8-Puzzle
DL : 0
8-Puzzle Problem solving using Artificial Intelligence
Update
: 2025-02-17
Size
: 8kb
Publisher
:
Hoang
[
matlab
]
8puzzle_Astar
DL : 0
An A-star algorithm for solving 8-puzzle problem
Update
: 2025-02-17
Size
: 2kb
Publisher
:
iman
[
Finance-Stock software system
]
BigStockDesign-1109
DL : 0
Game 8 puzzle Game 8 puzzle Game 8 puzzle-Game 8 puzzle Game 8 puzzle Game 8 puzzle Game 8 puzzle Game 8 puzzle
Update
: 2025-02-17
Size
: 840kb
Publisher
:
Hanh Ngo
[
Other
]
puzzle
DL : 0
有一个迷宫,用一个二维数组maze[1: m][1: n]表示,其元素值只有两个:0与1。其中以值0表示该位置可以走通,以值1表示该位置阻塞。在迷宫的左上方maze[1][1]处有一入口,右下方maze[m][n]处有一出口,如图1-1所示。现要求探寻从迷宫入口到出口有无通路;若有,则指出其中一条通路的路径:将迷宫数组中通路上的0替换成另一数字(例如8),输出找到通路的迷宫数组;同时按照走通的顺序输出路径上每一步的位置坐标及向下一步前进的方向;若没有,则给出相应的信息。-There is a maze, with a two-dimensional array maze [1: m] [1: n] that the value of its only two elements: 0 and 1. Among them, the location of the value of 0 indicates that the pass can go to the value of 1 indicates that the location of obstruction. The upper left corner in the maze of the maze [1] [1] there is a entrance to the lower right corner maze [m] [n] there is an export, as shown in Figure 1-1. Are now required to explore the maze entrance to the exit from the availability of access if so, have pointed out that one of the access path: The path of the maze array of 0 replaced by another number (eg 8), the output pathway of the maze to find the array At the same time, in accordance with the walk pass on the order of the output path of the location coordinates of each step and the way forward to the next step if not, then given the appropriate information.
Update
: 2025-02-17
Size
: 2kb
Publisher
:
张三
[
Mathimatics-Numerical algorithms
]
8-puzzle-genetic
DL : 0
It s simple implementation of Genetic Algorithm on 8-puzzle and as result it can say either there is or not a set of movement to go from initial state to a given final state.-It s simple implementation of Genetic Algorithm on 8-puzzle and as result it can say either there is or not a set of movement to go from initial state to a given final state.
Update
: 2025-02-17
Size
: 4kb
Publisher
:
ramin
[
AI-NN-PR
]
n-puzzle
DL : 0
n-puzzle (8-puzzle, 15-puzzle, 24-puzzle) solution using A* algorithm. i have used 2 pass for reducing memory consumption by half. i will post it also on my blog http://rooparam.blogspot.com-n-puzzle (8-puzzle, 15-puzzle, 24-puzzle) solution using A* algorithm. i have used 2 pass for reducing memory consumption by half. i will post it also on my blog http://rooparam.blogspot.com
Update
: 2025-02-17
Size
: 4kb
Publisher
:
rrc
[
Game Program
]
8puzzle
DL : 0
Description the 8-puzzle for lisp.
Update
: 2025-02-17
Size
: 2kb
Publisher
:
jrmx
[
matlab
]
Puzzle
DL : 0
8-puzzle game with search strategy
Update
: 2025-02-17
Size
: 1kb
Publisher
:
Shiva
[
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-02-17
Size
: 665kb
Publisher
:
hamed
[
Other
]
8-puzzle-v2
DL : 0
AI 8 puzzle solver: version 2 of 9 block 8 puzzle solver
Update
: 2025-02-17
Size
: 4kb
Publisher
:
dudu
[
matlab
]
matlab-8-puzzle-master
DL : 0
matlab-8-puzzle-master.zip
Update
: 2025-02-17
Size
: 86kb
Publisher
:
Basid
«
1
2
3
4
5
6
7
8
9
10
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.