CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 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
    • 文件大小:1906524
    • 提供者:Bill Gates
  1. prolog

    0下载:
  2. 本资料使用专家系统设计语言visualprolog编写的一个简单的专家系统实例。是一个解决八皇后的问题。-This information is the use of expert system design language visualprolog written a simple expert system for instance. Is a solution to the eight queens problem.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:875
    • 提供者:赵玉
  1. eightqueen

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

    • 发布日期:2017-05-06
    • 文件大小:1494310
    • 提供者:liuzhiping
  1. eightqueens

    0下载:
  2. 这是一个有关八皇后的问题,可以输出所有的组合。采用回溯法生成共92种组合。-This is one of the eight queens problem, you can export all of the combinations. Using backtracking generates a total of 92 combinations.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:878458
    • 提供者:王东
  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-10
    • 文件大小:1227
    • 提供者:Mahmood
  1. Eight-Queens

    0下载:
  2. 八皇后问题,给出皇后的个数,会得出满足条件的方法,还会显示每种摆法-Eight Queens problem, given the number of Queens, will come to meet the conditions of the method, but also show each pendulum method
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:1448799
    • 提供者:chenfang
  1. eight

    0下载:
  2. 用的普通的回溯法的方法解决C语言的八皇后问题-Ordinary backtracking method to solve the eight queens problem of C language
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:1928
    • 提供者:张恒一
  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
    • 文件大小:187525
    • 提供者:张琦
  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
    • 文件大小:138050
    • 提供者:唐飞
  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
    • 文件大小:8319
    • 提供者:赵晓蓓
  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-11
    • 文件大小:1046
    • 提供者:mlcolour
  1. Eight-queens

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

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

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

    • 发布日期:2017-11-13
    • 文件大小:269882
    • 提供者:罗康建
  1. eight-queen

    0下载:
  2. 用回溯法,实现八皇后问题的程序,通过矩阵符号显示每种布局-Procedures to achieve the eight queens problem
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-03
    • 文件大小:359442
    • 提供者:赵富家
  1. Eight-Queens

    0下载:
  2. 八皇后问题,是一个经典的问题,本代码,对其进行分析,用C实现。-Eight queens problem is a classic problem, the code, analyze, with the C implementation.
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:725
    • 提供者:姜文丽
  1. eight-Q

    0下载:
  2. 完美实现八皇后问题的求解,列出了八皇后问题的所有情况并给出解的个数。-Perfect realization of the eight queens problem solving, and a list of all the circumstances and given the eight queens problem number of solutions.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:953
    • 提供者:数电
  1. eight-queens

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

    • 发布日期:2017-04-12
    • 文件大小:513
    • 提供者:shirley
  1. eight-queen-problem

    0下载:
  2. 题目描述 8X8的国际象棋棋盘上被挖了一些洞,这些洞不能放棋子,求八皇后问题的摆放方案,输出一种方案即可 输入格式 棋盘用.表示正常格子,用#表示被挖掉的洞,一共8行8列 输出格式 输出从上到下的每一行的皇后所在列号(1-8)-Topic describes 8 by 8 chess board was dug holes, these holes can t put chess pieces, put eight queens problem, output
  3. 所属分类:Other systems

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

    0下载:
  2. 八皇后问题,是一个古老而著名的问题,是回溯算法的典型案例。该问题是国际西洋棋棋手马克斯·贝瑟尔于1848年提出:在8×8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。-Eight queens problem is an old and well-known problem is backtracking algorithms typical case. The problem is that international che
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:3485
    • 提供者:ANDY
  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
    • 文件大小:26110
    • 提供者:trexios
« 12 3 4 5 6 »
搜珍网 www.dssz.com