当前位置:
首页 资源下载
搜索资源 - 8 puzzle solve by A*
搜索资源列表
-
0下载:
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.
-
-
1下载:
A星算法解决八数码难题,用C语言写的期末课程设计-A digital satellite algorithm to solve eight problems, written by C language at the end of the curriculum design
-
-
2下载:
用A*算法解决八数码问题,人工智能实验,内附实验报告。源码注释很详细-With the A* algorithm to solve 8 puzzle problem, artificial intelligence experiments, containing a laboratory report. Very detailed source notes
-
-
0下载:
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
-
-
0下载:
An A-star algorithm for solving 8-puzzle problem
-
-
0下载:
A* Algorithm
this program shoes how A* algorithm solve a 8-puzzle problem step by step
-
-
0下载:
A Acolyte of AI with 8 Puzzle-This is an attempt to bring some AI programming in VB using A Star (A*) algorithm to solve 8 puzzle problem. This is the famous AI search algorithm test problem to rearrange misplaced cells in a proper sequence on an 3 b
-
-
0下载:
八数码问题(类似于华容道),是一个有益智力的小游戏,通过空白滑块的移动来将混乱的图案恢复到有序的状态
本代码的核心算法通过fortran编写,经过matlab的制图功能进行可视化,解决了任意初始条件下的八数码问题的自动求解过程
1、matlab的exe文件在matlab文件夹中,点击打开之后出现gui图形化界面。
2、点击start按钮,程序会随机生成一个初始状态,并判断是否可解(solvable按钮显示YES即可解,NO即不可解)。
3、可解的话点击go按钮,程序开始自动运行,
-