搜索资源列表
EightPuzzle
- A*算法属于一种启发式搜索,它扩展结点的次序类似于广度优先搜索,但不同的是每生成一个子结点需要计算估价函数F,以估算起始结点的约束经过该结点至达目标结点的最佳路径代价 每当扩展结点时,意是在所有待扩展结点中选择具有最小F值的结点做为扩展对象,以便使搜索尽量沿最有希望的方向进行.A*算法只要求产生问题的全部状态空间的部分结点及关系,就可以求解问题了,搜索效率较高
EightPuzzle
- 程序实现的是用A*算法求解八数码问题,初始状态和目标状态均可在源码中自行设置,程序运行后会得到从初始状态到目标状态的最佳解的逆序显示,文件help.txt中提供了程序的算法,程序的具体设计在源码中都有相应的注释-Program implementation is to use A* algorithm to solve 8 digital issues, the initial state and target state can be set up in the source code of
EightPuzzle
- 使用了A*算法,双广度和带启发的双广度实现八数码问题求解。-Eight Puzzle
eightpuzzle
- 八数码问题的实现算法,算法输入为包含初始状态的字符串,输出为移动的步骤-8 digital issues algorithm, the algorithm input contains the initial state of the string, the output for the mobile steps
EightPuzzle
- 基于MFC的八数码寻径问题,包括经典的人工智能算法:深度优先算法,广度优先算法及A*算法 动态显示搜索结果。-Eight digital MFC-based routing issues, including the classic artificial intelligence algorithms: depth-first algorithm, breadth-first algorithm and A* algorithm dynamic display of search result
EightPuzzle
- 人工智能 A*算法解决八数码问题,又要20个字吗?-AI A* algorithm to solve eight digital issues, but also 20 characters do?