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

搜索资源列表

  1. bahuanhou

    0下载:
  2. 八皇后问题是一个古老而著名的问题,是回溯算法的典型例题。该问题是十九世纪著名的数学家高斯1850年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少-8 Queen
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1188
    • 提供者:李天森
  1. bahuanghou

    0下载:
  2. 数据结构课程实际。八皇后问题如下:在8*8的国际象棋棋盘上放置了八个皇后,要求没有一个皇后能吃掉另一个皇后,即任意两个皇后都不处于棋盘的同一行、同一列或同一对角线上。-The actual data structure courses. 8 Queen
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:13774
    • 提供者:jds
  1. huanghou

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

    • 发布日期:2017-04-05
    • 文件大小:4847
    • 提供者:刘玉平
  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. BaHuangHou

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

    • 发布日期:2017-03-30
    • 文件大小:31174
    • 提供者:cl
  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. 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. 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. 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. eightqueen

    0下载:
  2. 八皇后问题图形界面实现,模拟了多种解法,效果极佳-8 Queen' s problem of the realization of a graphical interface to simulate a wide range of solution, excellent results
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:12181
    • 提供者:墨兰王者
  1. Eight

    0下载:
  2. 八皇后问题的Java实现,可以扩展为13皇后-8 Queen' s Java realization of the problem can be extended to 13 Queen' s
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:563
    • 提供者:王军委
  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. Eight

    0下载:
  2. 八皇后问题的求解,运用简单的栈方法,实现回溯-8 Queen' s problem solving
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:111783
    • 提供者:UsherChen
  1. bahuanghouwenti

    0下载:
  2. 八皇后问题 〖问题描述〗 在一个8×8的棋盘里放置8个皇后,要求每个皇后两两之间不相"冲"(在每一横列竖列斜列只有一个皇后)。 -8 Queen' s problem〗 〖Descr iption of the problem in an 8 × 8 board in place of the eight Queen' s, Queen' s required for each phase between the 22 " red" (ver
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:3034
    • 提供者:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 »
搜珍网 www.dssz.com