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

搜索资源列表

  1. 3

    0下载:
  2. 编写自定义的消息队列 该消息队列不能依赖于已有库的队列,必须是自己设计实现的 该消息队列是线程安全的 该消息队列能接收CLMessage继承体系的消息 该消息队列能融入到本课程所提供的程序库中,能支持线程之间的通信(即需要提供发送消息的通信类,以及消息循环的管理类)(UESTC LINUX LiLin Homework 3)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-04
    • 文件大小:39936
    • 提供者:严攀
  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. New folder

    0下载:
  2. jdfjkwejfkwefkfwekfwfefw
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:575488
    • 提供者:asadard
  1. xiti

    0下载:
  2. 简单的实现算法的最长公共子序列,n皇后,最长递增子序列,最短路径,二分查找等(The longest common subsequence of the simple implementation algorithm, the n queen, the longest incrementing subsequence, the shortest path, the two point lookup, etc.)
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:3072
    • 提供者:晴天bby
  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. accleanerpro

    0下载:
  2. test激活反反复复反反复复发反反复复凤飞飞(The Mafia queen to nine I really love is love fantasy. Want to cash to continue to fight the wrong lip)
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:196608
    • 提供者:zml9999
  1. superqueen.c

    0下载:
  2. Super queen problem in mpi
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:1024
    • 提供者:Odko
  1. 8queen

    0下载:
  2. 使用python语言的八皇后算法,并有注释(The eight Queen's algorithm used in the python language, with annotations)
  3. 所属分类:数学计算

    • 发布日期:2018-04-30
    • 文件大小:1024
    • 提供者:gdp
  1. Eight Queen

    0下载:
  2. 可以在界面中选择不同条件的八皇后,然后会显示所有结果(You can select eight queens with different conditions in the interface, and then all the results will be displayed.)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-30
    • 文件大小:158720
    • 提供者:AyneLFink
  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. 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. 八皇后问题Python实现

    1下载:
  2. 八皇后问题Python实现,代码备注清晰,望读者耐心参阅(Eight Queen's problem arithmetic implementation, note clearly, hope readers have patience.)
  3. 所属分类:其他

    • 发布日期:2021-04-03
    • 文件大小:1024
    • 提供者:wang720
« 1 2 ... 44 45 46 47 48 49»
搜珍网 www.dssz.com