搜索资源列表

  1. bahuanghou

    0下载:
  2. 八皇后问题 C++实现代码 Eight queens problem C++ implementation code-Eight queens problem C++ implementation code
  3. 所属分类:Windows编程

    • 发布日期:2024-05-23
    • 文件大小:181248
    • 提供者:wufei
  1. 1

    0下载:
  2. 八皇后问题是求出在一个n×n的棋盘上,放置n个不能互相捕捉的国际象棋“皇后”的所有布局(皇后可以沿着纵横和两条斜线4个方向相互捕捉)的问题。是一种比较常见的练习C语言递归或者栈使用的程序问题。-Eight queens problem is to find an nn chessboard, place of n are not mutually capture chess " queen" of all the la
  3. 所属分类:文件格式

    • 发布日期:2024-05-23
    • 文件大小:166912
    • 提供者:
  1. bahuanghou

    0下载:
  2. matlab解决八皇后,利用深度优先算法解决,广度优先,A算法-matlab to solve the eight queens, the use of depth-first algorithm to solve, breadth-first, A algorithm
  3. 所属分类:汇编语言

    • 发布日期:2024-05-23
    • 文件大小:1024
    • 提供者:王明
  1. Eight-Queens-algorithm

    0下载:
  2. 八皇后算法源码,八皇后算法的C++代码,用VC++6.0 编译,生成-Eight Queens algorithm source code, eight queens algorithm C++ code, VC++6.0 compiler to generate
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-23
    • 文件大小:31744
    • 提供者:k-java
  1. bahuanghou

    0下载:
  2. 本代码主要是利用迭代和for循环来实现八皇后问题-Use a for loop iterations and achieve the eight queens
  3. 所属分类:书籍源码

    • 发布日期:2024-05-23
    • 文件大小:1301504
    • 提供者:杨喜儿
  1. queen

    0下载:
  2. 八皇后问题并行算法MPI源程序 并行思想加快速度-Eight queens problem MPI parallel algorithm source code parallel thinking speed
  3. 所属分类:进程与线程

    • 发布日期:2024-05-23
    • 文件大小:4096
    • 提供者:袁旭炜
  1. 8queens

    0下载:
  2. 遗传算法实现八皇后程序,八皇后程序的主要功能就是利用进化计算来找到符合要求的八皇后排列,该程序可在10000代内找到全部92种符合要求的排列。-Genetic Algorithms eight queens program, eight queens program' s main function is to make use of evolutionary computation to find the arrangement
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-23
    • 文件大小:486400
    • 提供者:匿名
  1. Queen2

    0下载:
  2. 八皇后游戏 将八皇后的摆放变成一种游戏-Eight Queens Eight Queens game will be placed into a game
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-23
    • 文件大小:3719168
    • 提供者:房鑫
  1. NQueen

    0下载:
  2. 八皇后的问题:在8*8格的国际象棋上摆放八个皇后,使其不能相互攻击,即任意两个 *皇后都不能处于同一行、同一列或同一对角线上,问有多少种摆法 -public class Queen
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-23
    • 文件大小:2048
    • 提供者:彦珍珍
  1. eight-queens

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

    • 发布日期:2024-05-23
    • 文件大小:1021952
    • 提供者:sloe
  1. eight

    0下载:
  2. 八皇后问题,八皇后问题是一个以国际象棋为背景的问题:如何能够在 8×8 的国际象棋棋盘上放置八个皇后,使得任何一个皇后都无法直接吃掉其他的皇后?为了达到此目的,任两个皇后都不能处于同一条横行、纵行或斜线上。八皇后问题可以推广为更一般的n皇后摆放问题:这时棋盘的大小变为n×n,而皇后个数也变成n。当且仅当 n = 1 或 n ≥ 4 时问题有解。-Eight queens problem, eight queens problem is
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-23
    • 文件大小:13991936
    • 提供者:王二
  1. Queens

    0下载:
  2. 本程序用Matlab实现了八皇后问题的所有解,用到了递归的编程思想-The procedures used Matlab eight queens problem all the solutions use recursive programming ideas
  3. 所属分类:matlab例程

    • 发布日期:2024-05-23
    • 文件大小:1024
    • 提供者:冰冰
  1. queen

    0下载:
  2. 八皇后问题的c++版本,经过优化。。值得学习-Eight queens problem c++ version, optimized. . Worth learning
  3. 所属分类:Windows编程

    • 发布日期:2024-05-23
    • 文件大小:7168
    • 提供者:杨世谨
  1. five-classic--C-code

    0下载:
  2. 里面有五个C语言初学者遇到的经典递归问题的代码及详解!八皇后、回文、顺转矩阵、斐波那契及整数分划问题。-There are five classic C language for beginners recursive problems encountered by the code and explain! Eight queens, palindrome, clockwise rotation matrix, Fibonacci a
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-23
    • 文件大小:47104
    • 提供者:李展
  1. pashan

    0下载:
  2. 基于爬山法的八皇后问题。爬山法即最优化问题!-Climbing method based on the eight queens problem
  3. 所属分类:其他小程序

    • 发布日期:2024-05-23
    • 文件大小:1758208
    • 提供者:吴迪
  1. eight

    0下载:
  2. 八皇后问题,通过递归实现,感觉用来学递归不错的代码-eight quare
  3. 所属分类:其他小程序

    • 发布日期:2024-05-23
    • 文件大小:1024
    • 提供者:stone
  1. qiongju

    0下载:
  2. 八皇后算法,用的是最简单的穷举法,在VC++6.0上编写的。-Eight Queens algorithm, using the simplest method of exhaustion, in VC++6.0 written on.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-23
    • 文件大小:1024
    • 提供者:jimhu
  1. Classical-algorithm

    0下载:
  2. 经典算法大全,包含有八皇后问题、老鼠走迷宫等经典算法,附带有程序-Classical algorithm Guinness, includes eight queens problem, Mouse Maze other classic algorithms, with a program
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-23
    • 文件大小:1057792
    • 提供者:刘斌
  1. eight-queue0solve

    0下载:
  2. 八皇后问题求解,有比较详尽的文档文字描述-eight queue solve,eight queue solve,eight queue solve
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-23
    • 文件大小:61440
    • 提供者:meng
  1. 5_queens

    0下载:
  2. 八皇后问题 在一个国际象棋8 * 8的棋盘里摆放8个皇后,使每个皇后都能相互不冲突-Eight queens problem in an 8* 8 chess board are placed in eight queens, so that each queen can not conflict with each other
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-23
    • 文件大小:2048
    • 提供者:姚大波
« 1 2 ... 45 46 47 48 49 50»

源码中国 www.ymcn.org