CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 C#编程 搜索资源 - eight queens

搜索资源列表

  1. 8queensproblem

    0下载:
  2. 八皇后问题是一个古老而著名的问题,是回溯算法的典型例题。该问题是十九世纪著名的数学家高斯1850年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。 -Eight queens problem is an old and well-known problem is a typical Example backtracking algorithms. The problem is that the nineteent
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:85539
    • 提供者:何锦峰
  1. Queen8

    0下载:
  2. 八皇后~8*8的棋盘,确定皇后的位置,用的是回溯法,过程很详细-eight Queens~
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:743
    • 提供者:吕子豪
  1. bahuanghouwenti-csharp

    0下载:
  2. 用C#语言实现八皇后问题,里面有截图和说明,希望和大家交流-C# language with eight queens problem, which has screenshots and descr iption, and we hope the exchange
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:973
    • 提供者:小志
  1. bahuanghou

    0下载:
  2. 八皇后问题是指,在国际象棋棋盘中,放置八个棋子使彼此吃不掉,即彼此不在一条横线,竖线和斜线上。八皇后问题要求八个皇后彼此吃不掉,也就是要求彼此不在同一直线,横线,竖线上,可以通过一个函数,考虑斜率来实现该问题。-Eight queens problem is that, in the international chess board, the place can not afford to eat eight pieces to each other, that is not in a lin
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:3519
    • 提供者:lhf
  1. bahuanghouxiao17

    0下载:
  2. 能够用c++实现八皇后算法,自动运行,功能清晰-Able to achieve the eight queens c++ algorithm, automatically, features clear
  3. 所属分类:CSharp

    • 发布日期:2017-05-08
    • 文件大小:1585970
    • 提供者:keyouyi
  1. cshrapdevelop

    0下载:
  2. 囊括了sharp诸多技术,例如一些常见算法,八皇后问题,猴子选大王问题,字符及字符串处理技术数据校验、控件数据处理’图片数据处理’日期和时间‘windows控件-Include a sharp many techniques, such as some of the common algorithm, the eight queens problem, the monkey king election issues, character and string processing data va
  3. 所属分类:CSharp

    • 发布日期:2017-11-24
    • 文件大小:59194368
    • 提供者:xiewei
  1. EightQueensGAsrc

    0下载:
  2. about solving 8 queens puzzle with genetic algorithm using C#. -The eight queens puzzle is the problem of placing eight chess queens on an 8×8 chessboard so that no two queens attack each other. Thus, a solution requires that no two queens share the
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:59115
    • 提供者:xie linfeng
  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. genetic

    0下载:
  2. 遗传算法解决8皇后问题:代码示例。在visualC++上可以运行。-The genetic algorithm to solve the eight queens problem: code example. Can run in visualC++.
  3. 所属分类:CSharp

    • 发布日期:2017-11-23
    • 文件大小:1542
    • 提供者:李海波
  1. bahuanghou

    0下载:
  2. 在一个8×8的棋盘里放置8个皇后,要求每个皇后两两之间不相冲突 (在每一横列,竖列,斜列只有一个皇后) -In a 88 chessboard, placed eight queens, queens requires each between any two do not conflict (in each row, vertical column, diagonal row only one queen)
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:6803
    • 提供者:孙涛
  1. Queen

    0下载:
  2. 八皇后代码,自己写的,希望下载后提供宝贵意见,-queen eight queens code, write their own who want to download can be more valuable advice, thank you!
  3. 所属分类:CSharp

    • 发布日期:2017-05-23
    • 文件大小:7599312
    • 提供者:李路
  1. 1

    0下载:
  2. 几个C#的源码程序,有八皇后问题,初学者可以看一下,易学易懂。-Several C# source program, there are eight queens problem, beginners can look at, easy to understand.
  3. 所属分类:CSharp

    • 发布日期:2017-04-14
    • 文件大小:6580
    • 提供者:汪水
  1. 8prince

    0下载:
  2. 运用回溯法解决八皇后问题,代码仅供参考,-I use backtracking to solve eight queens problem, this code is just for everyone to comment and consult, thank you
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:1371
    • 提供者:pan
  1. bahuanghou

    0下载:
  2. 数据结构,c++,八皇后问题,北京邮电大学,第三次实验作业-Data structure, c++, eight queens problem, Beijing University of Posts and Telecommunications, the third experiment jobs
  3. 所属分类:CSharp

    • 发布日期:2017-04-11
    • 文件大小:963
    • 提供者:米彦
  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. 八皇后问题

    0下载:
  2. 在C#(VS2017)中通过控制台输出八皇后问题的92个解法。(Solve the eight queens problem by C#(VS2017), find the 92 solution.)
  3. 所属分类:C#编程

    • 发布日期:2018-01-09
    • 文件大小:132096
    • 提供者:yellow sea
搜珍网 www.dssz.com