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

搜索资源列表

  1. QUEEN.rar

    0下载:
  2. N皇后游戏。
  3. 所属分类:游戏

    • 发布日期:
    • 文件大小:6646
    • 提供者:
  1. shangchuan.rar

    0下载:
  2. n皇后算法,多边形裁减,正方体旋转,三角形的绘制与填充,画虚的直线和曲线
  3. 所属分类:图形图象

    • 发布日期:
    • 文件大小:4035132
    • 提供者:
  1. nq.rar

    0下载:
  2. 求N皇后问题回溯算法
  3. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:1112
    • 提供者:
  1. nqueens

    0下载:
  2. 用c编写的N皇后问题-used to prepare N Queens
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:782
    • 提供者:叶纷飞
  1. home1work

    0下载:
  2. 微软桌着色问题a【问题】 组合问题 【问题】 填字游戏 【问题】 n皇后问题 -Microsoft tables coloring problem -- a problem [[composition problems -- crossword puzzles [n Queen's problem -- the problem
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:7876
    • 提供者:阿嫂
  1. 5-Queen

    0下载:
  2. N皇后问题!图形界面演示,VC6.0开发-N Queen! GUI demonstration VC6.0 development. .
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:32259
    • 提供者:郭上华
  1. qweewq

    0下载:
  2. 上再一个n皇后问题的说明 上再一个n皇后问题的说明-again a n Queen's on the statement of an n Queen's again the statement n a further statement of the Queen n again a statement of the Queen's again a problem n Queen's Note
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-07-13
    • 文件大小:2656
    • 提供者:1
  1. N_Queen

    0下载:
  2. N皇后问题的优化版本,对于N= 13的情况可以在1秒内出结果-N Queen of the optimized version for the N = 13 can be in a give results within seconds
  3. 所属分类:数值算法/人工智能

    • 发布日期:2012-10-22
    • 文件大小:1528
    • 提供者:吴地瓜
  1. 14230829

    0下载:
  2. 解决如何用vc实现八皇后问题,但不能实现n皇后的问题。-address how to achieve eight vc Queen's, but can not be achieved n Queen's problem.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1670
    • 提供者:成晓
  1. nqueens9901

    0下载:
  2. 著名的n皇后问题。实现结果为 请输入这是一个几皇后问题:4 4皇后问题有解为: 2 4 1 3 4皇后问题有解为: 3 1 4 2 Press any key to continue -n Queen's famous question. To achieve results Please enter several This is a Queen's : 4 Queen of the solutions to these problems : 2 4
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1267
    • 提供者:nanaleer
  1. nQueen

    0下载:
  2. n皇后算法的实现-n Queen's algorithm implementation
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:7542
    • 提供者:007
  1. bahuanghouwtdejavashixian

    0下载:
  2. n皇后问题算法。 * 把棋盘看成一个坐标系,以左下角为原点(0,0)。坐标系的每个点为一个Point类。 * 每个皇后为一个皇后对象Queen。 * 判断一个点的坐标是否在,一个皇后控制的范围的函数为Queen.isUnderControl(point)。 -n Queen's Algorithm. * Chessboard as a coordinate system to lower left-hand corner of the origin (0,0). T
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4186
    • 提供者:tangying
  1. n-Queen

    0下载:
  2. 算法设计:著名的n后问题:在nXn的棋盘上放彼此不受攻击的n个皇后,按国际象棋的规则,任何2个皇后不在同一行或同一列或同一斜线上. 本算法才用回朔法来解决.-algorithm design : n after the famous question : In nXn put on the chessboard of each other against attack n empress, according to the international rules of chess, any
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:5617
    • 提供者:王涛
  1. N-queens-problem

    0下载:
  2. N皇后问题,可以输入N的值,并输出每一种N的情况和步骤。-N queens problem, you can enter the value of N, and N outputs each situation and steps.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-30
    • 文件大小:98357
    • 提供者:李元月
  1. N-Queens

    0下载:
  2. 优化的N皇后算法,输入皇后的个数N,输出三个解,算法的时间复杂度为O(nlgn)-Optimized N queens algorithm, enter the number of the Queen N, output three solutions, the time complexity of the algorithm is O (nlgn)
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-29
    • 文件大小:9980
    • 提供者:jbzh
  1. N-Queens

    0下载:
  2. 使用回溯法求N皇后问题,是又经典的8皇后问题延伸而来-Seeking N Queens backtracking law, it is another classic 8-queens problem extends from
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1142
    • 提供者:李泽文
  1. N-QUEEN

    0下载:
  2. 在一个N×N的国际象棋棋盘中摆N个皇后,使这N个皇后不能互相被对方吃掉。N皇后算法源码-N × N in a chess board in N months before Queen s, so that the N-Queen s was the other side can not eat each other. N Queen s algorithm source code
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-14
    • 文件大小:2967
    • 提供者:cj7936bura
  1. N-queens-algorithm

    0下载:
  2. n皇后问题的BFS算法,算法简洁,作为初学者一看就懂,不过先看会BFS算法很重要,这比普通的动态规划速度要快很多-N queens problem BFS algorithm, the algorithm is simple, as a beginner to understand, but first look at the BFS algorithm is very important, which is much faster than the general dynamic planni
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:12402
    • 提供者:黑所
  1. Desktop

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

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

    0下载:
  2. 国际象棋中皇后可以在横、竖、斜线上不限步数地吃掉其他棋子。如何将N个皇后放在一个国际象棋的棋盘上(有8 * 8个方格),使它们谁也不能被吃掉!这就是著名的八皇后问题。我们现在扩展一下,对于某个满足要求的N皇后的摆放方法,定义一个皇后序列与之对应,即{(x1,y1),(x2,y2)…(xN,yN)},其中(xi∈[1,N],yi∈[1,N],N∈[4,16]),其中(xi,yi)为相应摆法中第i个皇后所处的坐标(行数和列数)。那么需要针对这个序列进行检测,检测序列给定的皇后们是否存在可以相互吃掉的
  3. 所属分类:游戏

    • 发布日期:2018-05-07
    • 文件大小:5120
    • 提供者:youxiaoyu
« 1 2 3 4 5 67 8 9 10 11 ... 27 »
搜珍网 www.dssz.com