搜索资源列表
8puzzle
- 8puzzle game by Java This program can automatically solve 8 puzzle games with Manhattan approach and show each step.
8puzzle
- This a utility which introduces the user to the 8 puzzle
8puzzle
- 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 grap
8puzzle
- 自己用VC编写的8数码问题求解程序,可以自动演示搜索过程。-VC prepared himself with 8 digital problem solving procedures, demonstration of the search process can be automated.
8puzzle
- 求解八数码难题,用广度优先得最优解。用Visual c++6.0编译运行。-Solving eight digital problem, with a breadth-first optimal solution. Using Visual c++ 6.0 compiler to run.
8puzzle
- 8puzzle game by Java This program can automatically solve 8 puzzle games with Manhattan approach and show each step.
8Puzzle_by_ShuYiLi
- 用以解簡單的8Puzzle,可解3×3至5×5,另有練習模式-For the solution of simple 8Puzzle, solvable 3 × 3 to 5 × 5, and another practice mode
8Puzzle
- 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
8puzzle
- 这是一个非常好的程序,主要用来解决模糊变结构控制问题,是我导师给我的,现在和大家分享。-fsekjl dfsdfj psdfsdf sdfklsdjfopsd
8Puzzle
- This an example of solving 8puzzle problem by computer-This is an example of solving 8puzzle problem by computer
8puzzle(C)
- A星算法解决八数码难题,用C语言写的期末课程设计-A digital satellite algorithm to solve eight problems, written by C language at the end of the curriculum design
8Puzzle
- 用A性算法,求解八数码问题。用的是C++语言。-With A of algorithms to solve the problem of digital 8. Using a C++ language.
8puzzle
- 8数码难题求解,3*3矩阵,输入初始状态和最终状态,编译运行观察运动步骤。-8 digital problem solving, 3* 3 matrix, enter the initial state and final state, the compiler is running observe the movement step.
Chess(8puzzle)
- 这个程序是从广度优先搜索,深度优先搜索,A算法以及A算法等多方面算法来解决八数码问题.zip-8-puzzle A* BFS DFS MFC
8Puzzle
- A* Algorithm this program shoes how A* algorithm solve a 8-puzzle problem step by step
8puzzle
- Descr iption the 8-puzzle for lisp.
8Puzzle
- 我编写的8数码游戏,可实现人工求解和自动求解。人工求解时可以手动设置初始状态、目标状态,也可以随机生成初始状态,还可以避免无解。自动求解算法包括:DFS、BFS、A*1和A*2。并且有详细的课件。-8Puzzle
8Puzzle
- C# code tha implements the Breadth-first-search (BFS) search algorithm. The program solves the 8-puzzle game using the algorithm-C# code tha implements the Breadth-first-search (BFS) search algorithm. The program so
8puzzle
- 用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
8puzzle-with-genetic-algorithm
- this program is 8puzzle algorithm with GA.