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

搜索资源列表

  1. n皇后

    0下载:
  2. n皇后-n Queen
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-11
    • 文件大小:1934
    • 提供者:
  1. QUEEN

    0下载:
  2. N皇后游戏。-N empress plays.
  3. 所属分类:Game Program

    • 发布日期:2017-12-09
    • 文件大小:6917
    • 提供者:李婷
  1. queen

    0下载:
  2. 该问题是十九世纪著名的数学家高斯1850年提出,这个是八皇后问题的一种高效递归解法 ,在VC++上运行正确,效率还不错 -The problem is that the nineteenth century, the famous mathematician Gauss in 1850, this is the issue of the eight Queen of an efficient recursive solution in VC to run correctly, effic
  3. 所属分类:Data structs

    • 发布日期:2017-05-16
    • 文件大小:48654
    • 提供者:巴乔
  1. queen

    0下载:
  2. 用Python实现的八皇后问题-Using Python to achieve the eight queen problem
  3. 所属分类:Data structs

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

    0下载:
  2. 用概率算法结合回溯思想实现n皇后问题,并计算算法执行的时间。-Algorithm combined with the probability of backward thinking of the realization of n queen problem and algorithm execution time.
  3. 所属分类:Other systems

    • 发布日期:2017-05-03
    • 文件大小:163413
    • 提供者:jdwang
  1. NqueenProblem

    0下载:
  2. 著名的n皇后问题 在一个棋盘上, 如果任意两个皇后排在同一行或者同一列上就会互相残杀, 此算法用以解决棋盘上n个皇后如何排列才能不互相残杀。 -N the famous Queen s problem in a chessboard, if any two of Queen s in the same line or on the same row will be killing each other, the algorithm to solve n chessboard with a Que
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:7657
    • 提供者:piki
  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
    • 文件大小:4490
    • 提供者:ruohana
  1. 8queens

    0下载:
  2. 这是八皇后算法,自己写的,但是主题思想一样,深度优先,大家参考-This is the eight Queen s algorithm, wrote it myself, but the main idea, the depth-first, we refer to
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:34106
    • 提供者:han
  1. N-QUEEN

    0下载:
  2. 在一个N×N的国际象棋棋盘中摆N个皇后,使这N个皇后不能互相被对方吃掉。 N皇后算法源码-N × N in a chess board in N months before Queen s, so that the N-Queen s was the other side can not eat each other. N Queen s algorithm source code
  3. 所属分类:Chess Poker games

    • 发布日期:2017-03-24
    • 文件大小:2549
    • 提供者:张晓
  1. Queen_GA

    0下载:
  2. 使用人工智能的遗传算法来解N皇后问题,能已较快的速度来搜索N皇后。-The use of artificial intelligence genetic algorithms to solve N Queen s problem, can have high speed to search for N Queen.
  3. 所属分类:AI-NN-PR

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

    0下载:
  2. 可以用于解算国际象棋中的八皇后问题,即如何排列8个皇后使之之间不能互相吃-Solver can be used for chess in the eight Queen s question, that is, how to order 8 so that between the Queen s can not eat each other
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-03
    • 文件大小:38083
    • 提供者:钟灿
  1. Queen

    0下载:
  2. 经典的8皇后java源代码 可以稍作改变成为迭代式-8 Queen
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1045
    • 提供者:Michael
  1. queen

    0下载:
  2. 在一个8×8国际象棋盘上,有8个皇后,每个皇后占一格;要求皇后间不会出现相互“攻击”的现象,即不能有两个皇后处在同一行、同一列或同一对角线上。问共有多少种不同的方法。-In an 8 × 8 chess set, there' s eight, each accounting for one' s cell request will not be mutual between Queen' s " attack" phenomenon, that shoul
  3. 所属分类:Data structs

    • 发布日期:2017-04-28
    • 文件大小:7141
    • 提供者:huaying
  1. Queen

    0下载:
  2. 这是一个解决皇后问题的遗传算法,是用c语言编写的,可以直接运行。-This is a solution to the problem' s genetic algorithm, are prepared using c language, can be directly run.
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:54420
    • 提供者:刘振
  1. queen-problem

    0下载:
  2. 八皇后问题,递归和分治算法的初步结合,可在VC6.0环境下调试,可修改其中注释部分以观察运行步骤-Eight queen problem, the recursive division algorithm and the initial integration of environment in the VC6.0 debugger to modify one part of the Notes in order to observe the operation of steps
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:6359
    • 提供者:鲁林涛
  1. queen.tar

    0下载:
  2. 八皇后问题的代码,有详细的注释,运行后可以给出八皇后问题的所有92个解。-Eight queen problem code has detailed notes, running eight queen problem can give all the 92 solutions.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1877
    • 提供者:luxin
  1. N-Queens

    0下载:
  2. N-Queen solver written in java with excellent Graphical user interface.
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:4792
    • 提供者:sandeepan1986
  1. queen

    0下载:
  2. 八皇后C++递归实现 以及AKM的C++实现-Eight Queen' s C++ recursive implementation as well as the AKM' s C++ implementation
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:1115
    • 提供者:gaef
  1. eight-queen

    0下载:
  2. 在plt schenme 下用scheme函数式程序语言所写的八皇后问题,基于一个特殊的框架-At scheme using plt schenme Functional programming language written by the Queen' s eight questions, based on a special framework
  3. 所属分类:Other systems

    • 发布日期:2017-03-24
    • 文件大小:1359
    • 提供者:方程
  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
    • 文件大小:867
    • 提供者:方程
« 1 23 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com