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

搜索资源列表

  1. n_queen

    0下载:
  2. 在n×n格的棋盘上放置彼此不受攻击的n个皇后,按照国际象棋的规则,皇后可以攻击与之处在同一行或同一列或同一斜线上的棋子,求解可以放置的方法种数。-Placed on the n × n chessboard grid attack each other n-queens, in accordance with the rules of chess, the queen can attack in the same row or column, or diagonal pieces of the
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:600
    • 提供者:黄芳
  1. genetic

    0下载:
  2. 8 queen program solution , using genetic algorithm,by matlab
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:2739
    • 提供者:m.h safavian
  1. programming-8

    0下载:
  2. 八皇后的回溯法实现,在控制台程序下输出所有可能的结果-EIGHT QUEEN
  3. 所属分类:Console

    • 发布日期:2017-05-03
    • 文件大小:691259
    • 提供者:桂耀
  1. 8-queen-issues

    0下载:
  2. 8皇后问题的源码,入门学习人工智能的好程序-Source code 8 queens problem, a good entry-learning artificial intelligence program
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:8968
    • 提供者:李岩
  1. n-queen

    0下载:
  2. n皇后问题的最简单解法,弄够帮助到大家。-n queens problem the easiest solution, get enough help to you.
  3. 所属分类:Other systems

    • 发布日期:2017-05-09
    • 文件大小:1726693
    • 提供者:张凡荣
  1. queen

    0下载:
  2. 实现n皇后问题,采用回溯方法简单解决。 有详细注释,适合初学者学习。-Achieve n-queens problem using backtracking method is simple to solve. There are detailed notes, suitable for beginners to learn.
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:829
    • 提供者:齐云杰
  1. N-queens-problem

    0下载:
  2. 八皇后问题是一个古老而著名的问题,是回溯算法的经典问题。该问题是十九世纪著名的数学家高斯在1850年提出的:在8*8的国际象棋棋盘上,安放8个皇后,要求没有一个皇后能够“吃掉”任何其它一个皇后,即任意两个皇后不能处于同一行,同一列或者同一条对角线上,求解有多少种摆法。 高斯认为有76种方案。1854年在柏林的象棋杂志上不同的作者发表了40种不同的解,后来有人用图论的方法得到结论,有92中摆法。 本实验拓展了N皇后问题,即皇后个数由用户输入。 -Eight queens problem
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:636
    • 提供者:林斌
  1. sensors

    0下载:
  2. file (Queen.asm) type must be file (Queen.asm) type must be file (Queen.asm) type must be -file (Queen.asm) type must be file (Queen.asm) type must be file (Queen.asm) type must be file (Queen.asm) type must be
  3. 所属分类:software engineering

    • 发布日期:2017-04-04
    • 文件大小:351525
    • 提供者:asdfasdf
  1. Queens

    0下载:
  2. Queen problem is solved
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2079
    • 提供者:kate-c
  1. EightQueen

    0下载:
  2. 八皇后问题,是一个古老而著名的问题,是回溯算法的典型案例。该问题是国际西洋棋棋手马克斯·贝瑟尔于1848年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。 高斯认为有76种方案。1854年在柏林的象棋杂志上不同的作者发表了40种不同的解,后来有人用图论的方法解出92种结果。计算机发明后,有多种计算机语言可以解决此问题。-Eight Queen
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:923
    • 提供者:周慕白
  1. N_queen

    0下载:
  2. 本代码可以实现n皇后的处理,输出总共的方案个数和具体的皇后布局-This code can achieve n-queens of processing, the output total number of programs and specific layout of the Queen
  3. 所属分类:Other Games

    • 发布日期:2017-04-26
    • 文件大小:72177
    • 提供者:dupc
  1. algorithm

    0下载:
  2. 常用的数学算法,包括汉诺塔,八皇后,可拆背包-The commonly used mathematical algorithm, including Hanoi, eight queen, detachable backpack
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-14
    • 文件大小:3504348
    • 提供者:梦安
  1. ToanQuanHau

    0下载:
  2. eight queen strategy
  3. 所属分类:Project Manage

    • 发布日期:2017-04-25
    • 文件大小:29022
    • 提供者:malachi
  1. 8queen

    0下载:
  2. 8皇后问题,用回溯法来解决问题,内容包含cpp源代码,用c++编写-8 queen problem.
  3. 所属分类:Console

    • 发布日期:2017-04-12
    • 文件大小:626
    • 提供者:代巍
  1. MyEightQueen

    0下载:
  2. 8皇后的演算法 練習遞迴寫法,每個棋子的橫列、直行都不能相遇-8 Queen recursive algorithms written exercises, each piece of course, can not be met straight
  3. 所属分类:CSharp

    • 发布日期:2017-04-29
    • 文件大小:51782
    • 提供者:王查理
  1. Que_1

    0下载:
  2. 8 Queen code in JAVA
  3. 所属分类:Java Develop

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

    0下载:
  2. 两个经典小游戏的python代码,八皇后问题和汉诺塔。-Two classic games Python code, the eight queens problem and the tower of hanoi.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1353
    • 提供者:郭法明
  1. Matlab-file

    0下载:
  2. SA algorithm for solving n-Queen problem
  3. 所属分类:source in ebook

    • 发布日期:2017-04-12
    • 文件大小:1208
    • 提供者:iexoy
  1. NQueen

    0下载:
  2. N皇后问题,如何能够在 n×n 的国际象棋棋盘上放置n个皇后,使得任何一个皇后都无法直接吃掉其他的皇后-N queens problem, how can we place n queens on an n × n chessboard so that no queen can not directly eat other Queen
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2004
    • 提供者:liang
  1. eightqueens

    0下载:
  2. 八皇后,排列,组合,面试常用的递归算法,曾经腾讯笔试考过,笔者自己编写的,非常有用-Eight queen, permutation and combination, commonly used recursive algorithm, the interview once tencent the written exam, the author to write your own, very useful!!!!!
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2153
    • 提供者:郗腾飞
« 1 2 ... 44 45 46 47 48 4950 »
搜珍网 www.dssz.com