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

搜索资源列表

  1. eight queens

    0下载:
  2. 一种新的八皇后问题解决方案,用矩阵来表示皇后们的位置-a new eight Queens solutions matrix to express their position at Queen's
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:157.45kb
    • 提供者:zj
  1. AN EXPERIMENTAL TABU SEARCH CODE FOR THE N-QUEENS PROBLEM

    0下载:
  2. AN EXPERIMENTAL TABU SEARCH CODE FOR THE N-QUEENS PROBLEM
  3. 所属分类:数值算法/人工智能

  1. 皇后之謎

    1下载:
  2. this small program to give one possible solution of the 8 queens puzzle...
  3. 所属分类:棋牌游戏

  1. AN EXPERIMENTAL TABU SEARCH CODE FOR THE N-QUEENS PROBLEM

    0下载:
  2. * TSQUEEN.C : <n> number of queens * * <tabu_size> size of the tabu list * * <max_iter> maximum number of iterations * *
  3. 所属分类:数据结构常用算法

  1. 八皇后问题

    0下载:
  2. 八皇后问题,Eight queens problem
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-11-08
    • 文件大小:1.36kb
    • 提供者:
  1. 59564608queen

    0下载:
  2. 对人工智能八皇后问题求解,掌握爬山法的应用-Eight Queens problem-solving of artificial intelligence to grasp the application of hill-climbing
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:9.63kb
    • 提供者:xuting
  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
    • 文件大小:934byte
    • 提供者:qiyifei
  1. 8-queen

    0下载:
  2. 通过遗传算法实现八皇后的求解问题,用MFC实现可视化操作,界面很漂亮,算法是改良的遗传算法-Through the genetic algorithm for solving the eight queens problem
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:1.82mb
    • 提供者:Bill Gates
  1. moni

    0下载:
  2. 该程序用模拟退火算法实现了对八皇后不相冲突的位置算法。-The program simulated annealing algorithm for the eight queens do not conflict with the location algorithm.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-05
    • 文件大小:600byte
    • 提供者:张春敏
  1. nq

    0下载:
  2. 求N皇后问题回溯算法--Asks the N queens question recollection algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-12-08
    • 文件大小:1.35kb
    • 提供者:
  1. eightqueen

    0下载:
  2. 8皇后问题的算法 改算法可以扩展到N皇后的问题,不过时间会很长的-It s about the eight queens problem
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-07
    • 文件大小:1.43mb
    • 提供者:liuzhiping
  1. NQueenProblem

    0下载:
  2. 这是一个自己实现的N皇后问题c++解法,请各位指教-This is an own implementation of the N Queens problem c++ solution
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:809byte
    • 提供者:测试加利
  1. eightqueens

    0下载:
  2. 用 Scheme 来解决八皇后问题。八皇后问题:在 8*8 的棋盘上放置彼此不受攻击的 8 个皇后。按照国际象棋的规 则皇 后可以攻击与之处在同一行或同一列或同意斜线上的棋子。找出所有合法的 使8 个皇后 彼此不受攻击的放置方法。1 )除了完成 queens 的定义之外 , 给出一个打印输出过程 print-queens-Scheme used to solve the problem of the eight Queen' s. 8 Queen' s problem: In the
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2.14kb
    • 提供者:lishy
  1. eightqueens

    0下载:
  2. 主要用c++来解决八皇后问题,非常有效.-to deal with the problem of eight queens
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:1.23kb
    • 提供者:穆丹
  1. Fastn-Queens

    0下载:
  2. 快速 n—皇后 问题解决算法,是本人见过的代码中最快的,利用位操作-Fast n-Queens problem-solving algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:658.95kb
    • 提供者:li
  1. 8QUEEN

    0下载:
  2. 8皇后,是个很好的算法游戏 8皇后,是个很好的算法游戏 8皇后,是个很好的算法游戏-8 Queens
  3. 所属分类:Data structs

    • 发布日期:2017-05-15
    • 文件大小:3.69mb
    • 提供者:WB
  1. Queen

    0下载:
  2. 在一个8×8国际象棋盘上,有8个皇后,每个皇后占一格;要求皇后间不会出现相互“攻击”的现象,即不能有两个皇后处在同一行、同一列或同一对角线上。问共有多少种不同的方法-8 × 8 in a chess set, there are 8 Queen' s, Queen' s share of each cell between Queen will not be asked each other " attack" phenomenon, that is, can n
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-01
    • 文件大小:4.75kb
    • 提供者:妄想生
  1. N_Queens

    0下载:
  2. The N queens puzzle is the problem of putting N chess queens on an n×n chessboard such that none of them is able to capture any other using the standard chess queen s moves. The queens must be placed in such a way that no queens would be
  3. 所属分类:CSharp

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

    0下载:
  2. import java.doc,MATLAB拟合函数.doc 八皇后程序代码.doc,求杨辉三角.doc 光栅的模拟.doc-import java.doc, MATLAB fitting function. doc 8 Queens program code. doc, seeking Yang Hui triangle. doc grating simulation. doc
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:17.37kb
    • 提供者:王丽
  1. 06413407

    0下载:
  2. 在10乘10的棋牌上进行八皇后排列,并输出排列情况和种类-10 x 10 8 Queens on a chess arranged and the arrangement of the output and variety of
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:203.31kb
    • 提供者:芦传
« 12 3 4 5 6 7 8 9 10 ... 49 »
搜珍网 www.dssz.com