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

搜索资源列表

  1. NQueens

    0下载:
  2. 这是一个八皇后问题的扩展,使用java实现,扩展到了多皇后,只要你输入皇后的个数,能给出所有的解。-This is an expansion of 8 Queen
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:8983
    • 提供者:pingyang
  1. 8quene

    0下载:
  2. 暴力算法和回溯算法求解8皇后问题,图像化界面-Violence algorithm and backtracking algorithm 8 Queen
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:7927
    • 提供者:LOCUST
  1. queen8

    0下载:
  2. 用java 语言实现8皇后问题,实现8个 皇后都不在同一行,同一列,和同一斜线上-err
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1136
    • 提供者:陈聪
  1. 8_queens

    0下载:
  2. 8_queens 经典8皇后问题 希望能为刚入门的朋友提供些许帮助-8 Queen
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:5657
    • 提供者:FGJ
  1. 8QUEENS

    0下载:
  2. c语言算法中的8皇后问题的解答 而且结果的输出很漂亮 一眼就明白-c language algorithm 8 Queen s questions and the results of the output is very beautiful to understand at a glance
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-10
    • 文件大小:946
    • 提供者:胡淳
  1. eightqueen

    0下载:
  2. 8皇后问题的算法 改算法可以扩展到N皇后的问题,不过时间会很长的-It s about the eight queens problem
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-07
    • 文件大小:1494310
    • 提供者:liuzhiping
  1. h

    0下载:
  2. 5. 8皇后问题 在一个8×8的棋盘里放置8个皇后,要求这8个皇后两两之间互相都不“冲突”。 -5. 8 Queen' s problem in an 8 × 8 chessboard placed 8 Queen' s, 8' s requirement that 22 is not between " conflict."
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-17
    • 文件大小:149913
    • 提供者:松柏长青
  1. EightQueens

    0下载:
  2. 改程序实现用函数式设计语言scheme解决八皇后问题,开发环境为PLT scheme-Function to program design language used scheme to solve the issue of the eight Queen' s, PLT scheme for development environment
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1614
    • 提供者:gaef
  1. 8Queen

    0下载:
  2. 此程序乃8皇后问题,是数据结构中一个典型递归调用程序,此程序可输入任意个皇后数目赖进行计算-This procedure is 8 Queen' s problem is the data structure of a typical recursive procedure call, this program can enter any number of Queen' s calculation depends on
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1376
    • 提供者:xuminghui382
  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-13
    • 文件大小:2192
    • 提供者:lishy
  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-26
    • 文件大小:8262
    • 提供者:jy
  1. fff

    0下载:
  2. 对于8皇后问题的一种解法,而且这种方法还不错-8 Queen' s problem for a solution, but this method is also good
  3. 所属分类:Document

    • 发布日期:2017-04-05
    • 文件大小:878
    • 提供者:ww
  1. bahuanghou

    0下载:
  2. 该程序实现了8皇后问题,是一种典型的算法。-eight problems
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:267329
    • 提供者:lichen
  1. 6

    0下载:
  2. 8皇后问题,解决生活中一些实际问题,寓教于乐,富有启发性-8 Queen' s problem, to solve some practical problems of life, entertaining, enlightening
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:629
    • 提供者:何思禹
  1. Queen

    0下载:
  2. scheme写的一个关于求解8皇后问题的源码,同时还有C和java的-written in a scheme to solve the issue of 8 Queen' s source code, along with the C and java
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:97274
    • 提供者:cmis
  1. eight_queues_prolems

    0下载:
  2. 这个程序是一个有关八皇后问题。程序主要用于实现和演示8皇后问题。-This program is an eight-queens problem on. Program is mainly used to achieve and demonstrate eight queens problem.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-08
    • 文件大小:1713348
    • 提供者:sodu
  1. 8queen

    0下载:
  2. 数据结果中的很有名的8皇后问题,该程序实现了8皇后的动态演示,图形界面友好,易用,对于学习C++编程和数据结构很有帮助-Data results in the well-known 8-queens problem, the program achieved an 8-Queen' s dynamic presentations, graphical user-friendly, easy to use, for learning C++ programming and data stru
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:462272
    • 提供者:
  1. 8huanghou

    0下载:
  2. 8皇后问题递归解法,输出了所有的有关8皇后问题可能的解法-8 queens problem recursive solution, the output of all of the 8 Queens problem may be related to the solution
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:533
    • 提供者:
  1. 8queens

    0下载:
  2. 著名的八皇后问题,回溯算法求解,包括cpp文件和工程文件-Well-known eight queens problem, backtracking algorithm for solving
  3. 所属分类:Other systems

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

    0下载:
  2. 8皇后问题 说明很详细,而且也很容易懂-8 queens problem descr iption is very detailed, but also easy to understand
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:5376
    • 提供者:
« 1 2 3 45 6 7 8 9 10 ... 14 »
搜珍网 www.dssz.com