搜索资源列表
EigthGrid_cws
- 用JAVA做的一个简单的八数码问题的游戏,用户可以移动数字,当移动到正确位置时,系统提示成功.-with JAVA do a simple eight of the digital games, mobile users can figure, When moved to the correct position, the system prompt success.
EightFigure(A-Star)
- 经典的八数码问题,重在相互交流(A*算法实现).-eight digital classic problem lies in mutual exchanges (A * algorithm).
MazeBot
- 很好的解决八数码问题,快速,有效,很好的哦大家可以试试哦
eightnumber
- 使用广度优先算法快速解决八数码问题,有效,很好用哦
number
- 一个简单的分别使用深度,广度优先搜索算法和A*算法的八数码问题。
AI_code
- 以八数码问题为例,设计一类滑块问题的求解系统,初步掌握智能搜索算法中的盲目搜索和启发式搜索这两类基本方法,同时通过具体的问题体会搜索算法、数据结构、程序设计等知识的综合应用。
八数码问题的源代码
- 八数码问题的源代码-eight digital source of the problem
bashuma
- 用三种不同的搜索算法解决八数码问题,使得通过最短的路径和最小的消耗到达目标状态。-Three different search algorithms to solve the problem eight digital, making the shortest path and minimum through the consumption of the state to reach the target.
bashuma
- 采用队列实现了八数码问题的求解,在判断当前状态是否已经达到过的问题上,程序中提供了一种排列的定位方法,并很好的解决了问题。-Queue achieved using eight digital problem solving, in determining the current status has been achieved over the issue, the program provides an array of location methods, and a very good s
bashuma
- 八数码问题的小程序,可以实现任意形状的还原-8 digital issues applet, you can achieve the reduction of arbitrary shape
8puzzle
- 八数码的华容道游戏程序源代码 自动实现八数码问题的求解-8 digital Huarong game source code automatically solve the problem eight digital
bashuma
- 解决八数码问题的广度优先搜索的源代码,编程语言为C-Solve the problem of eight digital breadth first search source code.For c++ programming language
Eight-digital-code
- 八数码问题的代码实现,这段代码直接输出了一道题目的结果,以及每一步的走法,直接运行即可(含说明)-Eight digital code implements the code directly output the results of a subject, and every step of the walk, and can be run directly
jyyEight_Num_Fengart
- 八数码问题的解决,包括三种路径的查找最优解,例如:深度优先查找,广度优先查找。-Eight digital problem solving, including three kinds of paths to find an optimal solution, for example: depth-first search, breadth-first search.
bashuma
- 采用队列实现了八数码问题的求解,在判断当前状态是否已经达到过的问题上,程序中提供了一种排列的定位方法,并很好的解决了问题。-Queue achieved using eight digital problem solving, in determining the current status has been achieved over the issue, the program provides an array of location methods, and a very good s
Sudoku-Puzzle
- 八数码问题(类似于华容道),是一个有益智力的小游戏,通过空白滑块的移动来将混乱的图案恢复到有序的状态 本代码的核心算法通过fortran编写,经过matlab的制图功能进行可视化,解决了任意初始条件下的八数码问题的自动求解过程 1、matlab的exe文件在matlab文件夹中,点击打开之后出现gui图形化界面。 2、点击start按钮,程序会随机生成一个初始状态,并判断是否可解(solvable按钮显示YES即可解,NO即不可解)。 3、可解的话点击go按钮,程序开始自动运行,
main.cpp
- c++八数码问题 输出环形八数码 输出解题过程-C++ eight digital problem solving Ring output eight digital solution proces
8code
- 八数码问题MFC实现,包括深度,广度及A算法。界面为MFC(Eight digital problems MFC implementation, including depth, breadth and A algorithm. The interface is MFC)
src
- 采用深度优先算法通过C++编程解决八数码问题(Eight digital problem)
A星算法求解八数码问题(20180320125952)
- A星算法求解八数码问题, 人工智能作業2(A star algorithm to solve eight digital problems, artificial intelligence operation 2)