Welcome![Sign In][Sign Up]
Location:
Search - 8puzzle A*

Search list

[Other resource8puzzle

Description: 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.
Platform: | Size: 19118 | Author: jinghe | Hits:

[Other resource8puzzle

Description: This a utility which introduces the user to the 8 puzzle
Platform: | Size: 44542 | Author: 葛進成 | Hits:

[Multimedia Develop8puzzlesolve

Description: 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).
Platform: | Size: 5120 | Author: 王涛 | Hits:

[Other Games8puzzle

Description: This a utility which introduces the user to the 8 puzzle
Platform: | Size: 44032 | Author: | Hits:

[AI-NN-PR8puzzle

Description: 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.
Platform: | Size: 18432 | Author: jinghe | Hits:

[Data structs8puzzle

Description: 求解八数码难题,用广度优先得最优解。用Visual c++6.0编译运行。-Solving eight digital problem, with a breadth-first optimal solution. Using Visual c++ 6.0 compiler to run.
Platform: | Size: 2048 | Author: 蒋海苏 | Hits:

[Windows Develop8Puzzle

Description: 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
Platform: | Size: 89088 | Author: 佚名 | Hits:

[matlab8puzzle_Astar

Description: An A-star algorithm for solving 8-puzzle problem
Platform: | Size: 2048 | Author: iman | Hits:

[Algorithmpuzzlesolver

Description: A 8 puzzle program solver.user have to input the current state and goal state of your 8 puzzle and it solving by the program.
Platform: | Size: 2048 | Author: lih | 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:

[AI-NN-PR8puzzle(C)

Description: A星算法解决八数码难题,用C语言写的期末课程设计-A digital satellite algorithm to solve eight problems, written by C language at the end of the curriculum design
Platform: | Size: 51200 | Author: 吴超前 | Hits:

[Other8puzzle.tar

Description: a solution of 8 puzzle problem using AI
Platform: | Size: 15360 | Author: GAbriel | Hits:

[Windows Develop8Puzzle

Description: 用A性算法,求解八数码问题。用的是C++语言。-With A of algorithms to solve the problem of digital 8. Using a C++ language.
Platform: | Size: 361472 | Author: 袁晓 | Hits:

[Mathimatics-Numerical algorithms8-puzzle-genetic

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

[AI-NN-PRChess(8puzzle)

Description: 这个程序是从广度优先搜索,深度优先搜索,A算法以及A算法等多方面算法来解决八数码问题.zip-8-puzzle A* BFS DFS MFC
Platform: | Size: 3769344 | Author: benson | Hits:

[Windows Develop8Puzzle

Description: A* Algorithm this program shoes how A* algorithm solve a 8-puzzle problem step by step
Platform: | Size: 104448 | Author: parisa | Hits:

[Other Riddle games8Puzzle

Description: 我编写的8数码游戏,可实现人工求解和自动求解。人工求解时可以手动设置初始状态、目标状态,也可以随机生成初始状态,还可以避免无解。自动求解算法包括:DFS、BFS、A*1和A*2。并且有详细的课件。-8Puzzle
Platform: | Size: 9180160 | Author: 王桂平 | Hits:

[JSP/Java8puzzle

Description: 8 puzzle是西人喜欢玩的一个小游戏,这段小程序用四种人工智能算法来实现这个小游戏。 首先是A*查找,包括Nilsson’s sequence score;Tiles Out of Place;Manhattan Distance;另外还有一种算法是air distance-8 puzzle a foreigner like to play a little game, this small program with four kinds of artificial intelligence algorithms to achieve this little game. First, A* search, including Nilsson' s sequence score Tiles Out of Place Manhattan Distance Yet another method is air distance
Platform: | Size: 13312 | Author: julian | Hits:

[AI-NN-PR8puzzle

Description: 用MFC把八数码问题的算法实现,深度优先,广度优先,A算法都实现了,大家可以参考一下,应该用得上-Eight digital algorithm to achieve with MFC, depth-first, breadth-first, A algorithm are realized, we can refer to, you should need them
Platform: | Size: 23508992 | Author: 李亚新 | Hits:

[Other8puzzle

Description: 算法 Board类用来表示一个n?n的网格,其中有n2?1个方块,每个从1标记到n2?1,还有一个方块是空。 这里提供了计算Hamming距离和Manhattan距离的方法。也提供了计算其“双胞胎”Board的方法。(there is nothing but a test)
Platform: | Size: 2048 | Author: hahaha2000 | Hits:
« 12 »

CodeBus www.codebus.net