文件名称:chess.py
介绍说明--下载内容来自于网络,使用问题请自行百度
Python实现A*算法解决八数码问题。
输入为九个数字的列表,代表八个数的位置(Z字型方向),空位以-1代替。
输出为各移动步骤得到的九个数的矩阵(输出到屏幕)。
使用是调用answer函数。返回一个各移动步骤得到的九个数的矩阵的列表。-Python achieving eight A* algorithm to solve digital problems. Enter a list of the nine numbers represent the number eight position (Z fonts direction), the space to-1 instead. Output for the mobile number of steps to get the nine matrix (output to screen). Use is to call answer function. The move returns a number of steps to get the matrix of the list of nine.
输入为九个数字的列表,代表八个数的位置(Z字型方向),空位以-1代替。
输出为各移动步骤得到的九个数的矩阵(输出到屏幕)。
使用是调用answer函数。返回一个各移动步骤得到的九个数的矩阵的列表。-Python achieving eight A* algorithm to solve digital problems. Enter a list of the nine numbers represent the number eight position (Z fonts direction), the space to-1 instead. Output for the mobile number of steps to get the nine matrix (output to screen). Use is to call answer function. The move returns a number of steps to get the matrix of the list of nine.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
chess.py
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.