搜索资源列表

  1. 8皇后算法111

    0下载:
  2. 皇后算法111 很经典的 内含两种 希望大家喜欢-111 Queen's algorithm includes the classic two hope you like
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-08
    • 文件大小:2048
    • 提供者:YY
  1. “八皇后”问题递归法求解

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

    • 发布日期:2024-06-08
    • 文件大小:2048
    • 提供者:美美
  1. 李森数据结构作业

    0下载:
  2. 文件夹中包括常用的数据结构的算法,包括二叉树的三种递归和非递归算法,染色问题,八皇后问题,深度广度遍历,约瑟夫环,数值转换,树的高度和叶子节点数,最小生成树 ,两点之间的所有路径-folder include common data structure of the algorithm, including the three binary tree recursive and non- recursive algorithm, Dye
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-08
    • 文件大小:19456
    • 提供者:李森
  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-06-08
    • 文件大小:6144
    • 提供者:王卫国
  1. delphibahuanghou

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

    • 发布日期:2024-06-08
    • 文件大小:145408
    • 提供者:xiaowu
  1. Queen

    0下载:
  2. 八皇后问题,运行结果导入到txt文本文件中-8 Queen
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-06-08
    • 文件大小:223232
    • 提供者:shawnhoo
  1. Queen

    0下载:
  2. 八皇后问题全解 有回溯法(函数,for循环) 还有用遗传算法来求解的-8 Queen
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-08
    • 文件大小:21504
    • 提供者:
  1. Queen

    0下载:
  2. 经典8皇后问题程序,在vc6.0运行通过-8 Queen
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-08
    • 文件大小:352256
    • 提供者:张二
  1. queen

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

    • 发布日期:2024-06-08
    • 文件大小:280576
    • 提供者:VicentGuo
  1. eightqueen

    0下载:
  2. 八皇后的A*算法 利用矩阵的行列变换,将待扩展的结点放入closedlist中,而后移出该表首个结点进行扩展(同时放如openlist中),并将其子节点放入closelist中-8 Queen
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-08
    • 文件大小:540672
    • 提供者:xiaochen
  1. queen

    0下载:
  2. 所谓八皇后问题(Eight Queens Problem),是在8*8格的棋盘上,放置8个皇后。要求每行每列放一个皇后,而且每一条对角线和每一条反对角线上最多只能有一个皇后,这是一个典型并行算法,C语言实现。-The so-called Queen s the issue of eight (Eight Queens Problem), in the 8* 8 grid of the chessboard, 8 Queen s plac
  3. 所属分类:并行运算

    • 发布日期:2024-06-08
    • 文件大小:4096
    • 提供者:chj
  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-06-08
    • 文件大小:2048
    • 提供者:lishy
  1. 8-queenProblem

    0下载:
  2. The famous 8-queen problem in java
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-08
    • 文件大小:3072
    • 提供者:gokc3n
  1. 8-Queen

    0下载:
  2. 8-Queen problem, that is one of the most famous algorithm problem.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-08
    • 文件大小:1024
    • 提供者:Gabriel
  1. Hill_Climbing_Searching

    0下载:
  2. solving 8-Queen problem by using hill climbing.
  3. 所属分类:C#编程

    • 发布日期:2024-06-08
    • 文件大小:25600
    • 提供者:shahin
  1. Genetic

    0下载:
  2. Genetic algorithms in 8 queen problem
  3. 所属分类:matlab例程

    • 发布日期:2024-06-08
    • 文件大小:1024
    • 提供者:Feroj
  1. 8-Queen

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

    • 发布日期:2024-06-08
    • 文件大小: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-06-08
    • 文件大小:2866176
    • 提供者:
  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-06-08
    • 文件大小:322560
    • 提供者:胡凯
  1. 8-queen

    0下载:
  2. It is a graphical representation of the famous 8 queen problem . the program is in accordance to the algorithm described in Cormen.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-08
    • 文件大小:46080
    • 提供者:amannith
« 12 3 4 5 6 7 8 9 10 ... 21 »

源码中国 www.ymcn.org