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

搜索资源列表

  1. EightQueens

    0下载:
  2. 一个比较完整的八皇后Java求解问题,值得一看呀
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:17339
    • 提供者:selina
  1. Queen

    0下载:
  2. 算法分析与设计 用回溯法实现n皇后问题(java源码)-Algorithm Analysis and Design N-queens Problem Using Backtracking
  3. 所属分类:Java Develop

    • 发布日期:2017-12-01
    • 文件大小:715
    • 提供者:jing
  1. S_6_20

    0下载:
  2. 回溯法非递归实现8皇后问题,控制台图形显示-Non-recursive backtracking to achieve eight queens problem, the console graphics
  3. 所属分类:Java Develop

    • 发布日期:2017-11-30
    • 文件大小:602
    • 提供者:mach
  1. eight-queens

    0下载:
  2. 经典的八皇后问题,有92种解,这里采用的是循环嵌套,不是最好的算法,但容易看懂-Eight queens chess problem
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:5017
    • 提供者:谢代龙
  1. EightQueens

    0下载:
  2. 经典的八皇后问题,主要使用回溯法实现,-Classic eight queen problem, the main use of backtracking,----------------------------
  3. 所属分类:Java Develop

    • 发布日期:2017-04-11
    • 文件大小:698
    • 提供者:liaojie
  1. EightQueen

    0下载:
  2. 八皇后问题的单一解法以及所有解法的输出,看注释即可明白;-Eight queens problem solution as well as all of the solution of a single output, see the notes to understand
  3. 所属分类:Java Develop

    • 发布日期:2017-03-26
    • 文件大小:25222
    • 提供者:miette·miao
  1. test

    0下载:
  2. 八皇后问题java实现源代码 在控制台显示了八皇后问题的其中一解-Eight queens problem java source code in the console shows the eight queens problem in which a solution of
  3. 所属分类:Applet

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

    0下载:
  2. 这是一个关于解决八皇后问题的文档,而且包含java源代码的解决文档。-About Eight_Queens
  3. 所属分类:JavaScript

    • 发布日期:2017-04-14
    • 文件大小:4500
    • 提供者:吴伟雄
  1. src

    0下载:
  2. N_Queen 经典N皇后问题N可以是任意值,输出一系列解是每一行上的皇后的列号-N_Queen classical problem can change value of N and output a series solution
  3. 所属分类:Java Develop

    • 发布日期:2017-04-12
    • 文件大小:1522
    • 提供者:王杨柳
  1. Queen

    0下载:
  2. 用JAVA实现的八皇后问题展示,多线程实现。运行时请自行添加queen.jpg作为资源文件到工程目录下。-In the JAVA implementation of eight queens problem show, multithreading implementation.Runtime please add your own queen. JPG as a resource file to the project directory.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3016
    • 提供者:fjf
  1. EightQueens

    0下载:
  2. 递归算法:八皇后问题,成功实现递归算法——八皇后问题,程序注释详细,结构紧凑。-Recursive algorithm: the eight queens problem, the successful implementation of recursive algorithms- the eight queens problem, detailed program comments, compact structure.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-07
    • 文件大小:1292
    • 提供者:王重阳
  1. JAVA

    0下载:
  2. java实现八皇后问题,能够直接运行,代码容易理解-java achieve the eight queens problem
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:1986
    • 提供者:小诗
  1. Queeu

    0下载:
  2. 用java实现的八皇后问题的解决方案,希望对大家有用-8Queue in java
  3. 所属分类:Java Develop

    • 发布日期:2017-04-12
    • 文件大小:567
    • 提供者:刘磊
  1. Queen

    0下载:
  2. 采用拉斯维加斯算法和回溯法相结合,解决N皇后问题-Las Vegas using algorithms and backtracking Combination, N Queens problem solving
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3657
    • 提供者:Qing
  1. 8-queen

    0下载:
  2. 经典的8皇后问题,没用到堆栈,C++实现-Classic 8-queens problem, useless the stack, C++, achieve
  3. 所属分类:Java Develop

    • 发布日期:2017-04-12
    • 文件大小:932
    • 提供者:que51739
  1. EightQueens

    0下载:
  2. 一个用来研究八皇后问题的java小程序,采用递归算法遍历树来穷举所有符合要求的排列,存储后用图形界面表示出来。-Used to study a problem of the eight Queen of java applets, using recursive tree traversal algorithm to exhaustive array of all meet the requirements, storage, said later a graphical interface.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-30
    • 文件大小:8949
    • 提供者:yi84062
  1. queen

    0下载:
  2. 八皇后问题 简单源代码 适于初学者 利用数组链表分别实现-Eight queens problem is simple for beginners to use the source code to achieve an array of linked lists are
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3766
    • 提供者:apo8248
  1. EightQueen

    0下载:
  2. 八皇后问题 :面向对象面向对象程序设计 叶乃文编 书上例题-Eight Queens Object-oriented object-oriented programming Milk yeh sample books
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-12
    • 文件大小:735
    • 提供者:张月
  1. mmm

    0下载:
  2. 算法与数据结构的一次课设,实现了八皇后问题可学籍管理问题(Computation Method D phononic bandgap plane wave, Energy spectrum analysis and calculation, GPS and INS navigation program.)
  3. 所属分类:Java编程

    • 发布日期:2017-12-18
    • 文件大小:268288
    • 提供者:WwWwTt
« 1 2 3 45 »
搜珍网 www.dssz.com