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

搜索资源列表

  1. QUEEN.rar

    0下载:
  2. N皇后游戏。
  3. 所属分类:游戏

    • 发布日期:
    • 文件大小:6646
    • 提供者:
  1. n-queen

    0下载:
  2. N皇后问题、图着色问题、矩阵连乘问题代码实现-N-queens problem, graph coloring problems, matrix multiplicative code implementation
  3. 所属分类:Data structs

    • 发布日期:2017-12-09
    • 文件大小:7506
    • 提供者:王燕燕
  1. N-queen

    0下载:
  2. 简单的N皇后算法,基于vc2008实现,基于回退法-The simple N Queens algorithm, based vc2008
  3. 所属分类:Other systems

    • 发布日期:2017-11-23
    • 文件大小:680321
    • 提供者:way
  1. N-Queen

    0下载:
  2. 输入皇后数n,输出所有的可能情况和情况的总数。皇后用* 表示,清晰明了。-Enter the Queen the number n, output the total number of all possible situations and circumstances. Queen is indicated by* clear and easy to understand!
  3. 所属分类:Other systems

    • 发布日期:2017-12-02
    • 文件大小:208323
    • 提供者:徐丽妹
  1. N-queen

    0下载:
  2. n皇后问题回溯法经典问题 主要用回溯法剖析n皇后问题-n queens problem back method Classic
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-24
    • 文件大小:262245
    • 提供者:MusiQ
  1. TabuSearch-for-N-Queen-Problem

    1下载:
  2. Tabu Search解N皇后问题 禁忌搜索算法求解N皇后问题-Tabu Search solution of the N-Queens problem tabu search algorithm for solving the N-queens problem
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-06
    • 文件大小:206518
    • 提供者:lwl
  1. n

    0下载:
  2. n皇后问题源代码,对N皇后的问题进行了详细的代码-n queen
  3. 所属分类:Console

    • 发布日期:2017-04-11
    • 文件大小:1084
    • 提供者:李腾
  1. n-Queen

    0下载:
  2. 在n*n格的棋盘上放置彼此不受攻击的n皇后。按照国际想起的规则,皇后可以攻击与之处在同一行或同一列或同一斜线上的棋子。n后问题等价于在n*n格的棋盘上放置n个皇后,任何2个皇后不放在同一行或同一列或同一斜线了。-Place each n is not an attack on the queen n* n chessboard grid. Think of in accordance with international rules, the Queen can attack at a pawn
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:886
    • 提供者:wangjinghua
  1. n-queen

    0下载:
  2. 在n×n的棋盘上摆放n个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上。-Placed on board nn n queens, it can not attack each other, that any two queen can not be on the same line, same column or diagonal.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-08
    • 文件大小:35600
    • 提供者:ymm
  1. n-gueen-with-AlghorithmGenetic

    0下载:
  2. n-queen problem mean two queen is not stand in a row, column or diagonal. this code solving n-queen problem using genetic algorithms.this code is writing C#. step 1 is selection and 2 crossover and step 3 is mutation. -n-queen problem mean two
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:47818
    • 提供者:hakim
  1. n-queen

    0下载:
  2. n皇后问题的最简单解法,弄够帮助到大家。-n queens problem the easiest solution, get enough help to you.
  3. 所属分类:Other systems

    • 发布日期:2017-05-09
    • 文件大小:1726693
    • 提供者:张凡荣
  1. the-question-of-N-empress

    0下载:
  2. 在N*N的方格棋盘放置了N个皇后,使得它们不相互攻击(即任意2个皇后不允许处在同一排,同一列,也不允许处在与棋盘边框成45角的斜线上。 你的任务是,对于给定的N,求出有多少种合法的放置方法。 -Placed in the N* N the checkerboard N queen, so they don t attack each other (i.e. any two queen is not allowed in the same row, same column, are not
  3. 所属分类:Other systems

    • 发布日期:2017-04-30
    • 文件大小:17442
    • 提供者:黄琪
  1. N-Queens

    0下载:
  2. This is a C code for solving the N queen problem
  3. 所属分类:Algorithm

  1. Queen

    0下载:
  2. 皇后问题,自定义输入N,完成N*N棋盘的N皇后排列问题。-Queens, custom input N, N Queen permutation problem N* N chessboard.
  3. 所属分类:Data structs

    • 发布日期:2017-05-01
    • 文件大小:178359
    • 提供者:刘昊岩
  1. queen

    0下载:
  2. 在一个国际象棋棋盘中摆N个皇后,使这N个皇后不能互相被对方吃掉,-In a chess board put N queen, make this N queen cannot be eaten by the other party to each other,
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-17
    • 文件大小:16384
    • 提供者:llk!045281
  1. n Queens1

    0下载:
  2. N QUEEN PROBLEM USING C SHARP WINDOWS FORMS
  3. 所属分类:C#编程

    • 发布日期:2017-12-30
    • 文件大小:3612672
    • 提供者:Aquiquez
  1. N皇后

    0下载:
  2. 八皇后问题,是一个古老而著名的问题,是回溯算法的典型案例。该问题是国际西洋棋棋手马克斯·贝瑟尔于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
  3. 所属分类:书籍源码

    • 发布日期:2018-01-06
    • 文件大小:8569856
    • 提供者:静守成雯
  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. N huanghou

    0下载:
  2. 国际象棋中皇后可以在横、竖、斜线上不限步数地吃掉其他棋子。如何将N个皇后放在一个国际象棋的棋盘上(有8 * 8个方格),使它们谁也不能被吃掉!这就是著名的八皇后问题。我们现在扩展一下,对于某个满足要求的N皇后的摆放方法,定义一个皇后序列与之对应,即{(x1,y1),(x2,y2)…(xN,yN)},其中(xi∈[1,N],yi∈[1,N],N∈[4,16]),其中(xi,yi)为相应摆法中第i个皇后所处的坐标(行数和列数)。那么需要针对这个序列进行检测,检测序列给定的皇后们是否存在可以相互吃掉的
  3. 所属分类:游戏

    • 发布日期:2018-05-07
    • 文件大小:5120
    • 提供者:youxiaoyu
« 1 2 3 4 56 7 8 9 10 ... 18 »
搜珍网 www.dssz.com