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

搜索资源列表

  1. huiwen

    0下载:
  2. 回文判断 和八皇后完整文挡-Palindrome judgment and eight Queen's complete text block
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:21.64kb
    • 提供者:zyh
  1. java_bahh

    0下载:
  2. 用java 语言解决八皇后的算法,仅供大家参考-java language used to solve the eight Queen's algorithm, is for your reference
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1.93kb
    • 提供者:王播威
  1. 4Queen

    0下载:
  2. 皇后问题,只要稍加修改就可以解决八皇后问题,同样也可以解决四皇后-Queen's question, as long as some amendments to be solved eight Queen's problems, but they can also be solved four Queen's
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:5.66kb
    • 提供者:无名氏
  1. 12300235456

    0下载:
  2. 用vc实现的八皇后问题,非常经典的代码-vc used to achieve the eight Queen's, very classic code
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:1.51kb
    • 提供者:大雨
  1. zhp

    0下载:
  2. 八皇后问题的解决 C-eight Queen's solve the problem C
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:23.4kb
    • 提供者:吴平
  1. 一个八皇后问题的解决方案

    0下载:
  2. 一个八皇后问题的解决方案-an eight Queen's solutions to problems
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:3.16kb
    • 提供者:小如
  1. queen

    0下载:
  2. 应用JBuilder环境,编程实现经典的八皇后问题,其中共92种排列方法,均以+QX等符号给出排列位置-Application JBuilder environment, and programming to achieve the eight Queen s classic, which with a total of 92 kinds of methods, are+ QX symbols are given with the location of
  3. 所属分类:Java Develop

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

    0下载:
  2. 求解八皇后问题 Java 2K-Solving the issue of the eight Queen s Java 2K
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:912byte
    • 提供者:阿达
  1. QUEENS

    0下载:
  2. 实现八皇后的解决方案 附带又此方案的C++源码跟JAVA实现的报告-Implementation of the eight Queen' s solutions also attached to this program C++ source code with the JAVA implementation of the report
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:4.01kb
    • 提供者:陈浩
  1. queen

    0下载:
  2. 这是在Jcreator下用java语言编写的八皇后问题,采用递归回溯解决,在控制台打印输出92个解-This is at Jcreator using java language eight Queen' s problem using recursive backtracking resolved, at the console printout 92 Solutions
  3. 所属分类:Java Develop

    • 发布日期:2017-04-12
    • 文件大小:867byte
    • 提供者:方程
  1. Queens

    0下载:
  2. JAVA 采用递归的方式实现八皇后问题 -JAVA implementation using recursive manner eight queen problem
  3. 所属分类:JavaScript

    • 发布日期:2017-04-10
    • 文件大小:1.02kb
    • 提供者:nightkid
  1. Queen

    0下载:
  2. 用java实现的八皇后,带有格式化输出,在eclipse下运行通过。-Using java to achieve the eight Queen' s, with formatted output, in the run through the eclipse.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-12
    • 文件大小:808byte
    • 提供者:lc
  1. Queens

    0下载:
  2. 程序设计语言概论实习题,分别用Scheme、C和java实现的八皇后问题,内含详细文档-Introduction to practical programming language title, respectively, with Scheme, C, and the achievement of the eight Queen java issues, including detailed documentation
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:242.84kb
    • 提供者:da
  1. EightQueue

    0下载:
  2. 用Java编码写八皇后代码 希望对大家有所帮助 -Eight Queen
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:599byte
    • 提供者:clovergame
  1. Queen

    0下载:
  2. 这是一个关于八皇后问题用回溯法求解的java解法!-This is the one on the eight queens problem using backtracking method for solving the java solution!
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:702byte
    • 提供者:窗外寒星
  1. EightQueensChess1.1

    0下载:
  2. 八皇后 和 骑士巡游 求解(带图形界面)-The eight Queen problem and the Knight trail problem system,and it has a real motion picture.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-26
    • 文件大小:88.83kb
    • 提供者:刘玮
  1. Queen

    0下载:
  2. 八皇后 进一步加深编程,进一步难度为N皇后问题-Eight Queens program to further deepen and further difficulty for the N queens problem
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:673byte
    • 提供者:lijianfeng
  1. EightQueens

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

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

    0下载:
  2. 八皇后:使用八重循环编写的八皇后,输出所有解。-Eight Queens: use eight Queen eight heavy cycle prepared, the output of all solutions.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:2.53kb
    • 提供者:CK
  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
    • 文件大小:2.95kb
    • 提供者:fjf
« 12 »
搜珍网 www.dssz.com