CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - queens

搜索资源列表

  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. 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
    • 文件大小:1393
    • 提供者:
  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
    • 文件大小:9866
    • 提供者: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-22
    • 文件大小:934
    • 提供者:qiyifei
  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
    • 文件大小:600
    • 提供者:张春敏
  1. nq

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

    • 发布日期:2017-12-07
    • 文件大小:1383
    • 提供者:
  1. NQueenProblem

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

    • 发布日期:2017-04-11
    • 文件大小:809
    • 提供者:测试加利
  1. Fastn-Queens

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

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

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

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

    0下载:
  2. N皇后问题的爬山法 效果比普通方法好一些-N queens problem of hill-climbing method is better than the average effect of
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1378
    • 提供者:tamiaode
  1. queens

    1下载:
  2. 计算机学院大二数据结构课程序代码,实现八皇后算法-Computer Science sophomore class code data structure to achieve the eight queens algorithm
  3. 所属分类:Data structs

    • 发布日期:2014-10-14
    • 文件大小:666
    • 提供者:肖爽
  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. Las_vigas

    0下载:
  2. 用拉斯维加斯算法求解8皇后问题的小程序,有说明。-Las Vegas algorithm with the 8 Queens problem to a little program, has made it clear.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:718017
    • 提供者:minipuss
  1. tsqueen

    0下载:
  2. 此源碼為利用TABU SEARCH求解N-QUEENS問題的程式碼。 -AN EXPERIMENTAL TABU SEARCH CODE FOR THE N-QUEENS PROBLEM
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:3025
    • 提供者:果汁
  1. Queens

    0下载:
  2. 程序功能:1.由n2个方块排成n行n列的正方形称为n元棋盘。 如果两个皇后位于n元棋盘上的同一行、同一列或同一对角线上,则称它们在互相攻击。 现要找出使棋盘上n个皇后互不攻击的布局。 2.编制程序解决上述问题, 用户输入0~30间的棋盘方阵,给出所有解决方案,并输出结果。 -queens of different table sizes
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:90730
    • 提供者:lfm
  1. EightQueen

    0下载:
  2. 八皇后问题,每次运行可以得到不同的结果。方法较容易理解。源文件C++。开发环境VC++。-Eight queens problem, each run can get different results. Method easier to understand. Source file C++. Development Environment VC++.
  3. 所属分类:Data structs

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

    0下载:
  2. 皇后问题.rar,用C++写的皇后问题,包括递归和非递归-Queens problem. Rar, written in C++, the Queen, including recursive and non recursive
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:1226
    • 提供者:李雄
  1. queens

    0下载:
  2. 这是N皇后问题,主要解决算法设计中的求解效率-* Program to find number of solutions to the N queens problem. * This program assumes a twos complement architecture.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:5029
    • 提供者:剑云
  1. 4Q

    0下载:
  2. this program is about 4 Queens problem
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1290
    • 提供者:Gautami
« 12 3 4 5 6 7 8 9 10 ... 22 »
搜珍网 www.dssz.com