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

搜索资源列表

  1. huanghou

    0下载:
  2. 八皇后问题,n皇后扩展。。。非常详细! 欢迎下载,多交流-8 Queen
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:4847
    • 提供者:刘玉平
  1. queen

    0下载:
  2. 在一个8×8国际象棋盘上,有8个皇后,每个皇后占一格;要求皇后间不会出现相互“攻击”的现象,即不能有两个皇后处在同一行、同一列或同一对角线上。问共有多少种不同的方法。-In an 8 × 8 chess set, there' s eight, each accounting for one' s cell request will not be mutual between Queen' s " attack" phenomenon, that shoul
  3. 所属分类:Data structs

    • 发布日期:2017-04-28
    • 文件大小:7141
    • 提供者:huaying
  1. Eight_Queen

    0下载:
  2. Visual C++解决八皇后问题,在一个8×8国际象棋盘上,有8个皇后,每个皇后占一格;要求皇后间不会出现相互“攻击”的现象,即不能有两个皇后处在同一行、同一列或同一对角线上。问共有多少种不同的方法。-Visual C++ to solve questions Queen' s eight, in a 8 × 8 chess set, there' s eight, each accounting for one' s cell request will not be mu
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:43861
    • 提供者:刘波
  1. eightqueen

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

    • 发布日期:2017-04-14
    • 文件大小:5858
    • 提供者:王清
  1. BaHuangHou

    0下载:
  2. 题目:八皇后问题。 八皇后问题是指求解如何在国际象棋8*8棋盘上无冲突的放置八个皇后棋子。因为在国际象棋里,皇后的移动方式是横竖交叉,所以在任意一个皇后所在的位置的水平,竖直和斜45度都不能有其他棋子的存在。一个完整的无冲突的八皇后棋子分布成为八皇后问题的一个解。设计思路:我使用了回溯的方法来解决八皇后问题,也就是逐次试探的方法。这个方法是通过函数putchess()对自身的递归调用来实现的。运行程序后,主函数调用putchess()函数在棋盘第一行第一列上放置棋子,开始向下一行递归。每一步
  3. 所属分类:Chess Poker games

    • 发布日期:2017-03-30
    • 文件大小:31174
    • 提供者:cl
  1. Haffmancode

    1下载:
  2. 课程设计: 1.求出在一个n×n的棋盘上,放置n个不能互相捕捉的国际象棋“皇后”的所有布局。 2.设计一个利用哈夫曼算法的编码和译码系统,重复地显示并处理以下项目,直到选择退出为止。 【基本要求】 1) 将权值数据存放在数据文件(文件名为data.txt,位于执行程序的当前目录中) 2) 分别采用动态和静态存储结构 3) 初始化:键盘输入字符集大小n、n个字符和n个权值,建立哈夫曼树; 4) 编码:利用建好的哈夫曼树生成哈夫曼编码; 5) 输出编码; 6)
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:551312
    • 提供者:赵刚
  1. VC

    0下载:
  2. 八皇后问题的C++实现,在VC++下开发,测试通过可以运行-8 Queen' s problem of C++ to achieve, in the VC++ under development, the test can run
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-09
    • 文件大小:1652471
    • 提供者:renjian
  1. 061221073

    0下载:
  2. 八皇后的scheme,java,c的三种解法-8 Queen' s scheme, java, c of the three solution
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-15
    • 文件大小:4851
    • 提供者:pangxu
  1. eightqueen

    0下载:
  2. 八皇后问题,用于解决八皇后再棋盘上排列的方法问题,个数问题-8 Queen' s problem, to address the eight Queen' s re-arranged method of chessboard problems, the number of issues
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:901
    • 提供者:高小伟
  1. eightQueen

    0下载:
  2. 简单的八皇后问题。分别用一般的递推法和二叉树前序遍历写成,非常适合初学者阅读。-8 Queen' s problem simple. Were general and recursive binary tree traversal pre-written, very suitable for beginners to read.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-28
    • 文件大小:159599
    • 提供者:
  1. EightQueens

    0下载:
  2. 八皇后问题的解法,非常好,请大家看一下,谢谢了-8 Queen' s problem solution, very good, please look at, I would like to thank the
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-28
    • 文件大小:159847
    • 提供者:毛杰
  1. EightQueens

    0下载:
  2. 数据结构 八皇后问题解决方案一 很好的代码-8 Queen' s problem of data structure of a solution
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:407941
    • 提供者:应好
  1. 5_queen

    0下载:
  2. 设在初始状态下在国际象棋棋盘上没有任何棋子(皇后)。然后顺序在第1行,第2行,…。第8行上布放棋子。在每一行中有8个可选择位置,但在任一时刻,棋盘的合法布局都必须满足3个限制条件,即任何两个棋子不得放在棋盘上的同一行、或者同一列、或者同一斜线上。试用递归与非递归的方法编写算法,求解并输出此问题的所有合法布局-In the initial state in the international chess board does not have any pieces (Queen' s).
  3. 所属分类:Data structs

    • 发布日期:2017-04-28
    • 文件大小:10038
    • 提供者:卡米力江
  1. b

    0下载:
  2. 八皇后问题是在8×8的国际象棋棋盘上,安防8个皇后,要求没有一个皇后能够“吃掉”任何其他一个皇后,即没有两个或两个以上的皇后占据棋盘上的同一行、同一列或同一条对角线-8 Queen' s problem is that in the 8 × 8 chess board, the Security 8 Queen, a Queen' s request was not able to " eat" any other a queen, that is, no two
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-01
    • 文件大小:17923
    • 提供者:
  1. queen8

    0下载:
  2. 八皇后问题,给定皇后个数,当然这里是8,求共有多少种摆法-8 Queen' s problem, given the number of Queen' s, of course, here is 8, and the total number of species before the Law
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:649
    • 提供者:cathy
  1. Queen

    0下载:
  2. 解决八皇后问题的算法,能够用非递归的方法解决八皇后问题-8 Queen' s problem solution algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:700
    • 提供者:xuhaifeng
  1. nhou

    0下载:
  2. 编写程序对N皇后问题进行求解:在8行8列的棋盘上放置N个皇后,使任一个皇后都不能吃掉其他的(N-1)个皇后(注:皇后可吃掉与她处于同行或同列或同一对角线上的其他棋子),并将结果以某种方式显示出来-After the issue of N
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:251900
    • 提供者:肖宇锋
  1. javaeightqueen

    0下载:
  2. 八皇后游戏,就是指在一个8乘8国际象棋盘上,有8个皇后,每个皇后占一格;要求皇后间不会出现相互攻击的现象,即不能有两个皇后处在同一行、同一列或同一对角线上。-8 Queen game, that is, refers to an 8 by 8 chess set, there are 8 Queen, Queen share of each cell request will not be Queen of mutual attacks between the phenomenon, that
  3. 所属分类:Java Develop

    • 发布日期:2017-05-11
    • 文件大小:2514846
    • 提供者:vivi
  1. 8huanghou

    0下载:
  2. 在一个8×8国际象棋盘上,有8个皇后,每个皇后占一格;要求皇后间不会出现相互“攻击”的现象,即不能有两个皇后处在同一行、同一列或同一对角线上。问共有多少种不同的方法。 -8 × 8 in a chess set, there are 8 Queen' s, Queen' s share of each cell between Queen will not be asked each other " attack" phenomenon, that is, c
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3737
    • 提供者:yishiwucheng
  1. Queen8

    0下载:
  2. 八皇后问题:一个八行八列的棋盘,每一行每一列只有有一个数-8 Queen' s problem: an eight-8 chessboard line, each line in each column only has a few
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-06
    • 文件大小:856
    • 提供者:shally
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 20 »
搜珍网 www.dssz.com