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

搜索资源列表

  1. 8-queen

    0下载:
  2. 通过遗传算法实现八皇后的求解问题,用MFC实现可视化操作,界面很漂亮,算法是改良的遗传算法-Through the genetic algorithm for solving the eight queens problem
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:1906524
    • 提供者:Bill Gates
  1. n_queen

    0下载:
  2. 还是用分支限界法解N皇后问题,已成功运行过。-Using branch and bound Solving N Queens, which has been run successfully over
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:1087378
    • 提供者:
  1. climbling

    0下载:
  2. 爬山法和遗传算法解决n皇后问题及可视化演示。-Hill-climbing and genetic algorithm to solve n-queens problem and visual presentation.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-14
    • 文件大小:3164337
    • 提供者:fairybroken
  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. 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. Nqueens

    0下载:
  2. This progamram desrible how put N queens on the board have size N*N Using algorithm back tracking
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-25
    • 文件大小:2298
    • 提供者:phieudu241
  1. Desktop

    0下载:
  2. n queens problem which can print the chess board pattern
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:4056
    • 提供者:manoj
  1. eightqueen

    0下载:
  2. 8皇后问题的算法 改算法可以扩展到N皇后的问题,不过时间会很长的-It s about the eight queens problem
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-07
    • 文件大小:1494310
    • 提供者:liuzhiping
  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. queen_n

    0下载:
  2. 解决N皇后问题的源码及可运行程序,分析各种情况,并输出,直观,有效!-Solve the N Queens problem can be the source and run the program, analyze, and output, intuitive, and effective!
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:237341
    • 提供者:zhangxinsheng
  1. N_Queen

    0下载:
  2. N-Queens made in SST
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-17
    • 文件大小:47761
    • 提供者:melody
  1. jmsnqueens

    0下载:
  2. n queens backtracking
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:55115
    • 提供者:sibachian
  1. DancingLinks

    0下载:
  2. 在计算机科学,舞蹈链接,也被称为的DLx ,是技术建议唐纳德克努特有效地执行其算法十算法X是递归,随意性,深度优先,回溯算法,认为所有的解决方案的确切覆盖问题。一些较为著名的确切涵盖的问题包括瓦工,n皇后问题,数独。-In computer science, Dancing Links, also known as DLX, is the technique suggested by Donald Knuth to efficiently implement his Algorithm X. A
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:517957
    • 提供者:ucvvf
  1. nqueen

    0下载:
  2. 该程序利用C++环境,实现了N皇后问题。当输入的皇后个数是13时,运行速度还相当可以。当个数增加到14的时候,运行速度就相对慢了下来,不过运行出正确的结果是没有问题的。-This process uses the c++ circumstance,and it accomplished the N Queens problem.when the input number is 13,the running speed is at a fairly rapid pace.when the inpu
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:33649
    • 提供者:wangpu
  1. simulated_annealing

    0下载:
  2. Population-based Simulated Annealing Implementation for n-Queens (UNIX/ C)-Population-based Simulated Annealing Implementation for n-Queens (UNIX/C)
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3979
    • 提供者:wenh
  1. FourQueen

    0下载:
  2. N皇后问题的解决方案,利用回归的方法.方法易懂-N Queens solution to the problem, using regression. Methods to understand
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:610355
    • 提供者:三水寿
  1. NQueens

    0下载:
  2. 利用回溯算法求解n皇后问题;并通过本例熟悉回溯算法在程序设计中的应用方法。-The use of backtracking algorithm to solve n queens problem and are familiar with the passage of the cases of backtracking algorithm in the program design should be applied.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:946
    • 提供者:mangmang
  1. NQN

    0下载:
  2. N queens problem solution in C
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:604
    • 提供者:diksha
  1. las

    0下载:
  2. 使用拉斯维加斯随机算法解决N皇后问题 可以以较快速度解决128皇后 甚至是256皇后问题-Use Las Vegas randomized algorithm to solve the N Queens problem can be resolved more rapid pace of 128 or even 256 Queen Queens Problem
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:6385
    • 提供者:smile
« 1 2 3 4 56 7 8 9 10 ... 16 »
搜珍网 www.dssz.com