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

搜索资源列表

  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. nQueen

    0下载:
  2. n皇后问题,亦是经典算法与分析题目,通过回溯的方法,解决此问题-n queens problem, is also a classical algorithms and analysis of the subject, through the back way to solve this problem
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-17
    • 文件大小:501292
    • 提供者:sfz
  1. nhuanghouwenti

    0下载:
  2. n皇后问题的求解,有具体的演示结果,并含有结果的个数-n queen problem solving, there are specific demonstration results, and contains the results of the number of
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:3594
    • 提供者:林权
  1. Queen

    0下载:
  2. 用概率算法结合回溯思想实现n皇后问题,并计算算法执行的时间。-Algorithm combined with the probability of backward thinking of the realization of n queen problem and algorithm execution time.
  3. 所属分类:Other systems

    • 发布日期:2017-05-03
    • 文件大小:163413
    • 提供者:jdwang
  1. nhuanghou

    0下载:
  2. n皇后问题啊 我这个是8皇后的 算法比别人的简单点儿 相信你会看懂哦 !-n Queen
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:2034
    • 提供者:haha
  1. NqueenProblem

    0下载:
  2. 著名的n皇后问题 在一个棋盘上, 如果任意两个皇后排在同一行或者同一列上就会互相残杀, 此算法用以解决棋盘上n个皇后如何排列才能不互相残杀。 -N the famous Queen s problem in a chessboard, if any two of Queen s in the same line or on the same row will be killing each other, the algorithm to solve n chessboard with a Que
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:7657
    • 提供者:piki
  1. nqueen

    0下载:
  2. 用c++语言实现n皇后问题,您可以输入N值,程序可为您实现。-With c++ Language n Queens problem, you can enter the N value, the procedure for you.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:8115
    • 提供者:piaoxue111
  1. nhou

    0下载:
  2. n皇后问题的源代码以及关于n皇后问题的说明-n Queen s source code as well as issues on the Queen s descr iption of the problem n
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:804
    • 提供者:郑琛
  1. NQueen

    0下载:
  2. 递归方法解决N皇后问题,依次显示所有路径。-Recursive solution to N Queen s problem, show all the path followed.
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:7366
    • 提供者:刘一丹
  1. serial

    0下载:
  2. S3C44B0x上面的N皇后问题程序,使用串口(UART0)作为输入和输出。-S3C44B0X above N Queen s problem, the use of serial port (UART0) as input and output.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-08
    • 文件大小:10662
    • 提供者:Zhang Zhen
  1. NQueen-WindowsVersion

    0下载:
  2. N皇后问题的解决办法.用深度优先搜索搜实现.-N Queen s problem solution. Used to achieve depth-first search found.
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:535463
    • 提供者:lican
  1. nQueen

    0下载:
  2. n皇后问题:计算各种情况下的棋盘上皇后的摆放位置-n Queen s problems: the calculation of a variety of situations on board the location of Queen s
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1187
    • 提供者:
  1. _Queen

    0下载:
  2. 非递归实现N皇后问题求解,输出全部求解的集合。-Non-recursive realization of N Queen s problem solving, solving a collection of all output.
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:851
    • 提供者:MSM
  1. nQueensLV

    0下载:
  2. 随机算法,利用拉斯维加斯算法计算n皇后问题。-Random algorithm, the use of Las Vegas algorithm n queen problem.
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:13701
    • 提供者:吴凡
  1. Nqueen

    0下载:
  2. N皇后问题的一些源代码,仅供参考和学习,在vc++环境下实现-N Queen' s problem to some source code, for reference and study, in vc++ environment under implementation
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-17
    • 文件大小:4435540
    • 提供者:熊超
  1. NQueen

    0下载:
  2. N皇后问题求解,VC 6.0编译环境,程序运行结果可给出N皇后问题的全部解,N可取任意正整数-N queen problems VC 6.0
  3. 所属分类:Data structs

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

    1下载:
  2. 采用递归回溯算法求解N皇后问题;C语言实现,可以动态控制皇后数量-Backward recursive algorithm using N Queen' s problem C language implementation, you can dynamically control the number of Queen' s
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1116
    • 提供者:yangxh
  1. squee

    0下载:
  2. c++ n皇后问题的原代码,通过建立一个树形结构,用c++实现,-quee question
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:593
    • 提供者:liu
  1. queens

    0下载:
  2. 包含两个文件,一个是n皇后问题的动态搜索演示,一个是程序包,里面有n皇后问题的各种优化解法,对掌握数据结构与算法都很有好处-Consists of two documents, a problem is the dynamics of n Queen' s english presentation, a package, there are a variety of questions n Queen optimization method, the master data structu
  3. 所属分类:Data structs

    • 发布日期:2017-04-28
    • 文件大小:50639
    • 提供者:heaton
  1. NQueenProblem

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

    • 发布日期:2017-04-12
    • 文件大小:809
    • 提供者:测试加利
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 21 »
搜珍网 www.dssz.com