Location:
Search - 8puzzle A*
Search list
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:
Description: This a utility which introduces the user to the 8 puzzle
Platform: |
Size: 44542 |
Author: 葛進成 |
Hits:
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:
Description: This a utility which introduces the user to the 8 puzzle
Platform: |
Size: 44032 |
Author: |
Hits:
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:
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:
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:
Description: An A-star algorithm for solving 8-puzzle problem
Platform: |
Size: 2048 |
Author: iman |
Hits:
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:
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:
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:
Description: a solution of 8 puzzle problem using AI
Platform: |
Size: 15360 |
Author: GAbriel |
Hits:
Description: 用A性算法,求解八数码问题。用的是C++语言。-With A of algorithms to solve the problem of digital 8. Using a C++ language.
Platform: |
Size: 361472 |
Author: 袁晓 |
Hits:
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:
Description: 这个程序是从广度优先搜索,深度优先搜索,A算法以及A算法等多方面算法来解决八数码问题.zip-8-puzzle A* BFS DFS MFC
Platform: |
Size: 3769344 |
Author: benson |
Hits:
Description: A* Algorithm
this program shoes how A* algorithm solve a 8-puzzle problem step by step
Platform: |
Size: 104448 |
Author: parisa |
Hits:
Description: 我编写的8数码游戏,可实现人工求解和自动求解。人工求解时可以手动设置初始状态、目标状态,也可以随机生成初始状态,还可以避免无解。自动求解算法包括:DFS、BFS、A*1和A*2。并且有详细的课件。-8Puzzle
Platform: |
Size: 9180160 |
Author: 王桂平 |
Hits:
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:
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:
Description: 算法
Board类用来表示一个n?n的网格,其中有n2?1个方块,每个从1标记到n2?1,还有一个方块是空。
这里提供了计算Hamming距离和Manhattan距离的方法。也提供了计算其“双胞胎”Board的方法。(there is nothing but a test)
Platform: |
Size: 2048 |
Author: hahaha2000
|
Hits: