搜索资源列表

  1. 8-queens

    0下载:
  2. 八皇后问题所有解的Java程序代码,能得到92种全部解。-Java source code of the "Eight queens problem". It can work out all 92 solutions.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:*飞
  1. the-problem-of-eight-queens

    0下载:
  2. 用遗传算法解决8皇后问题,并在VC++环境下调试通过,得出了正确结果,word文档说明和C源代码-With a genetic algorithm to solve 8 queens problem, and in the VC++ debugging environment through, come to the right result, word and the C source code documentation
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:20480
    • 提供者:paradise
  1. q8

    0下载:
  2. 全面解决八皇后问题,本程序中用了3种方法解决8皇后问题。-Comprehensive settlement of the Eight Queens problem, the program used three methods to solve the 8 Queens problem.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:348160
    • 提供者:
  1. QueensLVB

    0下载:
  2. 8皇后问题.LVB以及随机算法。 .C文件-8 queens problem. LVB and random algorithms. . C file
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:xmubingo
  1. BaHuangHou

    0下载:
  2. 8皇后问题源代码,可供学生学习,初学者可用,非常好的-8 queen problem source code, may be learning for students, beginners can be used, very good
  3. 所属分类:数据结构常用算法

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

    0下载:
  2. 一个简单的8皇后问题的解答,里面有一个cpp文件和两个h文件,h文件一个是棋盘类,一个是写函数,cpp文件为主程序。输出为一个.txt文件,上面有所有问题的答案-A simple 8-queens problem solution, which has a cpp file and two h files, h files one is the class board, one is to write functions, cpp fi
  3. 所属分类:数据结构常用算法

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

    0下载:
  2. 8皇后问题mips实现,用RISC实现,附有详尽注释-8Queen Problems Solution in Mips
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:于琦
  1. 8-queens-problems

    0下载:
  2. 用回溯递归法有效解决八皇后问题,这个问题是数据库中的经典例题,用c语言实现。-8 queens problems
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:yinli
  1. 8-queens-problems

    0下载:
  2. MFC实例, 八皇后问题, 八皇后问题是一个古老而著名的问题,是回溯算法的典型例题。该问题是十九世纪著名的数学家高斯1850年提出。-MFC example, 8 queens problems, 8 queens problems is an ancient and famous problem, is the typical examples of retrospective algorithm. The problem is th
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:46779392
    • 提供者:rs
  1. 6

    0下载:
  2. 八皇后问题:设8皇后问题的解为 (x1, x2, x3, …,x8), 约束条件为:在8x8的棋盘上,其中任意两个xi 和xj不能位于棋盘的同行、同列及同对角线。要求用一位数组进行存储,输出所有可能的排列。-eight Queen
  3. 所属分类:数据结构常用算法

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

    0下载:
  2. 八皇后问题:设8皇后问题的解为 (x1, x2, x3, …,x8), 约束条件为:在8x8的棋盘上,其中任意两个xi 和xj不能位于棋盘的同行、同列及同对角线。要求用一位数组进行存储,输出所有可能的排列。-Eight queens problem: Let the eight queens problem, the solution (x1, x2, x3, ..., x8), constraint conditions: on a
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:24576
    • 提供者:娜迪拉
  1. Eight-Queue

    0下载:
  2. 八皇后问题:设8皇后问题的解为 (x1, x2, x3, …,x8), 约束条件为:在8x8的棋盘上,其中任意两个xi 和xj不能位于棋盘的同行、同列及同对角线。要求用一位数组进行存储,输出所有可能的排列。-Eight queens problem: Let the eight queens problem, the solution (x1, x2, x3, ..., x8), constraint conditions: on a
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:284672
    • 提供者:宋传园
  1. 8_queen

    0下载:
  2. 8皇后问题的解决算法,VC++实现,输入N皇后,输出算法迭代次数-8 queens problem solution algorithm, the VC++ to achieve N Queen, the output of algorithm iterations
  3. 所属分类:数据结构常用算法

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

    0下载:
  2. 8皇后问题求解 回溯递归求解,共有92组解-8queens recursive backtrack algorithm
  3. 所属分类:JSP源码/Java

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

    0下载:
  2. 基于MPI的8皇后问题源代码.需要MPI支持-8-queen problem, with MPI
  3. 所属分类:并行运算

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:andy
  1. eightQueen

    0下载:
  2. c语言下棋盘的8皇后问题。在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。-c language board 8-queens problem.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:lzw
  1. t1

    0下载:
  2. 主要是解决8皇后问题,同时可以通过改变数组大小解决N皇后问题,最后将结果输出到一个txt文档中-It is to solve the eight queens problem, and can solve the N queens problem by changing the size of the array, the final output the results to a txt file.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:冒佳明
  1. Recursive-loop

    0下载:
  2. 是学习递归循环用法的很好的几个实例,包括经典的0-1背包问题,8皇后问题,概率问题等等,相信能帮助你更好的理解C中递归循环的实现。-Learning recursive cycle usage of several instances, including the classical 0-1 knapsack problem, the eight queens problem, probability problems, I belie
  3. 所属分类:其他小程序

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

    0下载:
  2. 数据结构,《八皇后问题》(基于c语言)-Data structure, the eight queens problem " (c language)
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:霜天晓角
  1. Queen

    0下载:
  2. 八皇后问题:设8皇后问题的解为 (x1, x2, x3, …,x8), 约束条件为:在8x8的棋盘上, 其中任意两个xi和xj不能位于棋盘的同行、同列及同对角线。要求用一位数组进行存储,输出所有可能的排列。C实现-Eight queens problem: Let the eight queens problem, the solution (x1, x2, x3, ..., x8), constraint conditions:
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:michael
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 19 »

源码中国 www.ymcn.org