搜索资源列表
eightqueen
- 八皇后问题四种解法,回溯为主, 更有一个一句语句实现八皇后问题的程序,绝-8 Queen
eight
- 八皇后问题-8 Queen s problem
bahuanhou
- 八皇后问题是一个古老而著名的问题,是回溯算法的典型例题。该问题是十九世纪著名的数学家高斯1850年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少-8 Queen
VC
- 八皇后问题的C++实现,在VC++下开发,测试通过可以运行-8 Queen' s problem of C++ to achieve, in the VC++ under development, the test can run
eightqueens
- 用 Scheme 来解决八皇后问题。八皇后问题:在 8*8 的棋盘上放置彼此不受攻击的 8 个皇后。按照国际象棋的规 则皇 后可以攻击与之处在同一行或同一列或同意斜线上的棋子。找出所有合法的 使8 个皇后 彼此不受攻击的放置方法。1 )除了完成 queens 的定义之外 , 给出一个打印输出过程 print-queens-Scheme used to solve the problem of the eight Queen' s. 8 Queen' s problem: In the
eightQueen
- 简单的八皇后问题。分别用一般的递推法和二叉树前序遍历写成,非常适合初学者阅读。-8 Queen' s problem simple. Were general and recursive binary tree traversal pre-written, very suitable for beginners to read.
bahuanghou
- 八皇后问题,也是相当棘手的,不过凭借我聪明的才智,还是搞定了。-8 Queen' s problem, but also very difficult, but by virtue of talent, I smart, or get.
Queen
- 解决八皇后问题的算法,能够用非递归的方法解决八皇后问题-8 Queen' s problem solution algorithm
qingsonghuibiaIIV2.5
- 八皇后问题的程序设计,是用C++写的。包含了数据结构的内容-8 Queen' s problem of program design, is written in C++. Data structure contains the contents of
Queen
- scheme写的一个关于求解8皇后问题的源码,同时还有C和java的-written in a scheme to solve the issue of 8 Queen' s source code, along with the C and java
2
- 八皇后问题是一个古老而著名的问题,是回溯算法的典型例题。该问题是十九世纪著名的数学家高斯1850年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。 高斯认为有76种方案。1854年在柏林的象棋杂志上不同的作者发表了40种不同的解,后来有人用图论的方法解出92种结果。 对于八皇后问题的实现,如果结合动态的图形演示,则可以使算法的描述更形象、更生动,使教学能产生良好的效果。-8 Queen s proble
eightSepuence
- 八皇后的算法,采用回朔的原理进行递归,得到八个皇后的位置,一共可以得到92种,每种都有输出,可以看到结果。-8 Queen' s algorithm, using the principle of retrospective recursive get eight Queen' s position can be a total of 92 kinds, each with output, you can see the result.
8queens
- 著名的八皇后问题,回溯算法求解,包括cpp文件和工程文件-Well-known eight queens problem, backtracking algorithm for solving
AI_8Queen
- This a simple program to help you to find the 8 Queen problem with climbhill method. Using vb6-This is a simple program to help you to find the 8 Queen problem with climbhill method. Using vb6
queen
- 8皇后问题 说明很详细,而且也很容易懂-8 queens problem descr iption is very detailed, but also easy to understand
eightking
- 八皇后算法,vc++ 6.0编译,使用的递归-8 Queen' s algorithm, vc++ 6.0 compiler, using the recursive
queen
- 在8*8的国际象棋的棋盘上摆8个皇后,使他们之间不能相互攻击。即任意两个皇后不能位于同一行、同一列或同一对角线上。以下为一种可能,请求出共有多少种可能。-8* 8 chess board put eight queens, so that between them can not attack each other. That any two of the Queen can not in the same row, same column or the same diagonal. The
8-queen
- 8 queen app with Recursive algorithm
8-queen
- 经典的8皇后问题,没用到堆栈,C++实现-Classic 8-queens problem, useless the stack, C++, achieve
8-queen
- c++用栈实现八皇后问题,代码有详细说明,是初学数据结构的好参考-8 Queen
