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

搜索资源列表

  1. n-queen

    0下载:
  2. 解决N皇后问题,里面有不同方法的分析,还有上限,我记得是100个-Sovle the "n queen" problem
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:4500
    • 提供者:刘梓祥
  1. QUEEN

    0下载:
  2. code for 8-queen with c++ language
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:825
    • 提供者:houri
  1. Queen

    0下载:
  2. 回溯算法解决皇后问题 回溯算法解决皇后问题-the solution of n queen
  3. 所属分类:CSharp

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

    0下载:
  2. 用c++实现n皇后的算法源码,注释比较详细,用回溯算法实现的-N queen algorithm source code with c++, a more detailed annotation, backtracking algorithm to achieve
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:953
    • 提供者:waynechan
  1. queen

    0下载:
  2. 基于MPI的8皇后问题源代码.需要MPI支持-8-queen problem, with MPI
  3. 所属分类:MPI

    • 发布日期:2017-04-01
    • 文件大小:2915
    • 提供者:andy
  1. 8-Queen

    0下载:
  2. VC++课程设计的八皇后问题 在一个8*8的棋盘上放置彼此不受攻击的8个皇后。 按照国际象棋的规则,皇后可以攻击与之处在同一行或同一列或同一斜线上的棋子。8皇后问题就等价于在8*8格的棋盘上放置8个皇后,任何两个皇后不放在同一行或同一列或同一斜线上。 -VC++ curriculum design the eight queens problem in an 8* 8 chessboard placed 8 Queen not to attack each other. In acc
  3. 所属分类:Other Games

    • 发布日期:2017-03-30
    • 文件大小:322600
    • 提供者:胡凯
  1. N-queen

    0下载:
  2. 求解n皇后问题。给定一个N×N的棋盘,在棋盘上放置N个皇后,使得N个皇后两两之间互不攻击。任何两个处于同一列,同一行,同一对角线上的皇后都会互相攻击。 -Solve the n queens problem. To set a NN board, place N queens on a chessboard, making the N-queens do not attack each other between every two. Any two in the same column,
  3. 所属分类:Console

    • 发布日期:2017-03-28
    • 文件大小:1018
    • 提供者:liao
  1. Erlang-N-queen

    0下载:
  2. 基于Erlang语言平台解决N皇后问题,通过对原有基于Erlang的N皇后问题算法进行分析,提出了一种新的改进算法。该算法利用位运算操作,并且在每一行只搜索可以放置皇后的位置。通过理论分析与实验验证,证明该算法能明显提升N皇后问题算法效率。-Solve the N-queens problem, based on the Erlang language platform through the original N-queens problem algorithm based on Erlang
  3. 所属分类:Other systems

    • 发布日期:2017-11-04
    • 文件大小:233645
    • 提供者:陈嘉鑫
  1. 8-queen

    0下载:
  2. It is a graphical representation of the famous 8 queen problem . the program is in accordance to the algorithm described in Cormen.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-25
    • 文件大小:45950
    • 提供者:amannith
  1. queen

    0下载:
  2.   用枚举法解八皇后问题, 在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。-Use enumeration method solution eight queen, in 8 x8 lattice chess put on eight queen, to make it can t attack each other, i.e., any two queen cannot in the same column with
  3. 所属分类:EditBox

    • 发布日期:2017-11-03
    • 文件大小:7047
    • 提供者:尼麻痹
  1. eight-queen-problem

    0下载:
  2. 以一个很巧妙的递归算法实现8皇后问题,该递归算法思路很独特,是初学者一个很好的借鉴-To a very clever recursive algorithm resolve eight queen problem .
  3. 所属分类:CSharp

    • 发布日期:2017-11-07
    • 文件大小:706
    • 提供者:庄希
  1. 8-queen

    0下载:
  2. 8 queen app with Recursive algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-02
    • 文件大小:35427
    • 提供者:mahdi
  1. 8-queen

    0下载:
  2. c++用栈实现八皇后问题,代码有详细说明,是初学数据结构的好参考-8 Queen
  3. 所属分类:Other systems

    • 发布日期:2017-11-24
    • 文件大小:1224
    • 提供者:张文
  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. queen

    0下载:
  2. 输出8皇后问题所有结果。每个结果第一行是No n:的形式,n表示输出的是第几个结果;下面8行,每行8个字符,‘A’表示皇后,‘.’表示空格。不同的结果中,先输出第一个皇后位置靠前的结果;第一个皇后位置相同,先输出第二个皇后位置靠前的结果;依次类推。 -Output all the results of the 8-queens problem. The first line of each result in the form of a No n: n output is several r
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-28
    • 文件大小:4300
    • 提供者:王康
  1. queen

    0下载:
  2. queen的实现,利用c++来实现queen的算法-failed to translate
  3. 所属分类:Other systems

    • 发布日期:2017-12-04
    • 文件大小:551
    • 提供者:吴朕
  1. eight-queen-problem

    0下载:
  2. 八皇后问题是一个古老而著名的问题,是回溯算法的典型例题。该问题是十九世纪著名的数学家高斯1850年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。-Eight queens problem is an old and well-known problems, backtracking algorithm is a typical example. The problem is that the famous 19th
  3. 所属分类:Game Program

    • 发布日期:2017-11-09
    • 文件大小:2747
    • 提供者:杨基隆
  1. queen

    0下载:
  2. queen 八皇后问题 queen eight queens problem C-queen eight queens problem
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-07
    • 文件大小:216307
    • 提供者:wufei
  1. N-Queen-pashanfa-huisufa

    0下载:
  2. N皇后问题回溯法爬山算法的实现及性能分析-N Queen
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-09
    • 文件大小:120212
    • 提供者:Bernie
  1. 295---N-Queen-Problem-via-Hopfield-Tank-Neural-Ne

    0下载:
  2. N-Queen Problem via Hopfield-Tank Neural Network v1.0
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:26553
    • 提供者:Nima
« 1 2 3 4 5 67 8 9 10 11 ... 49 »
搜珍网 www.dssz.com