搜索资源列表
puzzles.rar
- 算法全名为数字拼图问题(八数码)算法,讲述一个自动完成九宫格数字拼图的算法,Algorithm, called the whole issue of the number of puzzles (8 digital) algorithm, on a number of auto-complete puzzle squares algorithm
MagicPanel.rar
- 拼图魔板由4×4或3×3个方格组成,这样就增加拉用户的选择性,其中一个格子是空的。对于4×4的魔板,其它格子里随机放置15个编号为1-15的方块; 对于3×3的魔板,其它格子里随机放置8个编号为1-8的方块。 用鼠标任何与空格子相邻的方块可以把该方块移入空格。通过不断地移动方块,可将方块一行一行按数字顺序排列。 同时也可以使用图像来代替数字,对于4×4的魔板,将一个图像分成4×4个方块,打乱顺序后,放入魔板,并将其中一个方格置为空。最终目标是通过移动方块恢复为原始图像。 ,Magic pu
Eight_(8)_2183836282010
- A star algoritm for 15-puzzle
npuzzle
- 用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
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
8_puzzle_solver_2009_10
- AI(人工智能)课程的作业,要求用java语言 随即生成8迷宫问题,然后用dfs解决,请大家参考-AI (Artificial Intelligence) program demands of their workers using java language then generate the eight maze problems, and then use dfs resolved, please refer to the
8queen
- This is a simple solution of 8queen puzzle problem. It finds all the possible solution of 8queen problem. -This is a simple solution of 8queen puzzle problem. It finds all the possible solution of 8queen problem.
project1
- 8数码问题,A*和深度有限算法分别来完成这样的任务。-8 Puzzle Problem, A* and depth of the finite difference method to accomplish this task.
8_puzzle
- 8数码问题 八数码问题 A*算法 Hash结构-eight puzzle problem
PUZZLE
- The 8-puzzle problem
15-puzzle
- 各种有趣的数学算法和数学题目,用数据结构解决-A variety of interesting mathematical algorithms and mathematical topics, with the data structure to solve
tubroprolog
- 八皇后的prolog算法,需要的话可以下载八皇后的prolog算法,需要的话可以下载-8 Queen' s prolog algorithm, if necessary you can download the eight Queen' s prolog algorithm, if required, can be downloaded
8-pluzze
- 这个是基于启发式搜索算法解八数码问题的一个演示程序,旨在演示启发式搜索及A*算法的基本使用方式。内部已经写好了三种启发式算法,可以在使用过程中选用。并另附了一份实验报告。-This is based on the heuristic search algorithm for solving the the 8-puzzle Problem. Program showed how to use heuristic search and A* algorithm. Within three heu
eightpuzzle
- 8 puzzle problem with A-star algorithm.-8 puzzle problem with A-star algorithm.
puzzle
- An 8 puzzle game employing manhattan search and heuristic search methods to solve itself.
8-puaale
- 8 puzzle a* c++ language
8 puzzle c++
- this is solve 8 puzzle in c congratulation
8 puzzle solver tester
- this is test application for test 8 puzzle
8 puzzle
- 8 puzzle for solving
14EC35033_assignment1
- a-star algo for 8-puzzle program using 3 different heuristics