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

搜索资源列表

  1. 8皇后问题的所有解

    0下载:
  2. 8皇后问题的所有解,可以把它给成N皇后的问题
  3. 所属分类:Windows编程

    • 发布日期:2008-05-14
    • 文件大小:5490
    • 提供者:dongfengaa
  1. 面向对象n皇后

    0下载:
  2. 思路清晰的n皇后问题求解,采用面向对象思路编写,封装类可在其他程序中灵活调用-lucid n Queen's problem solving, object-oriented ideas to prepare, Packaging category in other proceedings flexible call
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1304
    • 提供者:朱竹
  1. C语言实现的皇后问题

    0下载:
  2. n皇后问题,可以显示所有的合适路径,典型的回溯算法-n Queen's, will show you all the appropriate path, the typical backtracking algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9870
    • 提供者:吴限负
  1. n后问题

    0下载:
  2. 在 n 行 n 列的国际象棋棋盘上,最多可布n个皇后。 若两个皇后位于同一行、同一列、同一对角线上,则称为它们为互相攻击。 n皇后问题是指找到这 n 个皇后的互不攻击的布局。 n 行 n 列的棋盘上,主次对角线各有2n-1条。-n n trip out of the international chess board, the maximum n Queen's cloth. If two at the same Queen's visit, the same s
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:1384
    • 提供者:刘二
  1. N皇后问题回溯算法

    0下载:
  2. 皇后问题的拓展 经典算法-Queen expand the classical algorithm
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1413
    • 提供者:王丰
  1. 回溯法N皇后问题

    0下载:
  2. 这是计算机算法中的回溯法中的一个经典的问题--N皇后问题!希望对学计算机算法的同学有用!-This is a computer algorithm, the retroactive law on the issue of a classic -- N Queen! Want to learn how to use computer algorithms useful to the students!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2187
    • 提供者:中国
  1. QUEues皇后问题

    0下载:
  2. 此程序完成N皇后问题。大家可以互相讨论学习。-N Queen's problem. We can learn from each other discussions.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1409
    • 提供者:武威风
  1. 一个局部搜索NQueen的O(n2)算法

    0下载:
  2. 求N皇后问题的一个解: 算法 :QS1
  3. 所属分类:数值算法/人工智能

    • 发布日期:2009-11-20
    • 文件大小:1240
    • 提供者:abraham
  1. Nqueen

    0下载:
  2. N皇后问题的回溯算法,非常简单,容易看懂-N Queen s problem back algorithm, is very simple, easy to understand
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:6434
    • 提供者:yi
  1. queue

    0下载:
  2. n皇后问题的C++求解方法,就是n个皇后不能同行也不能同列。-n queen problem C++ solving method, that is, n can not be a Queen s peers can not be with out.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:1929
    • 提供者:小橘子
  1. queen

    0下载:
  2. N皇后问题,N皇后放置过程的现实。 由八皇后问题扩展开来,在N*N的棋盘上摆放N个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上。求可能的解决方案,并显示每一种解决方案的皇后放置过程。-N Queen' s problem, N Queen placed the reality of the process. Expansion by opening eight to question Queen' s, at the N* N chessboard
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-27
    • 文件大小:9254
    • 提供者:xiafan
  1. queen

    0下载:
  2. N皇后问题 输入N 可以得到问题的解-N QUEEN
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:871
    • 提供者:chen
  1. NQueenProblem

    0下载:
  2. n皇后问题,关于如何计算n皇后问题,里面的代码容易看懂,核心的是在针对试探-回溯算法所用的数据结构的设计上。 程序采用了递归,也就是借用了编译系统提供的自动回溯功能。-N Queen Problem
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1932
    • 提供者:tp
  1. Fastn-Queens

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

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

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

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

    0下载:
  2. 算法分析,N皇后问题,这是上交的作业,准确无误!-Algorithm analysis, N queens problem
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:370082
    • 提供者:刘子龙
  1. 爬山 完美

    0下载:
  2. 使用爬山法实现n皇后问题 输入 n,并用运行时间比较几种算法在相同规模的问题时的求解效率。列表给出结果。 比较同一算法在 n 不相同时的运行时间,分析算法的时间复杂性。(Use of climbing method to achieve the N Queens)
  3. 所属分类:数据结构

    • 发布日期:2018-01-01
    • 文件大小:7293952
    • 提供者:doudou854
  1. N皇后

    0下载:
  2. 八皇后问题,是一个古老而著名的问题,是回溯算法的典型案例。该问题是国际西洋棋棋手马克斯·贝瑟尔于1848年提出:在8×8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。(The eight queen problem, an old and famous problem, is a typical case of backtracking algorithms. It is put forward the internationa
  3. 所属分类:书籍源码

    • 发布日期:2018-01-06
    • 文件大小:8569856
    • 提供者:静守成雯
  1. NQueens.m

    0下载:
  2. N皇后问题 用Matlab解决 N皇后问题 用Matlab解决(NQteens use Matlab)
  3. 所属分类:数据结构

    • 发布日期:2018-01-09
    • 文件大小:1024
    • 提供者:迪迪2222
  1. Nqueen

    0下载:
  2. 在8*8的国际象棋棋盘上,安放8个皇后,要求没有一个皇后能够“吃掉”任何其它一个皇后,即任意两个皇后不能处于同一行,同一列或者同一条对角线上,求解有多少种摆法。 本实验拓展了N皇后问题,即皇后个数由用户输入(On the chess board of 8*8, 8 queens are placed, requiring that no queen can eat any other queen, that is, any two Queens can not be in the same r
  3. 所属分类:Windows编程

    • 发布日期:2018-01-10
    • 文件大小:15360
    • 提供者:babou
« 1 23 4 5 6 7 8 9 10 ... 23 »
搜珍网 www.dssz.com