搜索资源列表
20051004深度优先 人工智能 八数码
- 人工智能中很重要的思想,用深度优先的思想解决八数码问题。-AI is very important idea, with priority to the depth of eight digital thinking to solve problems.
八数码问题(A星算法)
- 用A*算法求解八数码问题。A*算法又叫做最佳图搜索算法,是满足启发函数不大于实际耗散值的A算法,可以用理论证明如果最佳解图存在的话,一定可以用A*算法找出来。-with A * algorithm eight digital problem. A * algorithm also called the plan the best search algorithm, it is instructive function to meet not more than the actual value
主要实现八数码问题的功能
- 主要实现八数码问题的功能。。。。。 能实现滑块问题求解系统-eight main issues of the digital functions. . . . . Achieve slider problem solving system.
八数码问题
- 用 C++ 实现的八数 码问题的求解方法
bashuma
- 分别用深度优先和广度优先来算八数码问题,c++源码-Were depth-first and breadth of the priority issues to count eight digital, c++ source code
AStar
- 八数码问题的A*算法实现,java的伪代码,基本思想-8 digital issues of A* algorithm, java pseudo code, the basic idea
banshuma
- 八数码问题 带启发式的搜索 非常好的人工智能学习实例-8 digital issues heuristic search with a very good example of artificial intelligence to learn
Eight-puzzle
- 这个程序是A*算法的简单实现,来解决八数码问题-It just simply applys the A* algorithm to solve the Eghit-puzzle problem
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
1
- 解决八数码问题,C语言描述,适合初学者学习研究,完整源代码。-To solve the problem of digital 8, C language descr iption, suitable for beginners to study and research, complete source code.
eight_breadth
- 用C语言实现宽度优先算法,八数码问题。作者:陈华昌-With the C language implementation breadth-first algorithm, 8 digital issues. Author: Chen Huachang
eight_depth
- 用C语言实现深度优先算法,八数码问题,作者:陈华昌-C language implementation with depth-first algorithm, 8 digital issues, Authors: Chen Huachang
starstar
- 实现了八数码问题,运用人工智能的启发式思维-solve the eight data problem using AN learning mode
atree
- 八数码问题用A*算法实现 VC++6.0实现的八数码问题-eightnum
8num
- 使用广搜 深搜 全局最优 方法解决八数码问题-The use of deep-wide search found the global optimal solution to the problem of digital 8
Genetic
- 遗传算法解八数码问题,交配用的是轮盘赌法-Genetic Algorithm for the eight-puzzle problem, mating with the roulette method
1
- 八数码问题求解。输入初始状态和最终状态可得求解过程-Eight Puzzle Problem. Enter the initial state and final state can get the solution process
8shuma
- vc6.0环境下编写的使用A*算法完成八数码问题求解的通用程序,可以参考-vc6.0 environment using A* algorithm is written in the eight general-purpose digital problem-solving process, can refer to
BFSforeightnumbers
- 人工智能完成的作业,用宽度优先搜索实现八数码问题,可以得到解的步数,生成的节点数和运行时间。-AI to complete the job, with the width of the first search for Eight digital problem solution steps can be generated nodes and run time.
八数码问题
- 八数码问题也称为九宫问题。在3×3的棋盘,摆有八个棋子,每个棋子上标有1至8的某一数字,不同棋子上标的数字不相同。棋盘上还有一个空格,与空格相邻的棋子可以移到空格中。(Eight digital problems)