Welcome![Sign In][Sign Up]
Location:
Search - n puzzle

Search list

[Game ProgramN-puzzle

Description: N迷游戏问题(拼图类)可以支持3--35迷
Platform: | Size: 41828250 | Author: 123 | Hits:

[Game ProgramN-puzzle

Description: N迷游戏问题(拼图类)可以支持3--35迷-N vagus game questions (puzzle type) can support the 3- 35 fans
Platform: | Size: 41828352 | Author: 123 | Hits:

[Otherpuzzle

Description: 有一个迷宫,用一个二维数组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.
Platform: | Size: 2048 | Author: 张三 | Hits:

[Mathimatics-Numerical algorithmsEightPuzzle

Description: Solve the 8-puzzle problem using A * algorithme. Input: Program reads start state and goal state and heuristic (N or S) from EightPuzzle.INP file.0 representing blank. There are 2 Heuristic: 1. N: Number of misplaced tiles 2. S: Sum of Manhattan distance of current location and target location. Format: The first line write type of heuristic (N or S). Next is the status of departing and landing status. Between 2 states of 1 line blank. See examples EightPuzzle.INP-Solve the 8-puzzle problem using A* algorithme. Input: Program reads start state and goal state and heuristic (N or S) from EightPuzzle.INP file.0 representing blank. There are 2 Heuristic: 1. N: Number of misplaced tiles 2. S: Sum of Manhattan distance of current location and target location. Format: The first line write type of heuristic (N or S). Next is the status of departing and landing status. Between 2 states of 1 line blank. See examples EightPuzzle.INP
Platform: | Size: 2048 | Author: Duc Dung | Hits:

[JSP/Javapuzzle

Description: 在一个n*n 矩阵中找到 沿着八个方向搜索,找长度大于4并且字典中包含的单词。-N* n in a matrix along the eight found in the direction of search, to find the length of more than 4 and the word dictionary is included.
Platform: | Size: 2048 | Author: 杨超 | Hits:

[Data structs8

Description: 用A*启发式算法解决八数码问题,用纯C实现-using A* algorithm to solve Eight-puzzle
Platform: | Size: 1024 | Author: phil | Hits:

[Game Programnpuzzle

Description: 用java写的一个解8-puzzle直到n-puzzle的软件,会清晰的显示步骤和算法。使用的是ai中的一个算法-Using java to write an 8-puzzle solution until the n-puzzle software, will clearly show the steps and algorithms. Use of an algorithm for ai
Platform: | Size: 2073600 | Author: 钱祥隽 | Hits:

[OtherNPuzzle

Description: Some good N-puzzle pdf s.
Platform: | Size: 60416 | Author: ram | Hits:

[Other GamesCalcoolation_SourceVS2005

Description: "Calcoolation" is a puzzle game that at first looks like the popular Sudoku. Just like in Sudoku, you have an N x N matrix, where the digits 1 through N must be placed in each column and in each row without repetition. The difference lies in the fact that there are blocks of cells, named "cages", where specific operations involving the numbers in the cells must satisfy the specific result displayed in the cage.
Platform: | Size: 24576 | Author: vddh | Hits:

[AI-NN-PRn-puzzle

Description: 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
Platform: | Size: 4096 | Author: rrc | Hits:

[Windows Develophnpuzzle

Description: n-puzzle problem in c-n-puzzle problem in c++
Platform: | Size: 36864 | Author: gayathri | Hits:

[Game Programpuzzle

Description: 大于3的任意n×n的拼图游戏,附带使用说明-This program can automatically solve n puzzle games,
Platform: | Size: 190464 | Author: 芦荟 | Hits:

[JSP/JavaPuzzle

Description: 任意m * n的拼图的BFS最快解。进行了裁剪优化。最多支持5 × 5-Any m* n the puzzle the fastest solution BFS. Were cut optimization. Up to 5 × 5
Platform: | Size: 10240 | Author: WuHanyu | Hits:

[Data structspuzzle

Description: 能输入一个N*M矩阵代表迷宫分布,指定入口出口后,程序自动搜索从入口到出口的路径。-You can input a N*M matrix to represent a maze ,define an entrance and exit,this program will search the way from entrance to exit .
Platform: | Size: 2048 | Author: pustar | Hits:

[Other GamesPuzzle

Description: game n-puzzle for mobile,code java
Platform: | Size: 68608 | Author: lamthuy | Hits:

[JSP/JavaAStart

Description: A*算法解决N数码问题演示程序,可以学习到很多Java的Swing编程,关于窗口背景,combox,textfield,图标显示到托盘等,同时拖过程序的界面演示,可以轻松掌握A*算法。-A* algorithm to solve the N puzzle problem demo program, you can learn a lot of Java Swing programming, about the background of the window, combox, textfield, icon to the tray, such as dragging the program s interface demo, can easily master the A* algorithm.
Platform: | Size: 1536000 | Author: czs | Hits:

[Other Riddle gamesN-puzzle

Description: yi ge jiu gong ge you xi -A N puzzle game , generate sloveable game only, applied save/load function
Platform: | Size: 5120 | Author: 胡紫 | Hits:

[Other Web CodeN-Puzzle

Description: 软件学院实训阶段三任务3 - 挖迷宫,拼图并设计优化方案-Software Engineering Training Stage Three Task 3- digging maze, puzzle and design optimization
Platform: | Size: 7168 | Author: yuchen | Hits:

[Data structsPuzzle

Description: 人工智能课程,N数码问题java代码实现。-Artificial Intelligence course, N digital issue java code.
Platform: | Size: 4096 | Author: young | Hits:

[CSharpN-Puzzle

Description: Game N-Puzzle: 3x3, 4x4, 5x5
Platform: | Size: 219136 | Author: ziz1907 | Hits:
« 12 3 »

CodeBus www.codebus.net