CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 8 queen

搜索资源列表

  1. EightQueens

    0下载:
  2. 利用C#语言实现的八皇后问题。只有8*8的棋盘形式,可以输入皇后摆放的位置-This program is used by c#,which called eight-queen .It can show every situation about the able place to put the queen.But there is a disadvantage that it is set only 8*8 chess .
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:17169
    • 提供者:yq
  1. Queen8

    0下载:
  2. 经典八皇后回溯算法实现,希望能帮助你的学习-Queen 8
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:1026
    • 提供者:黄庆芝
  1. queengame

    0下载:
  2. 八皇后游戏的说明: 问题的提出:八皇后是个古老而有趣的游戏,是由高斯于1850年首先提出的。 要求在国际象棋的棋盘上放置八个皇后,使其不能相互攻击,即任意两个皇后不能处于 棋盘的同一行、同一列和同一条对角线上。试问有多少种放法? 基本思想是:先把皇后放在(0,0)位置,然后把1号皇后放在(1,j)位置, 使其满足要求。接着放2号皇后,依此类推。遇到某个皇后如把她无论放在该行的任意 位置均不满足要求,则前一个皇后放置不当,须重新放置前一皇后,如8个皇后均按要 求放置
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:5856
    • 提供者:颜昌文
  1. eightqueens

    0下载:
  2. 10. 编写程序对八皇后问题进行求解:在8行8列的棋盘上放置8个皇后,使任一个皇后都不能吃掉其他的7个皇后(注:皇后可吃掉与她处于同行或同列或同一对角线上的其他棋子),并将结果以某种方式显示出来。-10. Write a program to solve the eight queens problem: In the line 8 8 of 8 placed on board the Queen, so that either a queen can not eat the other sev
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:1016
    • 提供者:lixuhui
  1. bahuanghou

    0下载:
  2. 八皇后问题是:在8*8的国际象棋棋盘上,安放8个皇后,要求没有一个皇后能够“吃掉”任何一个其他的皇后,即没有两个或两个以上的皇后占据棋盘上的同一行、同一列或同一条对角线。-Eight queens problem is: 8* 8 chess board, placed eight at Queen' s, a Queen' s request was not able to " eat" any of the other Queen' s, that is,
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:1297
    • 提供者:高天
  1. xunliuy

    0下载:
  2. 八皇后问题是:在8*8的国际象棋棋盘上,安放8个皇后,要求没有一个皇后能够“吃掉”任何一个其他的皇后,即没有两个或两个以上的皇后占据棋盘上的同一行、同一列或同一条对角线。-Eight queens problem is: 8* 8 chess board, placed eight at Queen' s, a Queen' s request was not able to " eat" any of the other Queen' s, that is,
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:2563
    • 提供者:高天
  1. QueenQuestion

    0下载:
  2. 在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。 -In the 8X8 grid on the display 8 chess queen, it can not attack each other, that any two Queens can not at the same line, same column or on the same diagonal, asked how many kinds of pe
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:299276
    • 提供者:crystalever
  1. bahuanghou

    0下载:
  2. C语言编写,求解八皇后问题:在8行8列的棋盘上放置8个皇后,使任一个皇后都不能吃掉其他的7个皇后(注:皇后可吃掉与她处于同行或同列或同一对角线上的其他棋子)-C language, to solve the eight queens problem: in 8 rows and 8 columns of the board to place eight queens, so the Queen can not eat any of the other seven Queen (Note: Que
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:120969
    • 提供者:gnan
  1. bahuanghou

    0下载:
  2. 经典八皇后实现 N皇后游戏C++编程,这是C++入门必学的编程案例-8 N Queen Queen classic games to achieve C++ programming, this is C++ Programming Introduction to case study will
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-10
    • 文件大小:2071001
    • 提供者:benjamin
  1. 8huanghouwenti

    0下载:
  2. 在一个8×8的棋盘里放置8个皇后,要求每个皇后两两之间不相"冲"-In an 8 × 8 chessboard in place eight queens, requires each inconsistent between Queen 22 " red"
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:1408
    • 提供者:leezizi
  1. bahuanghouwenti

    0下载:
  2. 描述: 输出8皇后问题所有结果。 输入: 没有输入。 输出: 每个结果第一行是No n:的形式,n表示输出的是第几个结果;下面8行,每行8个字符,‘A’表示皇后,‘.’表示空格。不同的结果中,先输出第一个皇后位置靠前的结果;第一个皇后位置相同,先输出第二个皇后位置靠前的结果;依次类推。 输入样例: 输出样例: 输出的前几行: No 1: A....... ....A... ..
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1301
    • 提供者:yagedao
  1. 8_Queens_Game

    0下载:
  2. 八皇后游戏的说明:问题的提出:八皇后是个古老而有趣的游戏,是由高斯于1850年首先提出的。 要求在国际象棋的棋盘上放置八个皇后,使其不能相互攻击,即任意两个皇后不能处于 棋盘的同一行、同一列和同一条对角线上。试问有多少种放法? 基本思想是:先把皇后放在(0,0)位置,然后把1号皇后放在(1,j)位置,使其满足要求。接着放2号皇后,依此类推。遇到某个皇后如把她无论放在该行的任意 位置均不满足要求,则前一个皇后放置不当,须重新放置前一皇后,如8个皇后均按要 求放置好,这就是一次成
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-05
    • 文件大小:216401
    • 提供者:ncby0908
  1. main

    0下载:
  2. 八皇后问题:在8行8列的棋盘上放置8个皇后,使任一个皇后都不能吃掉其他的7个皇后(注:皇后可吃掉与她处于同行或同列或同一对角线上的其他棋子),并将结果以某种方式显示出来。-Eight queens problem: in 8 rows and 8 columns of the board to place eight queens, so the Queen could not eat any of the other seven Queen (Note: Queen can eat with
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:1030
    • 提供者:吉玉
  1. 8queen

    0下载:
  2. 8皇后问题 皇后数量可以自己输入 非常好用-Queen number 8 queens problem can be very useful for their input
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:542
    • 提供者:mrlee
  1. eight_queens

    0下载:
  2. 8皇后问题 在一个8*8的棋盘里放置8个皇后,要 这8个皇后两两之间互相都不“冲突”-8 queens on an 8* 8 board in place eight queens, to the Queen' s 22 8 are not each other " conflicts"
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:520
    • 提供者:zhangkai
  1. 3

    0下载:
  2. The eight queens puzzle is the problem of placing eight chess queens on an 8×8 chessboard such that none of them are able to capture any other using the standard chess queen s moves. The queens must be placed in such a way that no two queens attack e
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1227
    • 提供者:Mahmood
  1. CQueen

    0下载:
  2. //八皇后问题:在国际象棋中,能否在空格棋盘上摆放八个皇后,并使其中任意两个皇后不能在同一行或同一列或同一对角线上,编写完整的摆放八皇后问题的程序。要求:第一个皇后的起始位置由键盘输入,国际象棋的棋盘为8*8的方格。-//Eight queens problem: In chess, can be placed in the space of eight on board the Queen, the Queen can not make any two of them in the same
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:987
    • 提供者:赵汉卿
  1. 8_Queens_revised

    0下载:
  2. N皇后问题的所有解,设定解栈大小为100,N大于时,需要增大解的栈,否则会栈溢出.-all the solution to N Queen (N<=8, else stack overflow)
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:1730
    • 提供者:黄甦
  1. 156

    0下载:
  2. 八皇后问题是一个古老而著名的问题。该问题是十九世纪著名的数学家高斯1850年提出:在8×8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。-Eight queens problem is an ancient and well-known problem. The problem is that the nineteenth century the famous mathematician Gauss 1850: Under th
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:542
    • 提供者:gaona
  1. bahuanghou

    0下载:
  2. 在8行8列的棋盘上放置8个皇后,使任一个皇后都不能吃掉其他的7个皇后(注:皇后可吃掉与她处于同行或同列或同一对角线上的其他棋子),并将结果以某种方式显示出来。-In line 8 8 8 placed on the board the Queen, so Queen can not eat any of the other seven Queen (Note: Queen can eat with her in the same column or the same peer or other
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:5370
    • 提供者:蔡哲文
« 1 2 ... 8 9 10 11 12 1314 15 »
搜珍网 www.dssz.com