搜索资源列表
NGrid
- 经典8数码问题扩展为N数码问题,JAVA可视化编程,注意算法大家看一下-classic problem for the N digital expansion, JAVA visual programming, the attention we look at the algorithm
8数码A算法
- 设计说明:1。数据结构和表示:程序用1、2、3、4分别表示将右、上、左、下的数字块移动到空格之中。采用典型的树+链表结构,每种局面产生一个BoardState类。出于避免走法顺序列表被过多复制的考虑,在树结构中保存局面的继承关系。每种新的局面产生后,引用估值函数产生f的值,再根据大小将其插入链表之中,以便实现“优先展开f值小的节点”。Solve()函数在成功解决问题之后保存一个走法序列供输出并返回零,而失败则返回失败处的节点层数。(具体的判断方法见后文)-Design Notes : 1. Da
digit8_dfs
- 8数码问题深度遍历解法,里面有一个读文件的说明,请自己写一个矩阵文件让程序读入即可。-eight digital depth Traversal Solution to the problem, and they read a paper, please write their own documents for a matrix procedure can be read.
8888
- 人工智能的8数码问题的求解-eight digital artificial intelligence problem solving
EightNum_A
- 绝对原创!用的是A*算法.解决8数码问题.绝对可用.初学者可以看看.-absolute originality! With the A * algorithm. 8 digital solve the problem. Definitely available. Beginners can look at.
57130.45916033
- 人工智能八数码源代码 启发式搜索解决八数码问题的源代码 8数码难题算法,界面比较漂亮。操作简单-eight digital artificial intelligence heuristic search the source code to solve the problem eight digital source code 8 puzzle algorithm, interface more beautiful. Simple operation
人工智能之八数码难题程序
- 人工智能之八数码难题程序-8 digital artificial intelligence problems procedures
8数码问题
- 人工智能中的A*算法解决8number问题-AI A * algorithm to solve the problem 8number
eight
- 一个简单的用A*算法实现8数码问题的人工智能程序-use a simple A * algorithm to achieve the eight digital artificial intelligence procedures
把数码问题
- 人工智能8数码问题-artificial intelligence problem
8个数码游戏
- 模式识别中的常用搜索算法中的8数码游戏程序-pattern recognition of commonly used search algorithm of eight digital Games
8数码问题的源代码
- 我的文件是用VC设计的一个求解人工智能中8数码问题的程序。-my VC document is designed to solve a digital AI 8 issue procedures.
用Ai算法解决8数码问题
- 八数码
8数码问题
- 8数码的程序,人工智能的一个问题求解
eight-digit
- 求解八数码问题,初始状态存放在文件中,读入后使用A*算法求解8数码问题,目标状态为1238_4765,即从左上角开始为1,然后按顺时针排列在九宫格中。输出为具体求解步骤-Solving the eight digital issues, the initial state stored in the document, read to use the A* algorithm to solve 8 digital issues, the target state for the 1238_476
8
- 本程序实现的是用A*算法解决8数码问题,有点缺点-Implementation of this program is 8 A* algorithm to solve digital problems, some shortcomings
8-Number-A-Star
- A*算法解决8数码问题,包含数据分析(C++源代码)-A* algorithm to solve eight digital issues, including data analysis (C++ source code)
8Puzzle
- 本代码用于求解8数码问题,运用A*算法,内附有UI(This code is used to solve 8 digital problems, with UI)
8sm
- 一个利用深度优先搜索完成的八数码问题,人工智能(A eight digital problem with depth first search)
八数码问题
- 八数码问题也称为九宫问题。在3×3的棋盘,摆有八个棋子,每个棋子上标有1至8的某一数字,不同棋子上标的数字不相同。棋盘上还有一个空格,与空格相邻的棋子可以移到空格中。(Eight digital problems)