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

搜索资源列表

  1. Hill_Climbing_Searching

    0下载:
  2. solving 8-Queen problem by using hill climbing.
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:25364
    • 提供者:shahin
  1. Queen

    0下载:
  2. Queen,用回溯法递归方法实现n皇后问题-Queen, with backtracking recursive method to achieve n queens problem
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1464384
    • 提供者:草人
  1. queen

    0下载:
  2. 在8*8的国际象棋的棋盘上摆8个皇后,使他们之间不能相互攻击。即任意两个皇后不能位于同一行、同一列或同一对角线上。以下为一种可能,请求出共有多少种可能。-8* 8 chess board put eight queens, so that between them can not attack each other. That any two of the Queen can not in the same row, same column or the same diagonal. The
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:128994
    • 提供者:大为
  1. reinas

    0下载:
  2. queen problem resolve with Tabu
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:2849
    • 提供者:marcos
  1. Genetic

    0下载:
  2. Genetic algorithms in 8 queen problem
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:1222
    • 提供者:Feroj
  1. queen

    0下载:
  2. Linux环境下运行的N皇后C源代码下载-Running under Linux environment N Queen C source code download
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:756
    • 提供者:qq389747955
  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 2 3 4 56 7 8 9 10 ... 50 »
搜珍网 www.dssz.com