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. eightempress

    0下载:
  2. 自己收集的八皇后问题相关知识,有不少源代码,能解决八皇后问题-Queen
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:146243
    • 提供者:chenzeng
  1. eightqueen

    0下载:
  2. 八皇后问题四种解法,回溯为主, 更有一个一句语句实现八皇后问题的程序,绝-8 Queen
  3. 所属分类:Other windows programs

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

    0下载:
  2. 八皇后问题-8 Queen s problem
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:956
    • 提供者:王若尘
  1. eightqueue

    0下载:
  2. 一个好用的新八皇后问题动画演示程序,对学习人工智能很有帮助-A new eight-to-use animation demo program s problems, very helpful in learning artificial intelligence
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:197683
    • 提供者:tianyuan
  1. bahuanhou

    0下载:
  2. 八皇后问题是一个古老而著名的问题,是回溯算法的典型例题。该问题是十九世纪著名的数学家高斯1850年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少-8 Queen
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1188
    • 提供者:李天森
  1. eightquee

    0下载:
  2. 非递归八皇后问题,c语言源码实现八皇后问题-Queen
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:3541
    • 提供者:thy
  1. EightQueensProblem

    0下载:
  2. 八皇后问题,回溯法解决。 这可能是一个简单问题。-Eight queen problem, retroactive law. This is probably a simple question.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1180
    • 提供者:MrKeen
  1. eight-queen

    0下载:
  2. 在plt schenme 下用scheme函数式程序语言所写的八皇后问题,基于一个特殊的框架-At scheme using plt schenme Functional programming language written by the Queen' s eight questions, based on a special framework
  3. 所属分类:Other systems

    • 发布日期:2017-03-23
    • 文件大小:1359
    • 提供者:方程
  1. queen

    0下载:
  2. N皇后问题,N皇后放置过程的现实。 由八皇后问题扩展开来,在N*N的棋盘上摆放N个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上。求可能的解决方案,并显示每一种解决方案的皇后放置过程。-N Queen' s problem, N Queen placed the reality of the process. Expansion by opening eight to question Queen' s, at the N* N chessboard
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-27
    • 文件大小:9254
    • 提供者:xiafan
  1. queen

    0下载:
  2. 八皇后问题,源代码实现,完全可以运行 可以下载哦-agdasd
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1216
    • 提供者:wzl
  1. VC

    0下载:
  2. 八皇后问题的C++实现,在VC++下开发,测试通过可以运行-8 Queen' s problem of C++ to achieve, in the VC++ under development, the test can run
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-09
    • 文件大小:1652471
    • 提供者:renjian
  1. eightqueens

    0下载:
  2. 用 Scheme 来解决八皇后问题。八皇后问题:在 8*8 的棋盘上放置彼此不受攻击的 8 个皇后。按照国际象棋的规 则皇 后可以攻击与之处在同一行或同一列或同意斜线上的棋子。找出所有合法的 使8 个皇后 彼此不受攻击的放置方法。1 )除了完成 queens 的定义之外 , 给出一个打印输出过程 print-queens-Scheme used to solve the problem of the eight Queen' s. 8 Queen' s problem: In the
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:2192
    • 提供者:lishy
  1. eightQueen

    0下载:
  2. 简单的八皇后问题。分别用一般的递推法和二叉树前序遍历写成,非常适合初学者阅读。-8 Queen' s problem simple. Were general and recursive binary tree traversal pre-written, very suitable for beginners to read.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-28
    • 文件大小:159599
    • 提供者:
  1. bahuanghou

    0下载:
  2. 八皇后问题,也是相当棘手的,不过凭借我聪明的才智,还是搞定了。-8 Queen' s problem, but also very difficult, but by virtue of talent, I smart, or get.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:8262
    • 提供者:jy
  1. kechengsheji

    0下载:
  2. 用c或c++编写的八皇后问题,通讯录,约瑟夫环的代码,数据结构的课程设计-With c or c++ to prepare the eight Queen' s problems, address book, Joseph Ring code, data structure of the curriculum design
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:7971
    • 提供者:王文君
  1. 八皇后

    0下载:
  2. 算法分析课程设计,八皇后问题,源代码!!!(Algorithm analysis curriculum design, eight queens problem, the source code)
  3. 所属分类:其他

    • 发布日期:2017-12-27
    • 文件大小:729088
    • 提供者:深V
  1. queen

    0下载:
  2. 这是在C语言环境下实现八皇后问题产生的程序(This is in the C language environment to achieve eight queens problem generated procedures)
  3. 所属分类:其他

  1. 新建文件夹

    0下载:
  2. 八皇后问题实现,改程序用C语言实现了八皇后问题(The realization of eight queens problem)
  3. 所属分类:其他

    • 发布日期:
    • 文件大小:892928
    • 提供者:yuzaidu
  1. 八皇后问题Python实现

    1下载:
  2. 八皇后问题Python实现,代码备注清晰,望读者耐心参阅(Eight Queen's problem arithmetic implementation, note clearly, hope readers have patience.)
  3. 所属分类:其他

    • 发布日期:2021-04-03
    • 文件大小:1024
    • 提供者:wang720
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com