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

搜索资源列表

  1. nq.rar

    0下载:
  2. 求N皇后问题回溯算法
  3. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:1112
    • 提供者:
  1. nqueens

    0下载:
  2. 用c编写的N皇后问题-used to prepare N Queens
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:782
    • 提供者:叶纷飞
  1. home1work

    0下载:
  2. 微软桌着色问题a【问题】 组合问题 【问题】 填字游戏 【问题】 n皇后问题 -Microsoft tables coloring problem -- a problem [[composition problems -- crossword puzzles [n Queen's problem -- the problem
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:7876
    • 提供者:阿嫂
  1. 5-Queen

    0下载:
  2. N皇后问题!图形界面演示,VC6.0开发-N Queen! GUI demonstration VC6.0 development. .
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:32259
    • 提供者:郭上华
  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
    • 文件大小:2656
    • 提供者:1
  1. N_Queen

    0下载:
  2. N皇后问题的优化版本,对于N= 13的情况可以在1秒内出结果-N Queen of the optimized version for the N = 13 can be in a give results within seconds
  3. 所属分类:数值算法/人工智能

    • 发布日期:2012-10-22
    • 文件大小:1528
    • 提供者:吴地瓜
  1. nqueens9901

    0下载:
  2. 著名的n皇后问题。实现结果为 请输入这是一个几皇后问题:4 4皇后问题有解为: 2 4 1 3 4皇后问题有解为: 3 1 4 2 Press any key to continue -n Queen's famous question. To achieve results Please enter several This is a Queen's : 4 Queen of the solutions to these problems : 2 4
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1267
    • 提供者:nanaleer
  1. bahuanghouwtdejavashixian

    0下载:
  2. n皇后问题算法。 * 把棋盘看成一个坐标系,以左下角为原点(0,0)。坐标系的每个点为一个Point类。 * 每个皇后为一个皇后对象Queen。 * 判断一个点的坐标是否在,一个皇后控制的范围的函数为Queen.isUnderControl(point)。 -n Queen's Algorithm. * Chessboard as a coordinate system to lower left-hand corner of the origin (0,0). T
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4186
    • 提供者:tangying
  1. N-Queen-pashanfa-huisufa

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

    • 发布日期:2017-11-09
    • 文件大小:120212
    • 提供者:Bernie
  1. N-queens-problem

    0下载:
  2. 利用c语言实现的高效N皇后问题,并输出计算时间。-Use c language to achieve efficient N queens problem, and outputs the computation time
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:560
    • 提供者:sj
  1. N--java-

    0下载:
  2. 利用递归机制,可以很容易的求解n皇后问题。针对八皇后,总共有92种解。下面将给出N-皇后问题的一般求解代码,在这里代码是使用java编码的。-Recursive mechanism that can easily solve the n-queens problem. For eight queens, a total of 92 kinds of solutions. The following will give a general N-queens problem solving code
  3. 所属分类:JavaScript

    • 发布日期:2017-04-13
    • 文件大小:2071
    • 提供者:gy
  1. N-QWEENS

    0下载:
  2. 经典的N皇后问题,运用递归方法求解,具有一定参考价值-Classic N queens problem, using a recursive method for solving a certain reference value
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-15
    • 文件大小:4034503
    • 提供者:李桐宇
  1. n

    0下载:
  2. n皇后问题源代码,对N皇后的问题进行了详细的代码-n queen
  3. 所属分类:Console

    • 发布日期:2017-04-11
    • 文件大小:1084
    • 提供者:李腾
  1. n-queen

    0下载:
  2. n皇后问题的最简单解法,弄够帮助到大家。-n queens problem the easiest solution, get enough help to you.
  3. 所属分类:Other systems

    • 发布日期:2017-05-09
    • 文件大小:1726693
    • 提供者:张凡荣
  1. N-queens-problem

    0下载:
  2. 八皇后问题是一个古老而著名的问题,是回溯算法的经典问题。该问题是十九世纪著名的数学家高斯在1850年提出的:在8*8的国际象棋棋盘上,安放8个皇后,要求没有一个皇后能够“吃掉”任何其它一个皇后,即任意两个皇后不能处于同一行,同一列或者同一条对角线上,求解有多少种摆法。 高斯认为有76种方案。1854年在柏林的象棋杂志上不同的作者发表了40种不同的解,后来有人用图论的方法得到结论,有92中摆法。 本实验拓展了N皇后问题,即皇后个数由用户输入。 -Eight queens problem
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:636
    • 提供者:林斌
  1. N-Queue_DFS

    0下载:
  2. BFS法求解N皇后问题,输出全部解决方案。-BFS method for solving N queens problem and output all solutions.
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:32488
    • 提供者:
  1. N-queens-problem

    0下载:
  2. N皇后问题,可以输入N的值,并输出每一种N的情况和步骤。-N queens problem, you can enter the value of N, and N outputs each situation and steps.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-30
    • 文件大小:98357
    • 提供者:李元月
  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. 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
    • 文件大小:12402
    • 提供者:黑所
  1. Desktop

    0下载:
  2. 实现N皇后问题,采用了回溯法。分为三个模块(to solve the queue problem)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-01
    • 文件大小:1024
    • 提供者:Leslie_Lee
« 1 2 3 4 56 7 8 9 10 ... 23 »
搜珍网 www.dssz.com