搜索资源列表

  1. 1八皇后

    0下载:
  2. 八皇后问题 数据结构学习源码-8 Queens source data structure study
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:的弗萨
  1. 8皇后图形界面

    0下载:
  2. 八皇后的图形界面-eight Queen's graphical interface
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:54272
    • 提供者:琚伟业
  1. “八皇后”问题递归法求解

    0下载:
  2. “八皇后”问题递归法求解 * 八皇后问题是一个古老而著名的问题,是回溯算法的典型例题。该问题是十九世纪著名的数学家高斯1850年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。 高斯认为有76种方案。1854年在柏林的象棋杂志上不同的作者发表了40种不同的解,后来有人用图论的方法解出92种结果。-"8 Queen's" recur
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:美美
  1. 八皇后游戏源码

    0下载:
  2. 图形界面实现八皇后游戏,皇后数最大为60。-graphical interface to achieve Queen's eight games, the largest number of Queen's 60.
  3. 所属分类:其他智力游戏

    • 发布日期:2024-05-20
    • 文件大小:5202944
    • 提供者:李扬
  1. eigh-8

    0下载:
  2. 这是著名的八皇后问题,希望能和大家交流一下-This is the famous eight Queen's, hopes to be able to share what
  3. 所属分类:网格计算

    • 发布日期:2024-05-20
    • 文件大小:327680
    • 提供者:周龙龙
  1. 8-queens

    0下载:
  2. 数据结构算法:回溯法编程寻找八皇后问题的所有解,使用语言C/C-algorithm data structure : backtracking programming for the Queen's eight all solutions, the use of language C/C
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:6144
    • 提供者:王卫国
  1. queen

    0下载:
  2. 八皇后问题的一种使用递归的解法,对学习递归者有一定参考作用-8 Queen s problem using a recursive method, recursive learning have a certain reference
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:280576
    • 提供者:VicentGuo
  1. 8

    0下载:
  2. 本程序是一个解决8皇后摆放问题的源程序.简单易读-Did唗linked to the most lowly stamp instance, chiao 8 ah Wen-ming up恀Questions Daitou most唗cavity. Canals parched millet, etc.
  3. 所属分类:C#编程

    • 发布日期:2024-05-20
    • 文件大小:186368
    • 提供者:huanzhu
  1. queens

    0下载:
  2. prolog语言写的一个八皇后问题,程序比较简单,有注释-prolog language to write an eight-queen problem, the procedure is relatively simple, has the Notes
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:张言国
  1. 8

    0下载:
  2. 给出经典游戏8皇后的所有解法,利用回溯算法-8 Queen' s classic game give all the solutions, the use of backtracking algorithms
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:高进
  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编程

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:gaef
  1. eightqueens

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

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:lishy
  1. 8-queen

    0下载:
  2. 通过遗传算法实现八皇后的求解问题,用MFC实现可视化操作,界面很漂亮,算法是改良的遗传算法-Through the genetic algorithm for solving the eight queens problem
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:1906688
    • 提供者:Bill Gates
  1. rengongzhineng

    0下载:
  2. 人工智能部分典型问题答案(传教士问题,骑士周游问题,8皇后问题等)-Some typical answers to questions of artificial intelligence (missionary problems, knights tour problem, eight queens problem, etc.)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:201728
    • 提供者:朱庆顺
  1. Las_vigas

    0下载:
  2. 用拉斯维加斯算法求解8皇后问题的小程序,有说明。-Las Vegas algorithm with the 8 Queens problem to a little program, has made it clear.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:717824
    • 提供者:minipuss
  1. 8-Queen

    0下载:
  2. C++8皇后源代码 MFC非常好用的程序哦-C++8 Queen MFC source code is very easy to use program oh
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:31129600
    • 提供者:hjkhk
  1. 8-Queen

    0下载:
  2. 这是一个关于8皇后的源代码,是用C语言开发,会输出92中结果。-This is a 8 Queen' s source code is written in C language development, will result in the output 92.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:2866176
    • 提供者:
  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
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:8192
    • 提供者:hanlu xiao
  1. 8-Queen

    0下载:
  2. VC++课程设计的八皇后问题 在一个8*8的棋盘上放置彼此不受攻击的8个皇后。 按照国际象棋的规则,皇后可以攻击与之处在同一行或同一列或同一斜线上的棋子。8皇后问题就等价于在8*8格的棋盘上放置8个皇后,任何两个皇后不放在同一行或同一列或同一斜线上。 -VC++ curriculum design the eight queens problem in an 8* 8 chessboard placed 8 Queen no
  3. 所属分类:其他游戏

    • 发布日期:2024-05-20
    • 文件大小:322560
    • 提供者:胡凯
  1. 8-queen

    0下载:
  2. 经典的8皇后问题,没用到堆栈,C++实现-Classic 8-queens problem, useless the stack, C++, achieve
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:陈星星
« 1 2 34 5 6 7 8 9 10 ... 26 »

源码中国 www.ymcn.org