CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 人工智能/神经网络/遗传算法 搜索资源 - n皇后问题

搜索资源列表

  1. qweewq

    0下载:
  2. 上再一个n皇后问题的说明 上再一个n皇后问题的说明-again a n Queen's on the statement of an n Queen's again the statement n a further statement of the Queen n again a statement of the Queen's again a problem n Queen's Note
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-07-13
    • 文件大小:2.59kb
    • 提供者:1
  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
    • 文件大小:3.66mb
    • 提供者:吴俊杰
  1. Backtrace_NQueen

    0下载:
  2. 此代码主要解决的是N皇后问题,用JAVA编写的,相信对大家会有用
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2014-01-17
    • 文件大小:537byte
    • 提供者:武玉伟
  1. Queen

    0下载:
  2. 局部搜索法求解N皇后问题。这个算法的特点是引入随机因素,每次运行并不能保证求得问题的最优解,但经过运行之后,一般总能得到一个与最优解相差不大的满意解。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1.68kb
    • 提供者:清和信平
  1. nquee

    0下载:
  2. 遗传算法与回朔法对比 解决n皇后问题c源码
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:7.95kb
    • 提供者:huli
  1. climbling

    0下载:
  2. 爬山法和遗传算法解决n皇后问题及可视化演示。-Hill-climbing and genetic algorithm to solve n-queens problem and visual presentation.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-14
    • 文件大小:3.02mb
    • 提供者:fairybroken
  1. Queen_GA

    0下载:
  2. 使用人工智能的遗传算法来解N皇后问题,能已较快的速度来搜索N皇后。-The use of artificial intelligence genetic algorithms to solve N Queen s problem, can have high speed to search for N Queen.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:33.33kb
    • 提供者:ganbin
  1. Queens.cpp

    0下载:
  2. 采用LasVegas算法解决N皇后问题,设置了stepVeags,即前stepVeags步采用随机算法放置皇后,剩下的采用回溯法放置皇后-solve the N Queens problem using LasVegas
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:1.05kb
    • 提供者:shan he
  1. n-Queen-PRoblem

    0下载:
  2. 使用Hopfield人工神经网络解决"N-皇后"问题-A copy of source code about how to resolve N-Queen problem with Hopfield artificial neural network.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:20.81kb
    • 提供者:bailong
  1. Queen

    0下载:
  2. N皇后问题,hopfield,回溯法,人工智能-N-Queen hopfield,huisu
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-10
    • 文件大小:2.17mb
    • 提供者:kobe
  1. N_queens

    0下载:
  2. 求解N皇后问题:把N个皇后放在一个棋盘上,每行和每列只能有一个皇后。另外,一个皇后只能在任一行、列或对角线上。要求皇后数≥100。用了两种方法,回溯法和启发式修补法。-Solve N Queen' s problem: N queens on a chessboard, each row and each column can have only one Queen. Further, only in a queen in any row, column, or diagonal. Que
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-15
    • 文件大小:1.32kb
    • 提供者:天才
  1. NQueen

    0下载:
  2. 使用人工智能的方法和思想实现了N皇后问题。-Using artificial intelligence methods and ideas to achieve the N-Queens problem.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-04-13
    • 文件大小:2.08kb
    • 提供者:猫小邪
  1. CSP

    0下载:
  2. 使用最小冲突法实现的N皇后问题,其中,通过构造的方法产生初始解,因此,千万级别的皇后只需要4s左右-Minimum conflict of laws to achieve the N-queens problem, which constructed the initial solution, therefore, thousands of levels Queen 4s
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-07
    • 文件大小:555.65kb
    • 提供者:
  1. N-Queen-pashanfa-huisufa

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

    • 发布日期:2017-11-09
    • 文件大小:117.39kb
    • 提供者:Bernie
  1. NQueen(pa-shan-fa)

    0下载:
  2. 人工智能-爬山法解决N皇后问题,vs2010编写,代码有注释,可轻松理解。-AI- climbing method to solve the N-Queens problem, vs2010 written code annotated, easy to understand.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-15
    • 文件大小:579.45kb
    • 提供者:Bernie
  1. source

    0下载:
  2. N皇后问题,8乘以8的棋盘,小算法小技巧-N queens problem, 8 multiplied by 8 chessboard, small algorithm tips
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-11
    • 文件大小:1.14kb
    • 提供者:22
  1. queen

    0下载:
  2. 局部搜索的方法实现n皇后问题,在较快的时间内找到一个n皇后解。-Local search methods to achieve n queens problem and find a solution in n-queens faster time.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:16.01kb
    • 提供者:欧阳文俊
  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
  1. N-queens-algorithm

    0下载:
  2. n皇后问题的BFS算法,算法简洁,作为初学者一看就懂,不过先看会BFS算法很重要,这比普通的动态规划速度要快很多-N queens problem BFS algorithm, the algorithm is simple, as a beginner to understand, but first look at the BFS algorithm is very important, which is much faster than the general dynamic planni
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:12.11kb
    • 提供者:黑所
  1. BFS 求解 N 皇后问题(252370)

    0下载:
  2. BFS算法实现N皇后问题,12个皇后是速度还行,超过了就有点慢。(BFS algorithm to achieve N queen problem, 12 queens is the speed is OK, more than a little slow.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-29
    • 文件大小:9kb
    • 提供者:loganic
« 12 »
搜珍网 www.dssz.com