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

搜索资源列表

  1. n_queen

    0下载:
  2. java和c++都有,算法为回溯。n后问题 注:i-j=k-l 或 i+j=k+l 说明2个皇后在对角线上-java and c++ there, the algorithm is a retrospective
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:2025
    • 提供者:miss_xu
  1. 1945_N_Queens_Question

    0下载:
  2. 在NXN格的国际象棋棋盘上摆放N个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。 第一行为一个整数T,表示有T组数据。 以下T行,每行有一个整数n(0<n<=11),如上所述。 对于每组数据输出一行,即问题的答案。 -In NXN chess board grid placing N queens on, it can not attack each other, that any two of the Queen can
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:695
    • 提供者:yu
  1. nqueenproblem

    0下载:
  2. 图形后n后问题,逐个显示皇后的位置,并得到所有途径。-graphics N Queen problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-15
    • 文件大小:3715887
    • 提供者:钱辰
  1. eight-queens

    0下载:
  2. 八皇后问题,是一个古老而著名的问题,是回溯算法的典型例题。该问题是十九世纪著名的数学家高斯1850年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。 高斯认为有76种方案。1854年在柏林的象棋杂志上不同的作者发表了40种不同的解,后来有人用图论的方法解出92种结果。计算机发明后,有多种方法可以解决此问题。 可以通过更改程序中define 的n 的值将其改为任意个数的皇后问题 -Eight queens pr
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:240979
    • 提供者:kyle
  1. NQueens

    0下载:
  2. 由n2个方块排成n行n列的正方形称为“n元棋盘”。如果两个皇后位于n元棋盘上的同一行或同一列或同一对角线上,则称它们为互相攻击。要求输出使n无棋盘上的n个皇后互不攻击的所有布局。 -By n2 a square lined up in n do n column square called "n yuan chessboard". If two queen on board in n yuan with a line or the same column or the same on the
  3. 所属分类:Other Games

    • 发布日期:2017-03-29
    • 文件大小:892
    • 提供者:石津
  1. 8

    0下载:
  2. 8皇后的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.-8 Queen' s C# implementation, you can customize the number of input Queen, and the N-smart
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:8619
    • 提供者:hanlu xiao
  1. nQueen

    0下载:
  2. 在n*n的棋盘上放置n个皇后,要求皇后两两互斥,即任意两个皇后不能出现在同一行、同一列或同一条斜对角线上。试求出所有的合法布局-In the n* n chessboard placed on the n Queens, asked the Queen twenty-two mutually exclusive, that is, any two queens can not appear on the same line, same column, or diagonal line with
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:26393
    • 提供者:伍新威
  1. n_Queen

    0下载:
  2. 该算法为回溯法的经典问题之一,在n*n的棋盘上放置n个皇后。运行后会给出皇后的位置和解的个数-The backtracking algorithm is one of the classic problems in the n* n place n queens on the chessboard. After running the settlement will give the location of the number of Queen s
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:619
    • 提供者:雷智超
  1. queue

    0下载:
  2. 皇后问题,N*N的棋盘中在每行放入一枚皇后,保证皇后之间不能再直线和对角线上。-Queens problem, N* N board in each line into a Queen, to ensure the Queen s between can no longer straight and diagonal.
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:20891
    • 提供者:gaolei
  1. Queen

    0下载:
  2. 回溯算法解决皇后问题 回溯算法解决皇后问题-the solution of n queen
  3. 所属分类:CSharp

    • 发布日期:2017-04-11
    • 文件大小:639
    • 提供者:wang
  1. Nqueen

    0下载:
  2. 这是处理“皇后问题”问题的代码,所谓的皇后问题就是一个棋盘可以放多少个皇后棋子却不会冲突。-N queen
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:631
    • 提供者:王肖凯
  1. nqueen

    0下载:
  2. 在n×n格的棋盘上放置彼此不受攻击的n个皇后。按照国际象棋的规则,皇后可以攻 击与之处在同一行或同一列或同一斜线上的棋子。n后问题等价于在n×n格的棋盘上放置n 个皇后,任何2 个皇后不放在同一行或同一列或同一斜线上。 解n后问题的一个拉斯维加斯算法如下。-this is a project
  3. 所属分类:Chess Poker games

    • 发布日期:2017-03-28
    • 文件大小:1037
    • 提供者:ziv
  1. C-Program-examples

    0下载:
  2. 河内塔 费式数列 巴斯卡三角形 三色棋 老鼠走迷官(一) 老鼠走迷官(二) 骑士走棋盘 八个皇后 八枚银币 生命游戏 字串核对 双色、三色河内塔 背包问题(Knapsack Problem) 数、运算 蒙地卡罗法求 PI Eratosthenes筛选求质数 超长整数运算(大数运算) 长 PI 最大公因数、最小公倍数、因式分解 完美数 阿姆斯壮数 最大访客数 中序式转
  3. 所属分类:Project Manage

    • 发布日期:2017-03-23
    • 文件大小:64768
    • 提供者:李艳文
  1. exam6-5

    0下载:
  2. 采用递归算法求解皇后问题:在n*n的方格棋盘上,放置n个皇后,要求每个皇后不同行,不同列,不同左右对角线。-Using recursive algorithm queens problem: Place n queens on n* n checkerboard, each Queen different rows, different columns, different left and right diagonal.
  3. 所属分类:Data structs

    • 发布日期:2017-11-06
    • 文件大小:633
    • 提供者:
  1. quneue

    0下载:
  2. 同一行或同一列或同一对角线上,则称它们为互相攻击。要求输出使n无棋盘上的n个皇后互不攻击的所有布局。 具体要求如下; (1)n可由键盘输入。 (2)在输入n后,动态建立方法说明中所需要建立的数组空间;程序运行结束时释放该 存储空间。 (3)分别用n=4,5,6运行你的程序。 -同一行或同一列或同一对角线上,则称它们为互相攻击。要求输出使n无棋盘上的n个皇后互不攻击的所有布局。 具体要求如下; (1)n可由键盘输入。 (2)在输入n后,动态建
  3. 所属分类:software engineering

    • 发布日期:2017-12-08
    • 文件大小:8724
    • 提供者:季节
  1. queen

    0下载:
  2. 输出8皇后问题所有结果。每个结果第一行是No n:的形式,n表示输出的是第几个结果;下面8行,每行8个字符,‘A’表示皇后,‘.’表示空格。不同的结果中,先输出第一个皇后位置靠前的结果;第一个皇后位置相同,先输出第二个皇后位置靠前的结果;依次类推。 -Output all the results of the 8-queens problem. The first line of each result in the form of a No n: n output is several r
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-28
    • 文件大小:4300
    • 提供者:王康
  1. 1

    0下载:
  2. 八皇后问题是求出在一个n×n的棋盘上,放置n个不能互相捕捉的国际象棋“皇后”的所有布局(皇后可以沿着纵横和两条斜线4个方向相互捕捉)的问题。是一种比较常见的练习C语言递归或者栈使用的程序问题。-Eight queens problem is to find an nn chessboard, place of n are not mutually capture chess " queen" of all the layout (Queens and two along the
  3. 所属分类:File Formats

    • 发布日期:2017-11-30
    • 文件大小:167112
    • 提供者:
  1. C-language-program-integrated-design

    0下载:
  2. C语言程序综合设计,四道题目。一,指针构造链表,升序降序排列。二,高精度N! 三,八皇后问题。四,解N元一次方程组-C language program integrated design, four questions. A pointer structure linked list in ascending descending order. Second, high-precision N! Three, eight queens problem. Fourth, the solution
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:260322
    • 提供者:yangfan
  1. eightqueens

    0下载:
  2. 通过遍历所有可能打印出八皇后问题的所有解的情况,通过改变n的值可以得到广义八皇后问题的解-By traversing all possible print out of all the eight queens problem solution by changing the value of n can be generalized eight queens problem solution
  3. 所属分类:Algorithm

    • 发布日期:2017-05-08
    • 文件大小:1674855
    • 提供者:程子航
  1. The-queen

    0下载:
  2. 实现N个皇后问题,输出所有的排列情况,利用TXT实现输入输出-Realization of N-queens problem, the output of all of the arrangement, the use of input and output TXT achieve
  3. 所属分类:assembly language

    • 发布日期:2017-05-07
    • 文件大小:1446833
    • 提供者:秦启翰
« 1 2 ... 23 24 25 26 27 2829 »
搜珍网 www.dssz.com