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

搜索资源列表

  1. nqueens

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

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

    0下载:
  2. 问题算法源代码:骑士遍历、万年历、N皇后问题回溯算法、动态计算网络最长最短路线、货郎担分枝限界图形演示、货郎担限界算法、矩阵乘法动态规划、网络最短路径Dijkstra算法-problems algorithm source code : Knight traversal, calendar, N Queens backtracking algorithms, Dynamic computing network longest shortest routes, traveling salesman
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:23699
    • 提供者:安德里周
  1. st200408202223-01

    0下载:
  2. N皇后问题实验报告,自己设计的一个小程序,望高手指教-N Queens experiment, designed by a small procedure, experts advise Pillar
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:7083
    • 提供者:elory
  1. liweiguang

    0下载:
  2. n皇后问题,费城经典的解决方法,用General-Search方法写的-n Queens problem,solved by classical Philadelphia method,using General-Search method.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1952
    • 提供者:李伟光
  1. Nqueen2.rar

    0下载:
  2. 使用另一种算法实现n皇后问题,现实运行时间及结果,附有算法,Another algorithm using the n Queens problem, the reality of time and results of operation, with algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:699250
    • 提供者:q
  1. Queen

    0下载:
  2. 利用回溯法和栈来实现八皇后问题:在n×n的国际象棋棋盘上,安放n个皇后,要求没有一个皇后能够“吃掉”任何其他一个皇后,即没有两个或两个以上的皇后占据棋盘上的同一行、同一列或同一对角线-Use of backtracking and stack to achieve the eight queens problem: the n × n chess board, place n queens, a queen is not required to " eat" any other
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:9631
    • 提供者:wazr
  1. Queen

    0下载:
  2. n*n的棋盘上放置彼此不受攻击的n个皇后,按国际象棋规则可知:皇后可以攻击同行同列同斜线的棋子-n* n chessboard placed on each other from attack of the n-Queens, according to chess rules we can see: Queen can attack the peer-pawn with the column with a slash
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:858
    • 提供者:jdx
  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. NQueens

    0下载:
  2. 这是一个八皇后问题的扩展,使用java实现,扩展到了多皇后,只要你输入皇后的个数,能给出所有的解。-This is an expansion of 8 Queen
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:8983
    • 提供者:pingyang
  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 2 3 4 56 7 8 9 10 ... 18 »
搜珍网 www.dssz.com