CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - eight queens

搜索资源列表

  1. EghitQueue

    0下载:
  2. 八皇后问题的LasVegas与回溯法的混合算法实现,其中代码和文档详细-The eight queens problem LasVegas backtracking hybrid algorithm in detail, including code and documentation
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:45966
    • 提供者:黄华仔
  1. bhh

    0下载:
  2. 用C语言实现把八皇后问题解决了,应该值得一看。-With the C language implementation to solve the eight queens problem, it should be worth a visit.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:7795
    • 提供者:xj
  1. EightQueens

    0下载:
  2. Eight Queens solution. There is a simple task to place 8 queens on one board. Each of them doesn t have to kill others.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1129
    • 提供者:Andrey
  1. eight-queen

    0下载:
  2. 著名的八皇后问题,是回溯算法的典型例题。该问题是19世纪著名的数学家高斯1850年提出:在8*8格的国际象棋上摆放8个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。-The famous Eight Queens problem, backtracking algorithm is a typical example. The problem is the famous 19th century mathematician Gauss 1850: U
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:10798
    • 提供者:毛凯
  1. bahuanghou

    0下载:
  2. pascal实现的八皇后算法,算法效率挺高的-Eight Queens pascal implementation algorithm is efficient pricey
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:828
    • 提供者:张山
  1. Eight-Queens-algorithm

    0下载:
  2. 八皇后算法源码,八皇后算法的C++代码,用VC++6.0 编译,生成-Eight Queens algorithm source code, eight queens algorithm C++ code, VC++6.0 compiler to generate
  3. 所属分类:Algorithm

    • 发布日期:2017-11-23
    • 文件大小:32208
    • 提供者:k-java
  1. Classical-algorithm

    0下载:
  2. 经典算法大全,包含有八皇后问题、老鼠走迷宫等经典算法,附带有程序-Classical algorithm Guinness, includes eight queens problem, Mouse Maze other classic algorithms, with a program
  3. 所属分类:Algorithm

    • 发布日期:2017-05-04
    • 文件大小:1057473
    • 提供者:刘斌
  1. bahuanghou

    0下载:
  2. 解决了八皇后问题,并且可以分两种方法来获取最后的结果,可以自行选择。-Solve the eight queens problem, and can be divided into two methods to get the final result, you can choose.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2794
    • 提供者:gaoyuli
  1. Queens

    0下载:
  2. Program solve Eight queens puzzle
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2798
    • 提供者:Eugene
  1. queenList1

    0下载:
  2. 八皇后问题最早是由国际西洋棋棋手马克斯·贝瑟尔于1848年提出。之后陆续有数学家对其进行研究,其中包括高斯和康托,并且将其推广为更一般的n皇后摆放问题。八皇后问题的第一个解是在1850年由弗朗兹·诺克给出的。诺克也是首先将问题推广到更一般的n皇后摆放问题的人之一。1874年,S.冈德尔提出了一个通过行列式来求解的方法,这个方法后来又被J.W.L.格莱舍加以改进。-Eight queens problem was first proposed by the International Chess
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:927
    • 提供者:ted
  1. eightqueens

    0下载:
  2. 通过遍历所有可能打印出八皇后问题的所有解的情况,通过改变n的值可以得到广义八皇后问题的解-By traversing all possible print out of all the eight queens problem solution by changing the value of n can be generalized eight queens problem solution
  3. 所属分类:Algorithm

    • 发布日期:2017-05-08
    • 文件大小:1674855
    • 提供者:程子航
  1. Queens

    0下载:
  2. 八皇后,回溯法,JAVA实现,1维数组,可列出所有可行解-Eight Queens, backtracking, JAVA implementation, one-dimensional arrays, lists all feasible solutions
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1196
    • 提供者:rooode
  1. primer

    0下载:
  2. 一个小的代码:// stack堆栈中保留两个数据(皇后所在的行和列),总共有八个皇后 // 住要特别注意入栈和出栈的顺序。 最后输出计算的结果。-The eight queens puzzle is the problem of placing eight chess queens on an 8×8 chessboard so that no two queens threaten each other. Thus, a solution requires that no
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1228
    • 提供者:xiao
  1. bahuanghou

    0下载:
  2. 八皇后问题的C语言源码,附带注释,此法为较易理解的算法-Eight queens problem of C language source code
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:152922
    • 提供者:li
  1. n_queen

    0下载:
  2. 基于八皇后改进的n皇后问题,输出n皇后的解的个数-Based on the number of solutions of Eight Queens improved n queens problem, output n Queen
  3. 所属分类:Algorithm

    • 发布日期:2017-05-05
    • 文件大小:49537
    • 提供者:Issaccu
  1. demo

    0下载:
  2. 八皇后问题 八皇后问题 八皇后问题-Eight Queens Eight Queens Eight Queens problem problem problem Problems Eight Queens Eight Queens problem
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:656
    • 提供者:陆海澎
搜珍网 www.dssz.com