搜索资源列表
AI-eightnumber
- 实现八数码自动有初始状态到达目标状态,并显示输出各步走向.-achieve eight digital automatic initial state at the target state, and that each step toward output.
eightnumber(2007_4_26)
- 八数码难题解法 new 在一个3×3的九宫中有1-8这8个数及一个空格随机的摆放在其中的格子里。现在要求实现这个问题:将该九宫格调整为指定的形式。调整的规则是:每次只能将与空格(上、下、或左、右)相邻的一个数字平移到空格中。
eightnumber
- 八数码问题的C++实现,最经典的广度有限算法-eight digital realization of the C and classic algorithms limited breadth
eightnumber
- 人工智能的期末课程设计,实现了AI部分,用启发式搜索查找最短路径-Artificial intelligence at the end of curriculum design, the realization of part of the AI, using heuristic search to find the shortest path
eightnumberVC
- 八数码问题的解释,和相关的实现办法。欢迎大家指导-eightnumber
EightNumber
- 启发式搜索实现的八数码求解 启发式搜索实现的八数码求解-Eight Number
EightNumber
- 采用有界深度优先搜索算法求解八数码难题,代码简单易懂-Using bounded depth-first search algorithm for Eight puzzle, the code easy to understand
eightnumber
- 八数码难题,又称九宫格问题,也是我们平时玩的华容道,用分支限界法解决该问题-Eight digital problem, also known as the squared problem, we usually play Huarong, branch and bound method to solve the problem
eightNumber
- 经典的8数问题解决方法,采用改进的A*算法-The solution of eight number problem
