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

搜索资源列表

  1. Queen

    0下载:
  2. 八皇后的c++实现怎么能写出20个字的描述呢-Eight queen c implementation
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:565
    • 提供者:卢佳楠
  1. Queen

    0下载:
  2. java八皇后没有版权争议的内容和木马病毒代码-copyright Queen' s eight java controversial virus and Trojan code
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:572
    • 提供者:卢佳楠
  1. N-queen_linear_time

    0下载:
  2. N-皇后问题线性时间算法 O(n)复杂度,非O(n^2)的,使用的是构造法。-N-Queen problem of linear time algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:715
    • 提供者:Fancy
  1. queen

    0下载:
  2. 用scheme实现的八皇后,可以格式化输出,带有详细注释。-A eight-queen done in scheme
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1784
    • 提供者:lc
  1. queen

    0下载:
  2. 在vs2008的环境下实现的八皇后的C++代码,带有格式化输出-Vs2008 environment in the realization of the eight Queen of C++ code, with formatted output
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:839
    • 提供者:lc
  1. 8-queenProblem

    0下载:
  2. The famous 8-queen problem in java
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3394
    • 提供者:gokc3n
  1. n-queen

    0下载:
  2. n皇后问题,迷宫问题,递归实现皇后寻找迷宫出路,经典算法之一-n queen problem, the maze problem, the recursive realization of the maze to find a way out of Queen' s, one of the classic algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:765
    • 提供者:luo
  1. Queen

    0下载:
  2. 解决八皇后问题的算法,能够用非递归的方法解决八皇后问题-8 Queen' s problem solution algorithm
  3. 所属分类:Other systems

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

    0下载:
  2. 西洋棋皇后程式,有完整介面,輸入即可查詢各數-Queen
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:1739
    • 提供者:ping
  1. queen

    0下载:
  2. N皇后问题 输入N 可以得到问题的解-N QUEEN
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:871
    • 提供者:chen
  1. sschubu

    0下载:
  2. 搜索初步介绍,包括深度搜索和广大搜索,有n皇后代码及其他题目代码。-The initial search, including the majority of the depth of search and search, there are n Queen' s source code and other topics.
  3. 所属分类:Search Engine

    • 发布日期:2017-04-03
    • 文件大小:84990
    • 提供者:young
  1. artificial_intelligence_demo_programs

    1下载:
  2. 光盘中的演示实例是人工智能原理和方法的演示程序.包括基于归结原理的推理系统,合一算法,等式归结,归类算法,野人与传教士过河问题,八数码问题,八皇后问题,一字棋,博弈算法,遗传算法和蚁群算法等的演示。-CD-ROM presentation of a number of examples of the hard work of graduate and undergraduate results. Including reasoning based on the principle of the
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-06-17
    • 文件大小:26622036
    • 提供者:解洪文
  1. queen

    0下载:
  2. 实验时编写的八皇后源码,可以完成基本的八皇后问题-queen
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1560
    • 提供者:summer
  1. QUEEN

    0下载:
  2. Delphi做的八皇后问题,界面很好看~-Delphi to do the eight Queen' s problems, interface look very good ~
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-05
    • 文件大小:265209
    • 提供者:ss
  1. Queen

    0下载:
  2. n皇后 在一定范围内,可以输出n皇后问题的所有解。-solve the "n queen" problem.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:635
    • 提供者:woka
  1. queen

    0下载:
  2. 超牛的8皇后程序,整个程序只有短短的10行,而且是按标准格式,控制台上输出的格式也是符合美观条件的-8, Queen' s super-cow program, the whole process is only a short span of 10 lines, and is based on a standard format, the format of the console output is also in line with the conditions of appeara
  3. 所属分类:Data structs

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

    0下载:
  2. 算法分析中的皇后问题,采用分枝限界法进行求解-Algorithm analysis of Queen' s question, the use of Branch and Bound method for solving
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:927
    • 提供者:
  1. Queen

    0下载:
  2. scheme写的一个关于求解8皇后问题的源码,同时还有C和java的-written in a scheme to solve the issue of 8 Queen' s source code, along with the C and java
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:97274
    • 提供者:cmis
  1. Queen

    0下载:
  2. 在一个8×8国际象棋盘上,有8个皇后,每个皇后占一格;要求皇后间不会出现相互“攻击”的现象,即不能有两个皇后处在同一行、同一列或同一对角线上。问共有多少种不同的方法-8 × 8 in a chess set, there are 8 Queen' s, Queen' s share of each cell between Queen will not be asked each other " attack" phenomenon, that is, can n
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-01
    • 文件大小:4869
    • 提供者:妄想生
  1. 8-Queen

    0下载:
  2. 8-Queen problem, that is one of the most famous algorithm problem.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:624
    • 提供者:Gabriel
« 1 2 34 5 6 7 8 9 10 ... 49 »
搜珍网 www.dssz.com