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

搜索资源列表

  1. My8Queen

    0下载:
  2. 八皇后问题:用回溯算法做的 -8 Queens : The backtracking algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:866
    • 提供者:谢朝
  1. 8-queens

    0下载:
  2. 数据结构算法:回溯法编程寻找八皇后问题的所有解,使用语言C/C-algorithm data structure : backtracking programming for the Queen's eight all solutions, the use of language C / C
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6224
    • 提供者:王卫国
  1. 8Quing

    0下载:
  2. 八皇后问题(附自编解说)-8 Queens (self Commentary)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:12120
    • 提供者:a-rice
  1. 1八皇后

    0下载:
  2. 八皇后问题 数据结构学习源码-8 Queens source data structure study
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:791
    • 提供者:的弗萨
  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. 8Queens

    0下载:
  2. 经典的8皇后问题,1970年与1971年,E.W.Dijkstra与N.Wirth曾经用这个问题来讲解程序设计之技巧。-The classic 8-queens problem, in 1970 and 1971, EWDijkstra and N. Wirth has been using this issue to explain the program design skills.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:158495
    • 提供者:harry
  1. queen

    0下载:
  2. 运用回溯法解决8皇后问题,进而可以使用本方向推广到N皇后问题。-The use of backtracking to solve 8 queens problem, in turn, can be extended to use the direction of N Queens problem.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:998
    • 提供者:huangkangying
  1. 8QUEENS

    0下载:
  2. c语言算法中的8皇后问题的解答 而且结果的输出很漂亮 一眼就明白-c language algorithm 8 Queen s questions and the results of the output is very beautiful to understand at a glance
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-10
    • 文件大小:946
    • 提供者:胡淳
  1. 8QUEEN

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

    • 发布日期:2017-05-15
    • 文件大小:3873810
    • 提供者:WB
  1. 8-Queen-presentation-of-the-original-code

    0下载:
  2. 数据结构课程设计经典问题八皇后动态演示原代码-Classic problem of data structure, curriculum design, dynamic presentation of the original code 8 Queens
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1698
    • 提供者:liu jian
  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. 8-queens

    0下载:
  2. 八皇后问题所有解的Java程序代码,能得到92种全部解。-Java source code of the "Eight queens problem". It can work out all 92 solutions.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:3089
    • 提供者:李鹏飞
  1. 8-queens

    0下载:
  2. 用C语言简单实现八皇后,人工智能,遗传算法-Simple implementation using C language eight queens, artificial intelligence, genetic algorithms
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:56905
    • 提供者:小君
  1. the-problem-of-eight-queens

    0下载:
  2. 用遗传算法解决8皇后问题,并在VC++环境下调试通过,得出了正确结果,word文档说明和C源代码-With a genetic algorithm to solve 8 queens problem, and in the VC++ debugging environment through, come to the right result, word and the C source code documentation
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:20066
    • 提供者:paradise
  1. 8-queens-problems

    0下载:
  2. 用回溯递归法有效解决八皇后问题,这个问题是数据库中的经典例题,用c语言实现。-8 queens problems
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:649
    • 提供者:yinli
  1. 8-queens-problems

    0下载:
  2. MFC实例, 八皇后问题, 八皇后问题是一个古老而著名的问题,是回溯算法的典型例题。该问题是十九世纪著名的数学家高斯1850年提出。-MFC example, 8 queens problems, 8 queens problems is an ancient and famous problem, is the typical examples of retrospective algorithm. The problem is the nineteenth century famous ma
  3. 所属分类:Data structs

    • 发布日期:2017-11-27
    • 文件大小:46779392
    • 提供者:rs
  1. eight-queens--problem

    0下载:
  2. 八皇后问题,是一个古老而著名的问题,是回溯算法的典型例题。该源码实现八皇后问题。-8 queens problems, is an ancient and famous problem, is the typical examples of retrospective algorithm. This source realize 8 queens problems.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:569806
    • 提供者:kingofZQJ
  1. 8-queens

    0下载:
  2. 数据结构,《八皇后问题》(基于c语言)-Data structure, the eight queens problem " (c language)
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1083
    • 提供者:霜天晓角
  1. N-Queens

    0下载:
  2. 使用回溯法求N皇后问题,是又经典的8皇后问题延伸而来-Seeking N Queens backtracking law, it is another classic 8-queens problem extends from
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1142
    • 提供者:李泽文
  1. 回溯算法解决8皇后问题

    0下载:
  2. 利用回溯算法计算8皇后问题,计算出最终方案(A backtracking algorithm is used to calculate the 8 Queens, and the final scheme is calculated.)
  3. 所属分类:数学计算

    • 发布日期:2018-04-20
    • 文件大小:2810880
    • 提供者:也都一样
« 12 3 4 »
搜珍网 www.dssz.com