8-queen+problem
8-queen+problem技术资料下载专区,收录2,741份相关技术文档、开发源码、电路图纸等优质工程师资源,全部免费下载。
资源总数
2,741
8-queen+problem 热门资料
The program simulate an 8 Queen mathematical problem
The program simulate an 8 Queen mathematical problem
2017-07-24
164
Solution to the "8 Queens Problem" (8 Damen Problem) known from Chess
Solution to the "8 Queens Problem" (8 Damen Problem) known from Chess
2017-08-12
56
eight queen question
适用于算法学习与C语言进阶开发,解决经典的8皇后问题。通过回溯法实现棋盘布局验证,帮助开发者深入理解递归与条件判断的应用场景。适合用于教学或个人项目实践。
2026-01-08
1
C PROGRAM FOR 8 QUEENS PROBLEM USING BACKTRACKING
C PROGRAM FOR 8 QUEENS PROBLEM USING BACKTRACKING
2017-08-07
169
Using Genetic Algorithm to solve the 8 Queens problem.
Using Genetic Algorithm to solve the 8 Queens problem.
2014-11-28
37
An A-star algorithm for solving 8-puzzle problem
An A-star algorithm for solving 8-puzzle problem
2017-06-18
133
Queen and King 問題 : does some checking related to the movement of the queen.
Queen and King 問題 : does some checking related to the movement of the queen.
2014-11-21
96
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