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

搜索资源列表

  1. nqueens.rar

    0下载:
  2. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:515byte
    • 提供者:
  1. nqueens

    0下载:
  2. 用c编写的N皇后问题-used to prepare N Queens
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:782byte
    • 提供者:叶纷飞
  1. C-NQueens

    0下载:
  2. C_NQueens Ask not what your country can do for you Ask what you can do for your country. -C_NQueens Ask not what your country can do f or you Ask what you can do for your country.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:801byte
    • 提供者:刘鹏
  1. Nqueens

    0下载:
  2. N皇后问题的程序,有界面,Vv++ 6.0制作,有兴趣的可以下来
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:45.32kb
    • 提供者:刘航
  1. 回溯法,实现nqueens

    0下载:
  2. 回溯法,实现nqueens
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2012-05-18
    • 文件大小:2.9kb
    • 提供者:aiqin1104
  1. nqueens(localSearch)

    0下载:
  2. n皇后问题,采用局部搜索算法,普通搜索效率,内含代码。-n queens problem, using a local search algorithm, general search efficiency, containing the code.
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:60.71kb
    • 提供者:Mark
  1. Nqueens

    0下载:
  2. N皇后问题,N由自己输入的值来确定,然后输出所有皇后摆放的方法-N queens problem, N by their own input values to determine, and then display the output all the way to Queen' s
  3. 所属分类:software engineering

    • 发布日期:2017-03-28
    • 文件大小:593byte
    • 提供者:王周利
  1. NQueens

    0下载:
  2. 这是一个八皇后问题的扩展,使用java实现,扩展到了多皇后,只要你输入皇后的个数,能给出所有的解。-This is an expansion of 8 Queen
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:8.77kb
    • 提供者:pingyang
  1. Nqueens

    0下载:
  2. This progamram desrible how put N queens on the board have size N*N Using algorithm back tracking
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-25
    • 文件大小:2.24kb
    • 提供者:phieudu241
  1. nRainhas3

    0下载:
  2. NQueens problem. Resolved using QT Framework + c-NQueens problem. Resolved using QT Framework+ c++
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:257.15kb
    • 提供者:Jonathan
  1. NQueens

    0下载:
  2. N皇后问题的实现,用回溯法实现N皇后问题-N Queen' s problem of the realization method used to achieve N Queen' s back issues
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:193.79kb
    • 提供者:燃烧
  1. nqueens

    0下载:
  2. nqueens program in c++ in a simple code
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:11.39kb
    • 提供者:keramat
  1. NQueens

    0下载:
  2. 利用回溯算法求解n皇后问题;并通过本例熟悉回溯算法在程序设计中的应用方法。-The use of backtracking algorithm to solve n queens problem and are familiar with the passage of the cases of backtracking algorithm in the program design should be applied.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:946byte
    • 提供者:mangmang
  1. Nqueens

    0下载:
  2. N queen problem in c++ coding
  3. 所属分类:Game Program

    • 发布日期:2017-04-15
    • 文件大小:7.51kb
    • 提供者:reka
  1. NQueens

    0下载:
  2. 经典的N皇后问题的实现,使用的算法是回溯法-Classic implementation of N-Queens problem, using the algorithm is backtracking
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:559.03kb
    • 提供者:fcwindpasss
  1. nqueens.c.tar

    0下载:
  2. n-queens algorithm source code
  3. 所属分类:Windows CE

    • 发布日期:2017-04-10
    • 文件大小:536byte
    • 提供者:manu
  1. nQueens

    0下载:
  2. 使用C语言解决n皇后问题,包括递归和非递归的实现源码。运行环境:Linux,g-Using the C language to solve n queens problem, including the recursive and non-recursive implementation of source code. Runtime Environment: Linux, gcc
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:9.91kb
    • 提供者:ajaxhe
  1. nqueens

    0下载:
  2. 分支限界法解决皇后问题,在nxn棋盘上放n个棋子,要求两个棋子不能放在同一列上-Queens branch and bound method to solve the problem, put the board in the nxn n-piece, two pieces can not be requested on the same column
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1.13mb
    • 提供者:王浩文
  1. NQueens

    0下载:
  2. Solves the N-Queens problem using hillclimbing.-Solves the N-Queens problem using hillclimbing.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:65.11kb
    • 提供者:Jim
  1. NQueens

    0下载:
  2. nqueens 问题的QS1实现 N-皇后问题的快速局部搜索算法 1分钟可以找到75000皇后的一个解 参考:Rok Sosic and Jun Gu. A Polynomial Time Algorithm for the N-Queens Problem. SIGART Bulletin, 1(3):7-11, 1990.-Fast Local Search Algorithm QS1 nqueens problem realization // // N- Queens pro
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-24
    • 文件大小:334.09kb
    • 提供者:typ
« 12 3 »
搜珍网 www.dssz.com