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

搜索资源列表

  1. NQueens

    0下载:
  2. N-皇后问题的快速局部搜索算法,参考:Rok Sosic and Jun Gu. A Polynomial Time Algorithm for the N-Queens Problem. SIGART Bulletin, 1(3):7-11, 1990.-n queens
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:1997
    • 提供者:苏浩
  1. N_Queen

    0下载:
  2. 两个N皇后问题求解,比较两个效率,其中一个N较大时,效率非常的快!-Two N-Queens problem solving, compare the efficiency of two, one of which N is large, the efficiency is very fast!
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1610
    • 提供者:熙乐
  1. N_QS

    0下载:
  2. 比较搞笑的N皇后算法,NS3算法,可以在10秒之内解决数十万规模的N皇后问题-More funny N queens algorithm, NS3 algorithm, can be resolved within the 10 seconds the scale of hundreds of thousands of N-queens problem
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:2145
    • 提供者:张翰晓
  1. queen

    0下载:
  2. N皇后问题(含八皇后问题的扩展,规则同八皇后):在N*N的棋盘上,放置N个皇后,要求每一横行每一列,每一对角线上均只能放置一个皇后,问可能的方案及方案数。-queen question
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:841
    • 提供者:wyt
  1. nqueen

    0下载:
  2. 这是一个用c++实现的,关于用分支限界法求解n皇后问题的小程序,希望对所有初学者能够有所帮助-This is a c++ achieve, on the use of branch and bound method to solve n-queens problem of small procedures, we hope to be helpful to all beginners
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:8079
    • 提供者:王琪
  1. Nqueen

    0下载:
  2. N 皇后问题:在n×n格的棋盘上放置彼此不受攻击的n个皇后。按照国际象棋的规则,皇后可以攻击与之处在同一行或同一列或同一斜线上的棋子。n后问题等价于再n×n的棋盘上放置n个皇后,任何2个皇后不妨在同一行或同一列或同一斜线上。 -a solution of N queens
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:873409
    • 提供者:
  1. Nqueen_Backtracking

    0下载:
  2. N queen Backtracking 算法N皇后问题的的回溯实现算法-N queen Backtracking Algorithm N Queen s problem of the realization of the backtracking algorithm
  3. 所属分类:Graph program

    • 发布日期:2017-04-04
    • 文件大小:874
    • 提供者:inuedw
  1. N-Queen-

    0下载:
  2. 算法的问题,解决N皇后在棋盘上互不攻击,并且使用了回溯的方法解答此问题-the solution to slove the N Queen
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:179131
    • 提供者:谈好
  1. NQueensProblem

    0下载:
  2. N皇后问题 用软件体系结构各种风格实现 黑板风格 调用返回 回溯 管道过滤器-NQUEEN Problem four architecture style implement
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:50301
    • 提供者:scutsoftware
  1. source

    0下载:
  2. N皇后问题,8乘以8的棋盘,小算法小技巧-N queens problem, 8 multiplied by 8 chessboard, small algorithm tips
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-11
    • 文件大小:1164
    • 提供者:22
  1. suanfatimu

    0下载:
  2. 汉诺塔 递归回溯法求N皇后问题数组循环移位-thank you
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1859
    • 提供者:cui3
  1. n-Queen

    0下载:
  2. 在n*n格的棋盘上放置彼此不受攻击的n皇后。按照国际想起的规则,皇后可以攻击与之处在同一行或同一列或同一斜线上的棋子。n后问题等价于在n*n格的棋盘上放置n个皇后,任何2个皇后不放在同一行或同一列或同一斜线了。-Place each n is not an attack on the queen n* n chessboard grid. Think of in accordance with international rules, the Queen can attack at a pawn
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:886
    • 提供者:wangjinghua
  1. main

    0下载:
  2. N皇后问题,本代码使用了图文试的棋盘输出,可动态学习N皇后的问题的解法。-N queen problem, try this code USES graphic board output, dynamically study N queen problem solutions.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:742
    • 提供者:xyx_0
  1. Erlang_queen

    0下载:
  2. Erlang实现给定m个处理器,并行求解N皇后问题的所有解,最后列出所有解的个数和统计的求解时间。-All solutions Erlang achieve a given m processors, parallel N queens problem solving, and the number listed at the end of all solutions and statistical computation time.
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2283
    • 提供者:肖捷
  1. demo1111

    0下载:
  2. N皇后问题新解,这是一个传统的问题的新解法-N Queens New Solutions,This is a new solution for the problem of traditional
  3. 所属分类:Other systems

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

    0下载:
  2. N皇后问题是算法中回溯法应用的一个经典案例 回溯算法也叫试探法,它是一种系统地搜索问题的解的方法。回溯算法的基本思想是:从一条路往前走,能进则进,不能进则退回来,换一条路再试。 -N queens problem is backtracking algorithm applied a classic case of backtracking algorithm, also called heuristics, which is a systematic method for solvi
  3. 所属分类:Data structs

    • 发布日期:2017-05-01
    • 文件大小:604805
    • 提供者:余啸坤
  1. 1.10queen

    0下载:
  2. 要解决N皇后问题,其实就是要解决好怎么放置这n个皇后,每一个皇后与前面的所有皇后不能在同一行、同一列、同一对角线,在这里我们可以以行优先,就是说皇后的行号按顺序递增,只考虑第i个皇后放置在第i行的哪一列,所以在放置第i个皇后的时候,可以从第1列判断起,如果可以放置在第1个位置,则跳到下一行放置下一个皇后。如果不能,则跳到下一列...直到最后一列,如果最后一列也不能放置,则说明此时放置方法出错,则回到上一个皇后向之前放置的下一列重新放置。此即是回溯法的精髓所在。当第n个皇后放置成功后,即得到一个
  3. 所属分类:Other systems

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

    0下载:
  2. 局部搜索的方法实现n皇后问题,在较快的时间内找到一个n皇后解。-Local search methods to achieve n queens problem and find a solution in n-queens faster time.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:16393
    • 提供者:欧阳文俊
  1. QT_N_queen

    0下载:
  2. N皇后问题求解工具。能够求解出4—9皇后的所有解,类封装的。图形界面-N Queens problem solving tools. Be able to solve all the solutions of 4-9 Queen of the class package. Graphical interface
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-02
    • 文件大小:981498
    • 提供者:林海
  1. n_queens

    0下载:
  2. 经典N皇后问题:通过编程布局,使任两个皇后都不能处于同一条横行、纵行或斜线上,包含C和C++两种语言代码,其中C语言是以八皇后为特例的。-The classic N-queens problem: let any two queens be not in the same horizontal, vertical or diagonal by using C and C++ language programming, and the C language is based on the eigh
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1026
    • 提供者:qingguo
« 1 2 ... 11 12 13 14 15 1617 18 19 20 21 »
搜珍网 www.dssz.com