CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - The eight queens problem

搜索资源列表

  1. 8-queen

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

    • 发布日期:2017-04-09
    • 文件大小:1.82mb
    • 提供者:Bill Gates
  1. eightqueen

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

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

    0下载:
  2. The eight queens puzzle is the problem of placing eight chess queens on an 8×8 chessboard such that none of them are able to capture any other using the standard chess queen s moves. The queens must be placed in such a way that no two queens attack e
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1.2kb
    • 提供者:Mahmood
  1. eight.queens

    0下载:
  2. 八皇后问题的高效解法-递归版An efficient method for the eight queens problem - recursive version -An efficient method for the eight queens problem- recursive version
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:3.12kb
    • 提供者:utub
  1. Using-GA-to-solve-eight-queens

    0下载:
  2. 用遗传算法完美解决八皇后问题! 有详细的注释-Using genetic algorithms to solve the eight queens problem perfectly! Detailed notes
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-25
    • 文件大小:22.3kb
    • 提供者:王飞
  1. eight-queens

    0下载:
  2. 分治法求解八皇后问题,一个简单的分治法应用算法。-Divide and conquer method to solve the eight queens problem, a simple application of divide and conquer algorithm.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-27
    • 文件大小:13.48kb
    • 提供者:李俊炜
  1. the-eight-queens

    0下载:
  2. 解决C++中的一个难题:八皇后问题,代码有一定的参考性。-Solution in C++ a problem: the eight queens problem, the code has some reference.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:856byte
    • 提供者:Guling
  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 8x8 board, in which any two xi
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:24.15kb
    • 提供者:娜迪拉
  1. Eight-Queens-code

    0下载:
  2. 介绍了用回溯的方法解决八皇后问题。通过改变参数,还能扩展解决N皇后问题-Back method to solve the eight queens problem. By changing the parameters, but also extended to solve the N queens problem
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:183.13kb
    • 提供者:张琦
  1. Eight-queens-problem

    0下载:
  2. C语言版八皇后问题,里面包含源代码,能运行。-C language version of the eight queens problem, which contains the source code can run.
  3. 所属分类:CSharp

    • 发布日期:2017-11-10
    • 文件大小:134.81kb
    • 提供者:唐飞
  1. eight-queens

    0下载:
  2. 这是八皇后问题的C程序,非常完整的源代码,解决了很多难题。-This is a C program, complete source code of the eight queens problem, and solve many problems.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-11-20
    • 文件大小:2.08kb
    • 提供者:yangyang
  1. eight-queens

    0下载:
  2. c++解决八皇后问题,用数学方法实现,不是枚举法。可以正确找出96组全解和12组无重复解。-c++ solve the eight queens problem using mathematical methods to achieve, not enumeration method. Can correctly identify 96 sets of solutions and 12 without repeating solutions.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-14
    • 文件大小:8.12kb
    • 提供者:赵晓蓓
  1. eight-queens-problem

    0下载:
  2. 解决八皇后问题:即在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。-Solve the eight queens problem: that is placed on a 8X8 grid chess eight Queen, so that it can not attack each other, that is, any two Queens are not in the same line, same column
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-12
    • 文件大小:1.02kb
    • 提供者:mlcolour
  1. Eight-queens

    0下载:
  2. 应用程序向导已为您创建了此 八皇后问题 应用程序。 本文件概要介绍组成 八皇后问题 应用程序的每个文件的内容。 八皇后问题.vcxproj 这是使用应用程序向导生成的 VC++ 项目的主项目文件, 其中包含生成该文件的 Visual C++ 的版本信息,以及有关使用应用程序向导选择的平台、配置和项目功能的信息。 八皇后问题.vcxproj.filters 这是使用“应用程序向导”生成的 VC++ 项目筛选器文件。 它包含有关项
  3. 所属分类:Other systems

    • 发布日期:2017-11-16
    • 文件大小:2.04mb
    • 提供者:刘兵
  1. eight-queens-

    0下载:
  2. 针对八皇后问题的解答,列举出相应的93种解在二维数组的坐标-Answers to the eight queens problem, listed 93 kinds of solutions
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-14
    • 文件大小:263.56kb
    • 提供者:罗康建
  1. eight-queens

    0下载:
  2. 八皇后问题的解决方案.图形列出了种类,并计算解决方案总个数-Solution to the eight queens problem
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:517.85kb
    • 提供者:wangjinchao
  1. eight-queens-problem

    0下载:
  2. 解决八皇后问题:即在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。-Solve the eight queens problem: that is placed on a 8X8 grid chess eight Queen, so that it can not attack each other, that is, any two Queens are not in the same line, same column
  3. 所属分类:Game Program

    • 发布日期:2017-04-10
    • 文件大小:1.07kb
    • 提供者:ggedin
  1. eight-queens-problem

    0下载:
  2. 解决八皇后问题:即在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。-Solve the eight queens problem: that is placed on a 8X8 grid chess eight Queen, so that it can not attack each other, that is, any two Queens are not in the same line, same column
  3. 所属分类:Game Program

    • 发布日期:2017-04-12
    • 文件大小:1.18kb
    • 提供者:hinthe
  1. eight-queens

    0下载:
  2. 使用c语言编写程序解决八皇后这个经典问题,也可以说是骑士巡游问题-Use c language program to solve the eight queens problem。
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:513byte
    • 提供者:shirley
  1. 8-Queens-Problem-Solver

    0下载:
  2. This program calculates and displays all possible solutions of the eight queens problem .-This program calculates and displays all possible solutions of the eight queens problem .
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-04
    • 文件大小:25.5kb
    • 提供者:trexios
« 12 3 4 5 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com