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

搜索资源列表

  1. 皇后问题.rar

    0下载:
  2. 所属分类:Delphi控件源码

    • 发布日期:
    • 文件大小:1344
    • 提供者:
  1. Eight Queen.rar

    0下载:
  2. 8皇后问题的C++算法
  3. 所属分类:游戏

    • 发布日期:
    • 文件大小:12372
    • 提供者:
  1. 8queen2.zip

    0下载:
  2. 国际象棋中8皇后问题算法
  3. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:2400
    • 提供者:
  1. Fastn-Queens

    0下载:
  2. 快速 n—皇后 问题解决算法,是本人见过的代码中最快的,利用位操作-Fast n-Queens problem-solving algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:674764
    • 提供者:li
  1. EightQueens

    0下载:
  2. 八皇后问题的C#实现,回溯算法, back-track-eight queens, back-track algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-17
    • 文件大小:60235
    • 提供者:william
  1. NQueen

    0下载:
  2. N皇后问题的爬山法 效果比普通方法好一些-N queens problem of hill-climbing method is better than the average effect of
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1378
    • 提供者:tamiaode
  1. nwanghou

    0下载:
  2. 算法分析,N皇后问题,这是上交的作业,准确无误!-Algorithm analysis, N queens problem
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:370082
    • 提供者:刘子龙
  1. 8queens

    0下载:
  2. 八皇后问题,是一个古老而著名的问题,是回溯算法的典型例题。该问题是十九世纪著名的数学家高斯1850年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。 高斯认为有76种方案。1854年在柏林的象棋杂志上不同的作者发表了40种不同的解,后来有人用图论的方法解出92种结果。计算机发明后,有多种方法可以解决此问题。-Eight queens problem is an ancient and well-known probl
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:342870
    • 提供者:陈财雄
  1. eQueen

    0下载:
  2. 八皇后的经典算法,是一个古老而著名的问题,是回溯算法的典型案例。任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法(Simulated annealing algorithm, the function of the most value)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-27
    • 文件大小:1024
    • 提供者:五星红牛
  1. Eight_Queens

    0下载:
  2. 使用MIPS指令实现八皇后问题的求解,代码较精简(Solve the Eight Queens Problem with MIPS)
  3. 所属分类:汇编语言

    • 发布日期:2017-12-24
    • 文件大小:14336
    • 提供者:swy0721
  1. N皇后

    0下载:
  2. n皇后求解利用给定的程序,针对10个不同问题规模n,计算正确的n后排列方案。啊实打实的(Use of a given application, in view of 10 different problem size n, calculate the correct arrangement scheme after n. Oh, hush)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-22
    • 文件大小:310272
    • 提供者:asd23333
  1. queen

    0下载:
  2. 这是在C语言环境下实现八皇后问题产生的程序(This is in the C language environment to achieve eight queens problem generated procedures)
  3. 所属分类:其他

  1. 爬山 完美

    0下载:
  2. 使用爬山法实现n皇后问题 输入 n,并用运行时间比较几种算法在相同规模的问题时的求解效率。列表给出结果。 比较同一算法在 n 不相同时的运行时间,分析算法的时间复杂性。(Use of climbing method to achieve the N Queens)
  3. 所属分类:数据结构

    • 发布日期:2018-01-01
    • 文件大小:7293952
    • 提供者:doudou854
  1. Desktop

    0下载:
  2. 实现N皇后问题,采用了回溯法。分为三个模块(to solve the queue problem)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-01
    • 文件大小:1024
    • 提供者:Leslie_Lee
  1. 回溯

    0下载:
  2. 一些回溯算法的总结里面有马跳日棋盘问题八皇后问题取苹果等一系列已过的代码谢谢参考(Some backtracking algorithms are summed up with a horse jump day chessboard problem eight queens and a series of past codes for reference.)
  3. 所属分类:数据结构

    • 发布日期:2018-01-07
    • 文件大小:7162880
    • 提供者:tanxys
  1. Nqueen

    0下载:
  2. 在8*8的国际象棋棋盘上,安放8个皇后,要求没有一个皇后能够“吃掉”任何其它一个皇后,即任意两个皇后不能处于同一行,同一列或者同一条对角线上,求解有多少种摆法。 本实验拓展了N皇后问题,即皇后个数由用户输入(On the chess board of 8*8, 8 queens are placed, requiring that no queen can eat any other queen, that is, any two Queens can not be in the same r
  3. 所属分类:Windows编程

    • 发布日期:2018-01-10
    • 文件大小:15360
    • 提供者:babou
  1. 2

    0下载:
  2. 输出八皇后问题所有情况,并且记录下共有多少种情况(All cases of the output of eight queens)
  3. 所属分类:数据结构

    • 发布日期:2018-04-19
    • 文件大小:1133568
    • 提供者:乘龙千里
  1. queen

    0下载:
  2. 在8×8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。 高斯认为有76种方案。计算机发明后,有多种计算机语言可以解决此问题。(There are eight queens on the 8 x 8 chess set, so that they can not attack each other, that is, any two Queens can not be in the same line, the same colu
  3. 所属分类:Windows编程

    • 发布日期:2018-04-30
    • 文件大小:2048
    • 提供者:starhhhh
  1. bahunghou_zzy

    0下载:
  2. 我写的八皇后的程序,希望能帮到大家。这个程序简单易懂,希望大家多多下载。(I wrote the eight queens program, I hope to help you.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-05-06
    • 文件大小:4096
    • 提供者:眼炸毛
  1. 八皇后问题

    0下载:
  2. 用启发式搜索解决八皇后求解问题,c语言源代码,运用MATLAB实现
  3. 所属分类:其它源码

« 1 2 3 4 5 67 8 9 10 11 ... 50 »
搜珍网 www.dssz.com