搜索资源列表
bahuanghouwent
- 此源码是用C++语言编写的八皇后问题小程序。-this source is the C language 8 Queens small programs.
huanghou2
- 八皇后问题的一个小程序,可以实现选择皇后数量,有友好的界面。 -8 Queen of a small program, can achieve a number of Queen's choice, a friendly interface.
8皇后问题
- 解决8皇后问题的小程序-solve the problem of the small Queen's procedures
8皇后
- 能够实现8皇后问题,其算法比较好-to achieve eight Queen's, the algorithm is better
8_queens
- 8皇后问题的圆满解决 应该算一个比错的算法了 原创的!-eight of the Queen should be resolved satisfactorily than the wrong one count of the original algorithm!
8QUEENS-BEST
- 8皇后问题最好的算法,请登陆本站才能下载哦!这是最优的解法哦!-8 Queens best algorithm, please log onto the site can download! This is the best solution!
bhh1
- 八皇后问题源代码,简单易懂,适合经验较浅者使用-8 Queens source code is simple to understand and suitable for inexperienced users
bahuanghou
- 该问题主要用于解决八皇后问题。会下国际象棋的人都很清楚:皇后可以在横、竖、斜线上不限步数地吃掉其他棋子。如何将8个皇后放在棋盘上(有8*8个方格),使它们谁也不能被吃掉!这就是著名的八皇后问题。
8queens
- 编写程序对八皇后问题进行求解:在8行8列的棋盘上放置8个皇后,使任一个皇后都不能吃掉其他的7个皇后(注:皇后可吃掉与她处于同行或同列或同一对角线上的其他棋子),并将结果以某种方式显示出来。 例如,当求出下述的一个解时,可输出如下信息来表示该解(输出了表示摆放皇后的坐标位置以及“棋盘状态”— 棋盘中有皇后的位置放一个“Q”字符,其他位置为“+”字符)。 (1,1) (5,2) (8,3) (6,4) (3,5) (7,6) (2,7) (4,8) Q + + + + + + +
huanghouwenti
- 在国际象棋盘上放八个皇后,互相不能攻击,有多少种摆法? 这个是经典的8皇后问题,解决此问题的方法是回溯法。 回溯法是一种思路简单而且有效的解决问题的基础算法。 解决一个问题的时候分成n个步骤,每向后进展一个步骤,就检查一下当前的状态,如果发生了冲突,就放弃,如果到达了目标状态就记录下答案,回溯,求解下一个解。 对于8皇后问题,每个步骤就是在棋盘上放一个棋子,每放一个棋子,就检查当前的状态,有否产生攻击,如果没有攻击,就继续放下一个,如果攻击了,就回溯,如果放够八
Debug
- 贪心算法,8皇后问题
8皇后图形界面
- 八皇后的图形界面-eight Queen's graphical interface
bahuanghou
- 八皇后问题是一个古老而著名的问题,是回溯算法的典型例题。该问题是十九世纪著名的数学家高斯1850年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。-Eight queens problem is an old and well-known problem is a typical example backtracking algorithm. The problem is that the nineteenth c
tubroprolog
- 八皇后的prolog算法,需要的话可以下载八皇后的prolog算法,需要的话可以下载-8 Queen' s prolog algorithm, if necessary you can download the eight Queen' s prolog algorithm, if required, can be downloaded
queen
- 基于MPI的8皇后问题源代码.需要MPI支持-8-queen problem, with MPI
8_queens
- 8皇后问题的汇编代码实现。输入皇后数,输出方案数。-the assembly code realization of eight_queen question.Input the queen number,output number of scheme.
8Queen
- 利用Mips指令集进行汇编程序开发,实现8皇后问题的求解-Use Mips assembler instruction set developed to achieve 8 Queens problem solving
8-queens
- 8皇后问题 在一个8×8的棋盘里放置8个皇后,要求这8个皇后两两之间互相都不“冲突”。-eight queens
N皇后
- 八皇后问题,是一个古老而著名的问题,是回溯算法的典型案例。该问题是国际西洋棋棋手马克斯·贝瑟尔于1848年提出:在8×8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。(The eight queen problem, an old and famous problem, is a typical case of backtracking algorithms. It is put forward the internationa