Eight+Puzzle+Problem
Eight+Puzzle+Problem技术资料下载专区,收录240份相关技术文档、开发源码、电路图纸等优质工程师资源,全部免费下载。
资源总数
240
Eight+Puzzle+Problem 全部资料 240 份
所谓八皇后问题(Eight Queens Problem)
所谓八皇后问题(Eight Queens Problem),是在8*8格的棋盘上,放置8个皇后。要求每行每列放一个皇后,而且每一条对角线和每一条反对角线上最多只能有一个皇后,这是一个典型并行算法,C语言实现。
2016-07-27
107
An A-star algorithm for solving 8-puzzle problem
An A-star algorithm for solving 8-puzzle problem
2017-06-18
133
Solve the 8-puzzle problem using A * algorithme. Input: Program reads start state and goal state
Solve the 8-puzzle problem using A * algorithme. Input: Program reads start state and goal state and heuristic (N or...
2017-08-12
65
eight queen question
适用于算法学习与C语言进阶开发,解决经典的8皇后问题。通过回溯法实现棋盘布局验证,帮助开发者深入理解递归与条件判断的应用场景。适合用于教学或个人项目实践。
2026-01-08
1
solve the 8-puzzle problem using A* algorithm. Definitely written by my self, also include BGI graph
solve the 8-puzzle problem using A* algorithm. Definitely written by my self, also include BGI graphics library output.
2014-01-17
149