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

搜索资源列表

  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×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. 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. Queen_lv

    0下载:
  2. 采用LasVegas概率算法高效解决N皇后问题,并统计其成功与失败的概率,这是中国科技大学的高级算法设计的设计-LasVegas probability algorithm used to solve N Queen efficient, and its success or failure of statistical probability, which is China University of Science and Technology Advanced Algorithm Desi
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:12108
    • 提供者:xaiaoshqiaon
  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
    • 文件大小:34135
    • 提供者:ganbin
  1. n-queen

    0下载:
  2. n皇后问题,迷宫问题,递归实现皇后寻找迷宫出路,经典算法之一-n queen problem, the maze problem, the recursive realization of the maze to find a way out of Queen' s, one of the classic algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:765
    • 提供者:luo
  1. NQueen

    0下载:
  2. n皇后问题可以表示成n-元组(x1,…,xn),其中xi是放在第i行的皇后所在的列号。于是,解空间由nn个n-元组组成。 显示约束条件为Si={1,2,…….,n},1 i  n。 隐式约束条件之一为没有两个xi相同(即任意两个皇后不在同一列上)。将其加入到显式条件中,于是解空间的大小由nn个元组减少到n!个元组。 -n queens problem can be expressed as n-tuple (x1, ..., xn), where xi i
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1028
    • 提供者:lily
  1. n-queens

    1下载:
  2. 使用vc++实现数据结构中的n皇后问题的实现,使用递归算法完成此项操作基本比较简单-Using vc++ data structure, the realization of n-queens problem, using the basic recursive algorithm is relatively simple to complete this operation
  3. 所属分类:Data structs

    • 发布日期:2014-10-14
    • 文件大小:732
    • 提供者:jidean
  1. nqueens-recursion-backtracking-n^n

    0下载:
  2. n皇后问题的递归回溯实现, 状态数:n^n-n queens problem of recursive backtracking implementation, the number of states: n ^ n
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:221621
    • 提供者:jory
  1. N-Queens

    0下载:
  2. 软件架构的N皇后问题,这个算法效率比较高-Software architecture of the N queens problem, this algorithm is more efficient
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1222360
    • 提供者:杜佳佳
  1. n-q

    0下载:
  2. 八皇后,n皇后问题C语言实现,求解所有可行解 -Eight Queens, n queens problem C language, all the feasible solutions for solving
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:11674
    • 提供者:yuan
  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
    • 文件大小:21311
    • 提供者:bailong
  1. N-queen-problem

    0下载:
  2. n皇后问题 n皇后问题 n皇后问题-n queens n queens n queens n queens n queens problem
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:26781
    • 提供者:ilove
  1. N-Queen

    1下载:
  2. N皇后问题的演示程序,清晰的图形界面显示-N Queens problem demo, clear graphical display
  3. 所属分类:界面编程

    • 发布日期:2012-11-20
    • 文件大小:21303
    • 提供者:tony
  1. N-queen

    0下载:
  2. 用c++语言提供了N皇后问题的算法描述,大家可以参考。-C++ language with the N-queens algorithm descr iption, we can reference.
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1899
    • 提供者:caicai
  1. N-Queens

    0下载:
  2. pascal语言使用迭代法求解N皇后问题的源码-pascal language use iteration method to solve N-Queens problem code
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:181866
    • 提供者:李毅
  1. N-Queens10000Artificial

    0下载:
  2. 主要利用人工智能的方法实现10000个N皇后问题-The main use of artificial intelligence methods to achieve 10 000 N Queens
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:239879
    • 提供者:zhengbo
  1. N-Queens-Algorithm

    0下载:
  2. N皇后问题算法,N皇后问题是关于国际象棋的一个著名问题,本算法给出了其中一种解法-N Queens Algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:92115
    • 提供者:duanyuxing
  1. n-queen

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

    • 发布日期:2017-04-03
    • 文件大小:4500
    • 提供者:刘梓祥
« 1 2 34 5 6 7 8 9 10 ... 21 »
搜珍网 www.dssz.com