搜索资源列表
八数码多算法实现
- 这个程序是从广度优先搜索,深度优先搜索,A算法以及A*算法等多方面算法来解决八数码问题-this procedure is breadth - first search, depth-first search, A and A * algorithm algorithm various algorithms to solve the problem eight digital
8num
- 使用JAVA编写的八数码问题求解程序,程序使用A*算法-use Java to prepare the eight digital problem solving procedure is the use of the A * algorithm
EightNumber1.2
- 使用模块化实现八数码问题的解决方案,实现方法科学实用-use modular realization of eight digital solutions, scientific and practical methods
8fdsafsdf
- 8数码问题,能有效的解决八数码问题,可以看看呀!-eight digital, can effectively solve the problem eight digital, we can!
140019
- 基于A*算法的八数码问题的课程设计报告 设计任务:运用所学的关于搜索策略的算法(广度优先,深度优先,A*算法等)解决八数-A * algorithm based on the eight digital design a curriculum to design tasks : use study on the search strategy algorithm (breadth, depth priority, A * algorithm, etc.) to resolve several
BASHUGE1
- 此程序是解决八数码问题的。由于使用广度优先搜索,并且程序中用数组存储节点。所以只能进行比较简单的操作。-eight digital solve the problem. The use of BFS, and procedures with an array storage nodes. Therefore, only for a relatively simple operation.
bashuma
- 使用全局择优策略,针对目标状态确定的八数码问题;并已给出测试数据和主要程序的注释!
人工智能八数码问题
- 人工智能八数码问题,包括盲目搜索,不在位和距离两种A*算法。
八数码
- 采用A*算法实现八数码的自动路径搜索问题。
八数码
- 用A*算法解决八数码问题
EIGHTPUZZLE
- 用A*算法解决八数码问题,人工智能实验,内附实验报告。源码注释很详细-With the A* algorithm to solve 8 puzzle problem, artificial intelligence experiments, containing a laboratory report. Very detailed source notes
311
- prolog设计的关于八数码问题的源代码,具体可能会有些问题啊-prolog eight digital design issues on the source code, there is a problem specific ah
new8
- 人工只能中的八数码问题,采用A*算法搜索-Artificial only in the eight digital issues, the use of A* algorithm search
eightnum
- 用 C#实现八数码问题 图形化更形象地解决实际问题更为直观-Using C# to achieve the eight digital graphical solution to the problem
Digital
- 我这里实现的是八数码的问题,带有源代码,欢迎大家使用-8 Digital
8_puzzle
- 8数码问题 八数码问题 A*算法 Hash结构-eight puzzle problem
bashuma
- 八数码问题的求解系统 利用广度优先搜索方法-8 Puzzle Problem Solving System using breadth-first search method
8数码
- 实现八数码问题的一个小算法平台,其中包括深度优先、广度优先、最好优先算法。(A small algorithm platform for eight digital problems, including depth first, breadth priority and best priority algorithm.)
八数码
- 经典的八数码问题,双向bfs解法,Classic eight digital problem, bidirectional BFS solution(Classic eight digital problem, bidirectional BFS solution)
八数码问题 C语言代码
- 人工智能课基于A*算法的八数码问题 C语言实现