搜索资源列表
EightQueens.rar
- 一个用来研究八皇后问题的java小程序,采用递归算法遍历树来穷举所有符合要求的排列,存储后用图形界面表示出来。,Used to study a problem of the eight Queen of java applets, using recursive tree traversal algorithm to exhaustive array of all meet the requirements, storage, said later from a graphical interf
eightempress
- 自己收集的八皇后问题相关知识,有不少源代码,能解决八皇后问题-Queen
eightqueen
- 八皇后问题四种解法,回溯为主, 更有一个一句语句实现八皇后问题的程序,绝-8 Queen
eight
- 八皇后问题-8 Queen s problem
eightqueue
- 一个好用的新八皇后问题动画演示程序,对学习人工智能很有帮助-A new eight-to-use animation demo program s problems, very helpful in learning artificial intelligence
bahuanhou
- 八皇后问题是一个古老而著名的问题,是回溯算法的典型例题。该问题是十九世纪著名的数学家高斯1850年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少-8 Queen
eightquee
- 非递归八皇后问题,c语言源码实现八皇后问题-Queen
EightQueensProblem
- 八皇后问题,回溯法解决。 这可能是一个简单问题。-Eight queen problem, retroactive law. This is probably a simple question.
eight-queen
- 在plt schenme 下用scheme函数式程序语言所写的八皇后问题,基于一个特殊的框架-At scheme using plt schenme Functional programming language written by the Queen' s eight questions, based on a special framework
queen
- N皇后问题,N皇后放置过程的现实。 由八皇后问题扩展开来,在N*N的棋盘上摆放N个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上。求可能的解决方案,并显示每一种解决方案的皇后放置过程。-N Queen' s problem, N Queen placed the reality of the process. Expansion by opening eight to question Queen' s, at the N* N chessboard
queen
- 八皇后问题,源代码实现,完全可以运行 可以下载哦-agdasd
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.
kechengsheji
- 用c或c++编写的八皇后问题,通讯录,约瑟夫环的代码,数据结构的课程设计-With c or c++ to prepare the eight Queen' s problems, address book, Joseph Ring code, data structure of the curriculum design
八皇后
- 算法分析课程设计,八皇后问题,源代码!!!(Algorithm analysis curriculum design, eight queens problem, the source code)
queen
- 这是在C语言环境下实现八皇后问题产生的程序(This is in the C language environment to achieve eight queens problem generated procedures)
新建文件夹
- 八皇后问题实现,改程序用C语言实现了八皇后问题(The realization of eight queens problem)
八皇后问题Python实现
- 八皇后问题Python实现,代码备注清晰,望读者耐心参阅(Eight Queen's problem arithmetic implementation, note clearly, hope readers have patience.)