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

搜索资源列表

  1. C语言实现的皇后问题

    0下载:
  2. n皇后问题,可以显示所有的合适路径,典型的回溯算法-n Queen's, will show you all the appropriate path, the typical backtracking algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9870
    • 提供者:吴限负
  1. n后问题

    0下载:
  2. 在 n 行 n 列的国际象棋棋盘上,最多可布n个皇后。 若两个皇后位于同一行、同一列、同一对角线上,则称为它们为互相攻击。 n皇后问题是指找到这 n 个皇后的互不攻击的布局。 n 行 n 列的棋盘上,主次对角线各有2n-1条。-n n trip out of the international chess board, the maximum n Queen's cloth. If two at the same Queen's visit, the same s
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:1384
    • 提供者:刘二
  1. N-queen-Cplusplus

    0下载:
  2. 解国际象棋的N皇后问题的C++源代码,可用于大学计算机技术课程《算法分析》上机联系-Solutions International Chess Queen of the N C source code, University computer can be used for technical courses "algorithm analysis" on the plane link
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:3834021
    • 提供者:吴俊杰
  1. 排列和n皇后

    0下载:
  2. 这是一个关于算法中的皇后问题的算法。-This is one of the Queen's algorithm of algorithms.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1389
    • 提供者:曹泰瑜
  1. N-Queens

    0下载:
  2. 此N皇后问题更具通用性,虽然在N=16时运行时间过长,但是还是有意义的。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1045
    • 提供者:石敏敏
  1. N皇后问题回溯算法

    0下载:
  2. 皇后问题的拓展 经典算法-Queen expand the classical algorithm
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1413
    • 提供者:王丰
  1. queenn(N皇后问题)

    0下载:
  2. 在一个N×N的国际象棋棋盘中摆N个皇后,使这N个皇后不能互相被对方吃掉。-in an N N chess board wavers N Queen so that the N-Queens that can be eaten by the other side.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:23239
    • 提供者:李秉肇
  1. 回溯法N皇后问题

    0下载:
  2. 这是计算机算法中的回溯法中的一个经典的问题--N皇后问题!希望对学计算机算法的同学有用!-This is a computer algorithm, the retroactive law on the issue of a classic -- N Queen! Want to learn how to use computer algorithms useful to the students!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2187
    • 提供者:中国
  1. N皇后问题

    0下载:
  2. 在一个N×N的国际象棋棋盘中摆N个皇后,使这N个皇后不能互相被对方吃掉。-Put on N queens in a N multiply N chessboard,preventing each queen to be knocked over
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:23073
    • 提供者:罗敏秀
  1. QUEues皇后问题

    0下载:
  2. 此程序完成N皇后问题。大家可以互相讨论学习。-N Queen's problem. We can learn from each other discussions.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1409
    • 提供者:武威风
  1. N-Queen

    0下载:
  2. : N皇后问题,在一个N×N国际象棋盘 上,有N个皇后,每个皇后占一格;要求皇后间不会出现 相互“攻击”的现象,即不能有两个皇后处在同一行、同一 列或同一对角线上。问共有多少种不同的方法。下图以4 个皇后为例,说明一个正确的解( N是一个大于等于2并 且小于等于100的整数)-: N queens problem, a NN chess disk, N-Queen, Queen of the grid requirements between each other &quo
  3. 所属分类:Game Program

    • 发布日期:2017-10-31
    • 文件大小:2027
    • 提供者:邹继瑶
  1. Queen

    0下载:
  2. 求解n皇后问题的MATLAB源程序。此程序只需输入皇后个数,即可得到所有的解。-N queens problem solving MATLAB source code. Just enter the number of this program at Queen' s, you can get all of the solution.
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:934
    • 提供者:qiyifei
  1. 8-queen

    0下载:
  2. 通过遗传算法实现八皇后的求解问题,用MFC实现可视化操作,界面很漂亮,算法是改良的遗传算法-Through the genetic algorithm for solving the eight queens problem
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:1906524
    • 提供者:Bill Gates
  1. QUEEN

    0下载:
  2. N皇后游戏。-N empress plays.
  3. 所属分类:Game Program

    • 发布日期:2017-12-09
    • 文件大小:6917
    • 提供者:李婷
  1. n-queens-mm

    0下载:
  2. c实现n皇后m棋盘, c实现n皇后m棋盘, -c realization of n
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:9481
    • 提供者:lizhentao
  1. 爬山 完美

    0下载:
  2. 使用爬山法实现n皇后问题 输入 n,并用运行时间比较几种算法在相同规模的问题时的求解效率。列表给出结果。 比较同一算法在 n 不相同时的运行时间,分析算法的时间复杂性。(Use of climbing method to achieve the N Queens)
  3. 所属分类:数据结构

    • 发布日期:2018-01-01
    • 文件大小:7293952
    • 提供者:doudou854
  1. n皇后

    1下载:
  2.  要求采用链表形式,求两个一元多项式的乘积:h3 = h1*h2。函数原型为:void multiplication( NODE * h(NODE; void multiplication( NODE *, NODE * , NODE * ); void input( NODE * ); void output( NODE * ); void input( NODE * head ) { int flag, sign, sum, x;
  3. 所属分类:其他

    • 发布日期:2018-01-03
    • 文件大小:1024
    • 提供者:天儿飞
  1. NQueens.m

    0下载:
  2. N皇后问题 用Matlab解决 N皇后问题 用Matlab解决(NQteens use Matlab)
  3. 所属分类:数据结构

    • 发布日期:2018-01-09
    • 文件大小:1024
    • 提供者:迪迪2222
  1. Nqueen

    0下载:
  2. 在8*8的国际象棋棋盘上,安放8个皇后,要求没有一个皇后能够“吃掉”任何其它一个皇后,即任意两个皇后不能处于同一行,同一列或者同一条对角线上,求解有多少种摆法。 本实验拓展了N皇后问题,即皇后个数由用户输入(On the chess board of 8*8, 8 queens are placed, requiring that no queen can eat any other queen, that is, any two Queens can not be in the same r
  3. 所属分类:Windows编程

    • 发布日期:2018-01-10
    • 文件大小:15360
    • 提供者:babou
  1. Queen

    0下载:
  2. 用java语言,基于回溯法实现N皇后的位置放置方案,程序可以通过参数来设置要解决几个皇后的放置,默认是4个。(Using java language, backtracking method is used to implement the placement plan of N queens. The program can be set by parameters to solve the placement of several queens, and the default is 4.)
  3. 所属分类:Java编程

    • 发布日期:2018-04-19
    • 文件大小:1024
    • 提供者:阿飞3536
« 1 2 34 5 6 7 8 9 10 ... 29 »
搜珍网 www.dssz.com