搜索资源列表
8huanghou
- 八皇后问题是一个古老而著名的问题。这个问题是十九世纪著名的数学家高斯1850年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。高斯认为有76种方案。1854年在柏林的象棋杂志上不同的作者发表了40种不同的解,后来有人用图论的方法解出92种结果。例如: 0 0 0 0 0 0 0
shujujiegoubaogao
- 该文档实现8皇后的递归非递归的算法,是一道好的课程设计题。-8 Queen of the document to achieve the recursive non-recursive algorithm, is a good curriculum design title.
fff
- 对于8皇后问题的一种解法,而且这种方法还不错-8 Queen' s problem for a solution, but this method is also good
cj
- 8皇后问题。就是八个皇后在8*8的网格中排列时不能同在一行、一列或者一条斜线上。只有92中解决方案。
eightQUeen
- 自编的8皇后问题的C++编写程序,含递归调用-8 queens problem C++ programming, including recursive calls
8皇后
- 对于经典问题:8皇后问题的新手解答,请大神帮忙纠错~(A solution of 8 kings promgram from a green hand)