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

搜索资源列表

  1. n-queen

    0下载:
  2. n-queen solution finder in perl. Works for n<20 fine, after this is starting to be a little slow.
  3. 所属分类:Other Games

    • 发布日期:2017-04-02
    • 文件大小:898
    • 提供者:Heto
  1. queen

    0下载:
  2. 皇后问题,用于c++课程设计,每一个皇后可以吃掉棋盘上横、竖和对角线上的所有棋子,要求在棋盘上放入至少3个棋子-Queens problem, for c++ program design, the Queen can eat each board horizontal, vertical and diagonal all the pieces, called the board into at least three pieces
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:337054
    • 提供者:姚静如
  1. queen

    0下载:
  2. 八皇后问题是一个古老而著名的问题,是回溯算法的典型例题。该问题是十九世纪著名的数学家高斯1850年提出: 在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上. -Eight queens problem is an old and well-known problem is a typical example backtracking algorithm. The problem is that the famous mathemati
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-11
    • 文件大小:961
    • 提供者:wu
  1. eightqueen

    0下载:
  2. N后问题,利用OPENGL实现简单演示。-N queen problem. using opengl for simple display.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-17
    • 文件大小:9871
    • 提供者:aite
  1. n-Queen-PRoblem

    0下载:
  2. 使用Hopfield人工神经网络解决"N-皇后"问题-A copy of source code about how to resolve N-Queen problem with Hopfield artificial neural network.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:21311
    • 提供者:bailong
  1. Queen

    0下载:
  2. N皇后问题,hopfield,回溯法,人工智能-N-Queen hopfield,huisu
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-10
    • 文件大小:2278869
    • 提供者:kobe
  1. Queen

    0下载:
  2. 8*8的国际象棋盘,每行放一个皇后,且每行每列不重复,递归解决八皇后问题-8* 8 chess set, put a queen per row, each column and each row will not repeat, the eight queens problem
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:544
    • 提供者:fangjuan
  1. Queen

    0下载:
  2. 8*8的国际象棋盘,每行放一个皇后,保证每行每列只有一个皇后,非递归方法解决八皇后问题-8* 8 chess set, put a queen each line to ensure that each row and each column has only one queen, non-recursive method to solve the eight queens problem
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:571
    • 提供者:fangjuan
  1. eight-queen

    0下载:
  2. 著名的八皇后问题,是回溯算法的典型例题。该问题是19世纪著名的数学家高斯1850年提出:在8*8格的国际象棋上摆放8个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。-The famous Eight Queens problem, backtracking algorithm is a typical example. The problem is the famous 19th century mathematician Gauss 1850: U
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:10798
    • 提供者:毛凯
  1. tabu

    0下载:
  2. tabu search for resolving the problem of 8 queen in chess table.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1575
    • 提供者:opio_001
  1. Queen-of-the-board

    0下载:
  2. 皇后棋盘算法和C++程序实现。横行纵行斜行不能摆两个以上的皇后。-Queen board algorithms and C++ Program. Transverse oblique longitudinal Queen can not put more than two.
  3. 所属分类:Data structs

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

    0下载:
  2. C++8皇后源代码 MFC非常好用的程序哦-C++8 Queen MFC source code is very easy to use program oh
  3. 所属分类:Data structs

    • 发布日期:2017-06-20
    • 文件大小:31129667
    • 提供者:hjkhk
  1. eight-queen

    0下载:
  2. 八皇后是个古老而有趣的游戏,是由高斯于1850年首先提出的。 要求在国际象棋的棋盘上放置八个皇后,使其不能相互攻击,即任意两个皇后不能处于 棋盘的同一行、同一列和同一条对角线上。试问有多少种放法?-Eight Queens is an old and interesting game, by Gauss in 1850 first proposed. Requirements in place on the chess board eight queen, it can not atta
  3. 所属分类:Chess Poker games

    • 发布日期:2017-03-29
    • 文件大小:6555
    • 提供者:bryce
  1. eight-queen

    0下载:
  2. 该程序是一个实现查找八皇后的问题求解的程序,在vc 中编写的-this program is write for eight queen
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:868753
    • 提供者:艾永坤
  1. Queen

    0下载:
  2. N皇后的C#实现,可以自定义输入皇后数,并智能显示出皇后的N中方案。-N-Queens of the C# implementation, you can customize the number of input Queen, and the N-smart show in Queen s program.
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2082664
    • 提供者:xiam
  1. 8-Queen

    0下载:
  2. 这是一个关于8皇后的源代码,是用C语言开发,会输出92中结果。-This is a 8 Queen' s source code is written in C language development, will result in the output 92.
  3. 所属分类:Data structs

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

    0下载:
  2. 八皇后问题19世纪著名的数学家高斯于1850年提出的。他的问题是:在8*8的棋盘上放置8个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列、同一斜线上。请设计算法打印所有可能的摆放方法。-8 queens problems in the 19 th century famous mathematician gauss put forward in 1850. His problem is: in 8* 8 board placed eight queen, to make it c
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:882412
    • 提供者:fairy
  1. eight-queen

    0下载:
  2. 八皇后问题及n皇后问题求解,数据结构的经典算法,及课程设计的需要-eight queen problem .data sructment problem
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:130565
    • 提供者:张頔
  1. N-queen-problem

    0下载:
  2. 在N*N的方格棋盘放置了N个皇后,使得它们不相互攻击(即任意2个皇后不允许处在同一排,同一列,也不允许处在与棋盘边框成45角的斜线上。 你的任务是,对于给定的N,求出有多少种合法的放置方法。 -In N* N checkerboard of placed N a queen, so they don t attack each other (that is, any two queen not allowed in the same row, the same listed, and n
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-03-21
    • 文件大小:1083
    • 提供者:ren_xi
  1. queen

    1下载:
  2. 用MFC实现八皇后问题,可多皇后,比如四皇后、十六皇后等,可通过输入参数实现-Using MFC to solve eight queens problem, and more Queen, for example four Queens, sixteen Queen, etc., can be achieved through the input parameters
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:228396
    • 提供者:萱萱
« 1 2 3 4 56 7 8 9 10 ... 49 »
搜珍网 www.dssz.com