搜索资源列表
高斯八皇后
- 一个小小的编程实验程序,高斯入皇后门问题,算法与程序代码-a little programming experimental procedure, Gaussian-Queen's Gate, algorithms and code
8huanghou
- 八皇后问题是一个古老而著名的问题。这个问题是十九世纪著名的数学家高斯1850年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。高斯认为有76种方案。1854年在柏林的象棋杂志上不同的作者发表了40种不同的解,后来有人用图论的方法解出92种结果。例如: 0 0 0 0 0 0 0
EightQueen
- C语言版数据结构的课程设计 关于八皇后问题的 源代码及报告说明书-C language version of the data structure of the curriculum design issues on the eight Queen s source code and reporting manual
dancinglink
- dancing link 加速搜索 可以解决精确覆盖 重复覆盖问题 八皇后问题 数独等 这个是精确覆盖模板-dancing link speed up the search can be solved exactly cover the duplication of coverage of the eight queens problem, etc. This is precisely the number of independent coverage of the template
cj
- 8皇后问题。就是八个皇后在8*8的网格中排列时不能同在一行、一列或者一条斜线上。只有92中解决方案。
8Queen
- 八皇后问题 ,已经实现了Java可视化界面,用Eclipse运行即可,有详细的代码解释-Eight queens problem, has achieved the Java visual interface, can be used to run Eclipse, contains a detailed explanation of the code
tusousuo
- 状态图实际上是一类问题的抽象表示。事实上,有许多智力问题(如梵塔问题、旅行商问题、八皇后问题、农夫过河问题等)和实际问题(如路径规划、定理证明、演绎推理、机器人行动规划等)都可以归结为在某一状态图中寻找目标或路径的问题。因此,研究状态图搜索具有普遍意义。 -State diagram is actually a class of abstract representation of the problem. In fact, there are many mental problems (s
kechengsheji
- 八皇后问题 C++编程 完整的课程设计-Eight queens problem C++ programming a complete curriculum design
bahuanghou
- 用C语言解决的经典数学问题:八皇后问题,有残卷法解决,图形方式,C语言的高效率方式-Using C language to solve a classic mathematical problem: the eight queens problem, a method to solve Fragments, graphically, C language in an efficient manner
C-Program-examples
- 河内塔 费式数列 巴斯卡三角形 三色棋 老鼠走迷官(一) 老鼠走迷官(二) 骑士走棋盘 八个皇后 八枚银币 生命游戏 字串核对 双色、三色河内塔 背包问题(Knapsack Problem) 数、运算 蒙地卡罗法求 PI Eratosthenes筛选求质数 超长整数运算(大数运算) 长 PI 最大公因数、最小公倍数、因式分解 完美数 阿姆斯壮数 最大访客数 中序式转
4
- (八皇后)八皇后问题求解,并打印在控制台上.-(Eight Queens) eight queens problem solving, and print on the console.
N-Queen
- 八皇后问题。N皇后。对角线同行同列不能放棋子-Eight queens problem
EightQueen
- 典八皇后问题——数据结构课程设计报告,虽然好多地方都有,我这个是按老师要求做好的,加个封面就可以直接上交。-Typical eight queens problem- data structure courses designed reports, although a lot of places have, I this is the request of the teachers do a good job, plus a cover can be directly handed.
solutions-eight-queens-problem
- 八皇后问题要求在一个8X8的棋盘上放上8个皇后,使得每一个皇后既攻击不到另外七个皇后,也不被另外七个皇后所攻击-Eight queens problem requirements put eight queens on a 8x8 board, making a queen both attack less than seven other Queen or seven Queen' s attack
1
- 八皇后问题是求出在一个n×n的棋盘上,放置n个不能互相捕捉的国际象棋“皇后”的所有布局(皇后可以沿着纵横和两条斜线4个方向相互捕捉)的问题。是一种比较常见的练习C语言递归或者栈使用的程序问题。-Eight queens problem is to find an nn chessboard, place of n are not mutually capture chess " queen" of all the layout (Queens and two along the
SHIYANBAOGAO
- 北邮八皇后问题的实验报告,包含源程序,程序分析,程序框图,心得体会-BUPT lab report eight queens problem, including source code, program analysis, block diagram, and experience
eight_queen
- 递归解决八皇后问题,自己1写的阿拉,说得好像可以不用递归一样- -!好吧-eighth queen problem
Eight-Queens
- 八皇后问题,是数据结构课程中的重要问题,运用了递归、回溯等方法-Eight Queens problem