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

搜索资源列表

  1. “八皇后”动态图形的VC实现

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

    • 发布日期:2008-10-13
    • 文件大小:2373
    • 提供者:yang
  1. 面向对象n皇后

    0下载:
  2. 思路清晰的n皇后问题求解,采用面向对象思路编写,封装类可在其他程序中灵活调用-lucid n Queen's problem solving, object-oriented ideas to prepare, Packaging category in other proceedings flexible call
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1304
    • 提供者:朱竹
  1. n后问题

    0下载:
  2. 在 n 行 n 列的国际象棋棋盘上,最多可布n个皇后。 若两个皇后位于同一行、同一列、同一对角线上,则称为它们为互相攻击。 n皇后问题是指找到这 n 个皇后的互不攻击的布局。 n 行 n 列的棋盘上,主次对角线各有2n-1条。-n n trip out of the international chess board, the maximum n Queen's cloth. If two at the same Queen's visit, the same s
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:1384
    • 提供者:刘二
  1. 1

    0下载:
  2. N皇后问题的回溯算法 N皇后问题的回溯算法 -N Queen' s problem backward algorithm N Queen' s problem backward algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3707
    • 提供者:王浩
  1. eightQueens

    0下载:
  2. 8皇后问题的解决方案,挺详细的,提供参考-the question about eight queens
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:9063
    • 提供者:zhongmuhua
  1. eightqueens

    0下载:
  2. 求解八皇后问题。可以求出规定大小的棋盘下所有的解以及解的总数。-Solving the eight queens problem. You can find the size of the board under the provisions of all solutions, as well as the total number of solutions.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-16
    • 文件大小:3619847
    • 提供者:pengshanyue
  1. nqueens(MinimalConficts)

    0下载:
  2. N皇后问题,采用最小冲突算法,极快的搜索效率,内含代码。-N queens problem, using the minimum conflicts algorithm, fast search efficiency, containing the code.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:6189
    • 提供者:Mark
  1. nQueens

    0下载:
  2. 人工智能课程实验:使用启发式搜索求解皇后问题。启发式搜索是利用度量作为指南的一种搜索方法。皇后问题是计算机界的经典问题,n皇后问题为把n个皇后放入一个n*n的棋盘中,使皇后两两不在同一行,同一列以及同一斜线中。求解n皇后问题的算法众多,主要有回溯法,构造法,概率算法以及本实验所用的启发式搜索方法等。方法不同,求解问题所产生的时间效率也大不相同,本实验主要对比构造法与启发式搜索方法的效率。 -Artificial Intelligence Curriculum Experiment: Usin
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-10
    • 文件大小:2101226
    • 提供者:夏雪
  1. EightQueen

    0下载:
  2. 八皇后问题,基于MFC界面,C++语言写的,可以动态演示,还有word文档报告,下下来就可以教的数据结构课程设计-Eight Queens problem, the interface based on MFC, C++ language to write, can be dynamically presentation, as well as word document report, the next down to the data structure can teach curricul
  3. 所属分类:Data structs

    • 发布日期:2017-06-15
    • 文件大小:24572928
    • 提供者:肖强
  1. C语言解决八皇后问题

    0下载:
  2. C语言解决八皇后问题.doc
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-03-19
    • 文件大小:24576
    • 提供者:coolhandy
  1. 八皇后

    0下载:
  2. 算法分析课程设计,八皇后问题,源代码!!!(Algorithm analysis curriculum design, eight queens problem, the source code)
  3. 所属分类:其他

    • 发布日期:2017-12-27
    • 文件大小:729088
    • 提供者:深V
  1. Queen

    0下载:
  2. 八皇后问题是一个经典问题,此代码可以解决,方便大家交流学习(Solving the eight queens problem)
  3. 所属分类:数据结构

    • 发布日期:2018-01-05
    • 文件大小:8676352
    • 提供者:孙艺sunny
  1. N皇后

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

    • 发布日期:2018-01-06
    • 文件大小:8569856
    • 提供者:静守成雯
  1. n皇后

    0下载:
  2. 运用爬山法和遗传算法解决n皇后问题,vs2013编译通过(Using mountain climbing and genetic algorithm to solve the problem of N Queen, vs2013 compiled and passed)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-07
    • 文件大小:2110464
    • 提供者:staub
  1. NQueens.m

    0下载:
  2. N皇后问题 用Matlab解决 N皇后问题 用Matlab解决(NQteens use Matlab)
  3. 所属分类:数据结构

    • 发布日期:2018-01-09
    • 文件大小:1024
    • 提供者:迪迪2222
  1. 8Q

    0下载:
  2. vs2015下c语言写的遗传算法解决8皇后问题。(Solving 8 queens problem with EA algorithm in c;)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-09
    • 文件大小:875520
    • 提供者:aiaihouge
  1. 新建文件夹

    0下载:
  2. 八皇后问题实现,改程序用C语言实现了八皇后问题(The realization of eight queens problem)
  3. 所属分类:其他

    • 发布日期:
    • 文件大小:892928
    • 提供者:yuzaidu
  1. 8 queens

    0下载:
  2. 利用Javascr ipt计算八皇后问题所有的解(Solving eight queens problem by using Javascr ipt)
  3. 所属分类:JavaScript/JQuery

    • 发布日期:2018-04-21
    • 文件大小:1024
    • 提供者:一条流浪狗
  1. 8 queens

    0下载:
  2. 利用C语言计算八皇后问题,并枚举出所有的解(Solving eight queens problem by using C)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-21
    • 文件大小:1024
    • 提供者:一条流浪狗
  1. A*算法解决数码、皇后问题

    0下载:
  2. 使用A*算法来解决十六数码问题以及皇后问题的帮助代码,可运行。
  3. 所属分类:人工智能/神经网络/遗传算法

« 1 2 3 45 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com