CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 八皇后递归算法

搜索资源列表

  1. EightQueens.rar

    0下载:
  2. 一个用来研究八皇后问题的java小程序,采用递归算法遍历树来穷举所有符合要求的排列,存储后用图形界面表示出来。,Used to study a problem of the eight Queen of java applets, using recursive tree traversal algorithm to exhaustive array of all meet the requirements, storage, said later from a graphical interf
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:8904
    • 提供者:zbl
  1. 12

    0下载:
  2. 实现八皇后(一种小游戏)的算法,非递归可以得到所有正确结果。-The achievement of the eight Queen' s (a game) of the algorithm, non-recursive results can be all right.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-01
    • 文件大小:742182
    • 提供者:xdb
  1. Queen

    0下载:
  2. 解决八皇后问题的算法,能够用非递归的方法解决八皇后问题-8 Queen' s problem solution algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:700
    • 提供者:xuhaifeng
  1. eightSepuence

    0下载:
  2. 八皇后的算法,采用回朔的原理进行递归,得到八个皇后的位置,一共可以得到92种,每种都有输出,可以看到结果。-8 Queen' s algorithm, using the principle of retrospective recursive get eight Queen' s position can be a total of 92 kinds, each with output, you can see the result.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:388334
    • 提供者:龙哥
  1. eightking

    0下载:
  2. 八皇后算法,vc++ 6.0编译,使用的递归-8 Queen' s algorithm, vc++ 6.0 compiler, using the recursive
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:168016
    • 提供者:ISugar
  1. bahuanghwent

    0下载:
  2. 在一个8*8的棋盘上放置8个皇后,不允许任何两个皇后在棋盘的同一行、同一列和同一对角线上,即在每一行、每一列只能有一个皇后。 要求:八皇后问题是一个古老的搜索问题,可以用递归算法来实现,在递归过程中,一一测试每一种放法,直到得出全部正确答案为止。 〔实现提示〕定义一个8*8的二维数组(为方便处理,下标范围为1:8为好); 对数组进行初始化;(全置空) 从n行开始放置第一个皇后(满足一行只有一个皇后的要求)后对1~8列进行测试;若满足条件则保存皇后所在位置,直到所有皇后放置好
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3609
    • 提供者:bxy
  1. eight_queen

    0下载:
  2. 八皇后问题求解。采用递归算法。主要采用了三种不同的解法。-eight queeen
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-22
    • 文件大小:2158
    • 提供者:yang
  1. test

    0下载:
  2. 八皇后问题经典算法,递归非递归两种方式,性能高,均已经调试通过-Eight queens problem classic non-recursive algorithm, recursive two ways, high performance, are already through debugging
  3. 所属分类:Other systems

    • 发布日期:2017-12-03
    • 文件大小:1069
    • 提供者:yangjie
  1. Fourqueens

    0下载:
  2. 四皇后问题, 递归算法, 由八皇后降低到四皇后,降低规模,降低难度。-our queens problem, Recursive algorithm, Decreased from eight to four queen queen, reduce the size, reduce the difficulty of roblem.
  3. 所属分类:Other systems

    • 发布日期:2017-12-02
    • 文件大小:1141
    • 提供者:yin
  1. queen

    0下载:
  2. 对八皇后问题的递归算法的实现及其扩展成n皇后问题-Eight queens problem recursive algorithm to achieve its expansion into the n-queens problem
  3. 所属分类:Other systems

    • 发布日期:2017-11-25
    • 文件大小:649
    • 提供者:o_o
  1. eight-queens

    0下载:
  2. 八皇后问题的递归解法,虽然可能跟已有的算法类似,但真的是我自己写的,望不要删-Eight queens problem recursive solution
  3. 所属分类:Other systems

    • 发布日期:2017-05-01
    • 文件大小:1022158
    • 提供者:sloe
  1. EightQueen

    0下载:
  2. 利用栈结构实现八皇后问题。 八皇后问题19世纪著名的数学家高斯于1850年提出的。他的问题是:在8*8的棋盘上放置8个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列、同一斜线上。请设计算法打印所有可能的摆放方法。 提示: 1、可以使用递归或非递归两种方法实现 2、实现一个关键算法:判断任意两个皇后是否在同一行、同一列和同一斜线上-Use of the stack structure to achieve the eight queens problem. Eig
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-02
    • 文件大小:700821
    • 提供者:许晨雪
  1. bahuanghou

    0下载:
  2. 利用栈结构实现八皇后问题。 八皇后问题19世纪著名的数学家高斯于1850年提出的。他的问题是:在8*8的棋盘上放置8个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列、同一斜线上。请设计算法打印所有可能的摆放方法。   提示:     1、可以使用递归或非递归两种方法实现     2、实现一个关键算法:判断任意两个皇后是否在同一行、同一列和同一斜线上-Use the stack structure to achieve the eight queens probl
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1336
    • 提供者:
  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. queen

    0下载:
  2. 经典八皇后问题算法 应用递归 分别快速解决问题-EIGHT QUEEN
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2297
    • 提供者:林宇
  1. vma

    0下载:
  2. 运用递归算法实现了八皇后问题,基本思路借鉴于四皇后的实现,()
  3. 所属分类:其他小程序

    • 发布日期:2018-04-21
    • 文件大小:6144
    • 提供者:pmnctuybivn
搜珍网 www.dssz.com