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

搜索资源列表

  1. 我是谁呢!!!!!!!!!!!

    0下载:
  2. 八皇后问题八哈哈大家 安放发疯安放发安放-eight Queen's 8 ha ha planted crazy we placed the installation
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1053
    • 提供者:chen
  1. 8queenc

    0下载:
  2. 1) 【八皇后问题】设在初始状态下在国际象棋棋盘上没有任何棋子(皇后)。然后顺序在第1行,第2行,…。第8行上布放棋子。在每一行中有8个可选择位置,但在任一时刻,棋盘的合法布局都必须满足3个限制条件,即任何两个棋子不得放在棋盘上的同一行、或者同一列、或者同一斜线上。试编写一个递归算法,求解并输出此问题的所有合法布局。-1) [8 Queen's problems -- in the initial state in the international chess pieces on no
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1390
    • 提供者:ts
  1. bahouwenti

    0下载:
  2. 八后问题,也就是如何在棋盘上放置8个互不向吃的皇后-after eight issues, and that was how on the chessboard placed eight in each other not to eat the Queen
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2395
    • 提供者:sfsfsfsf
  1. bahuanghou23423423423

    0下载:
  2. 八皇后问题 八皇后问题 八皇后问题 八皇后问题-8 8 8 Queen's Queen's 8 8 8 Queen's Queen's 8 8 Queen's 8 8 8 Queen's Queen's problems
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:15028
    • 提供者:唐涛
  1. 八皇后问题的求解 gzw

    0下载:
  2. 该程序产生的最终结果存于当前工程目录下的result.txt文件中 写得比较仓促的-the process of final results stored in the current directory project result.txt the document drafted in a relatively hasty
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1221
    • 提供者:宫振伟
  1. 回溯法求解八皇后问题

    1下载:
  2. 回溯法求解八皇后问题
  3. 所属分类:C#编程

  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. Program_8Queens

    0下载:
  2. Csharp实现八皇后问题,并且输出到命令行中-program with 8 queens
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:1056
    • 提供者:Jingli Wei
  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. 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. 8queens

    0下载:
  2. c++解决八皇后问题,输出八皇后问题的解决方案数目-8 queens problem solved via C++ language
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:528145
    • 提供者:毛祥荟
  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. EightQueen

    0下载:
  2. C#八皇后问题解决方案,八皇后问题C#控制台程序-EightQueen Solve Solution by C#
  3. 所属分类:CSharp

    • 发布日期:2017-11-05
    • 文件大小:23874
    • 提供者:jackie
  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. main

    0下载:
  2. 回溯法求解八皇后问题,并输出所有可能的解法。-8 queens
  3. 所属分类:CSharp

    • 发布日期:2017-04-11
    • 文件大小:607
    • 提供者:rita
  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
« 12 »
搜珍网 www.dssz.com