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

搜索资源列表

  1. Eight Queen.rar

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

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

    0下载:
  2. 这是我的课程设计报告,本来是用VB设计一个界面出来,里面包含多种小游戏的,可惜删了,只剩下一份报告,里面包含了各个小游戏的程序算法代码:回溯法求解皇后问题、冒泡法的算法描述、快速排序法、二叉排序树(这里用C语言描述)、顺序查找算法、二分法查找、二叉排序树查找(这里用C语言描述)-This is my course design, originally designed with VB is an interface, and which contains a variety of small g
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:13801
    • 提供者:天路
  1. bahuanghouproblem_c

    0下载:
  2. C语言实现的八皇后问题求解。 会下国际象棋的人都很清楚:皇后可以在横、竖、斜线上不限步数地吃掉其他棋子。如何将8个皇后放在棋盘上(有8*8个方格),使它们谁也不能被吃掉!这就是著名的八皇后问题。-C language of the eight Queen's problem to solve. Will be under the international chess are very clear : the Queen's horizontal, the vertic
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:8013
    • 提供者:王超
  1. QUEDIGUI

    0下载:
  2. 基于递归算法采用C语言实现了数据结构中经典的八皇后问题。-recursive algorithm based on the C language data structure of the classic Queen's eight problems.
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:1283
    • 提供者:王大力
  1. C++

    0下载:
  2. C++课程设计常用到的源代码。包括八皇后问题等
  3. 所属分类:其他游戏

    • 发布日期:2014-01-17
    • 文件大小:59338
    • 提供者:chengyalin
  1. 八皇后问题

    0下载:
  2. 此程序以“穷举法”来解八皇后问题-this procedure "exhaustive" solution to the problem eight Queen's
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:5772
    • 提供者:王勇
  1. QUEEN

    0下载:
  2. 用DELPHI写的一个解决八皇后问题的软件,有美观的界面,还可以动态显示分析过程,和在DOS下做的根本不是一个档次,学DELPHI的人可以参考
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:265429
    • 提供者:zhx
  1. 皇后问题

    0下载:
  2. 解决有名的皇后问题-solve problems famous Statue
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:7108
    • 提供者:陈真
  1. N-Queen

    0下载:
  2. : N皇后问题,在一个N×N国际象棋盘 上,有N个皇后,每个皇后占一格;要求皇后间不会出现 相互“攻击”的现象,即不能有两个皇后处在同一行、同一 列或同一对角线上。问共有多少种不同的方法。下图以4 个皇后为例,说明一个正确的解( N是一个大于等于2并 且小于等于100的整数)-: N queens problem, a NN chess disk, N-Queen, Queen of the grid requirements between each other &quo
  3. 所属分类:Game Program

    • 发布日期:2017-10-31
    • 文件大小:2027
    • 提供者:邹继瑶
  1. 8queen2

    0下载:
  2. 国际象棋中8皇后问题算法-Algorithm of Eight queen question in chess
  3. 所属分类:Chess Poker games

    • 发布日期:2017-11-08
    • 文件大小:2713
    • 提供者:站长
  1. eightqueen

    0下载:
  2. 八皇后问题 【问题描述】 在一个8×8的国际象棋棋盘上放置8个皇后,要求每个皇后两两之间不“冲突”,即没有一个皇后能“吃掉”任何其他一个皇后,简单的说就是没有任何两个皇后占据棋盘上的同一行或同一列或同一对角线,即在每一横列、竖列、斜列都只有一个皇后。-Descr iption of the problem eight queens problem 【】 In an 8 × 8 chess board to place eight queens, requires that each
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-01
    • 文件大小:1675
    • 提供者:王静
  1. Eight Queen

    0下载:
  2. 8皇后问题的C++算法-8 empress question C++ algorithm
  3. 所属分类:Game Program

    • 发布日期:2017-11-09
    • 文件大小:12643
    • 提供者:刘峰
  1. Queen

    0下载:
  2. 可以用于解算国际象棋中的八皇后问题,即如何排列8个皇后使之之间不能互相吃-Solver can be used for chess in the eight Queen s question, that is, how to order 8 so that between the Queen s can not eat each other
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-02
    • 文件大小:38083
    • 提供者:钟灿
  1. eight_queen

    0下载:
  2. 八皇后问题,老归老,但试图用各种方法来实现求解,出乎意料的是,同样的算法,非递归实现的速度竟然比递归实现慢!-Eight queen problem, the old to the old, but trying to use various methods to achieve Solving Surprisingly, the same algorithm, the speed of non-recursive implementation was slower than the recur
  3. 所属分类:Other Games

    • 发布日期:2017-04-23
    • 文件大小:53144
    • 提供者:zhangjun
  1. BaHuangHou

    0下载:
  2. 题目:八皇后问题。 八皇后问题是指求解如何在国际象棋8*8棋盘上无冲突的放置八个皇后棋子。因为在国际象棋里,皇后的移动方式是横竖交叉,所以在任意一个皇后所在的位置的水平,竖直和斜45度都不能有其他棋子的存在。一个完整的无冲突的八皇后棋子分布成为八皇后问题的一个解。设计思路:我使用了回溯的方法来解决八皇后问题,也就是逐次试探的方法。这个方法是通过函数putchess()对自身的递归调用来实现的。运行程序后,主函数调用putchess()函数在棋盘第一行第一列上放置棋子,开始向下一行递归。每一步
  3. 所属分类:Chess Poker games

    • 发布日期:2017-03-30
    • 文件大小:31174
    • 提供者:cl
  1. queens

    0下载:
  2. 国际象棋八皇后问题,并拓展到多皇后问题。-Chess Queen eight questions, and extended to the Queen' s many questions.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-06
    • 文件大小:1064425
    • 提供者:罗宾
  1. b

    0下载:
  2. 八皇后问题是在8×8的国际象棋棋盘上,安防8个皇后,要求没有一个皇后能够“吃掉”任何其他一个皇后,即没有两个或两个以上的皇后占据棋盘上的同一行、同一列或同一条对角线-8 Queen' s problem is that in the 8 × 8 chess board, the Security 8 Queen, a Queen' s request was not able to " eat" any other a queen, that is, no two
  3. 所属分类:Chess Poker games

    • 发布日期:2017-03-31
    • 文件大小:17923
    • 提供者:
  1. Nqueenproblem

    0下载:
  2. 这个程序采用局部搜索算法(Local Search),速度很快, 在配置为奔腾200,内存64MB,上测试可以在 几秒钟内解一百万阶的皇后问题。-This procedure using a local search algorithm (Local Search), fast, in the configuration for the Pentium 200, RAM 64MB, the test solution in a few seconds of order 1 million
  3. 所属分类:Chess Poker games

    • 发布日期:2017-03-29
    • 文件大小:1090
    • 提供者:spencer
  1. bahuanghouwenti

    0下载:
  2. 八皇后问题 递归算法 可直接运行 含main -Eight queens problem recursive algorithm can be run directly with main
  3. 所属分类:Game Program

    • 发布日期:2017-04-11
    • 文件大小:584
    • 提供者:Crystal
  1. NQueen

    0下载:
  2. N皇后问题的人工求解和自动求解实现,有详细的课件。-N Queens Problem Solving manual and automatic solving to achieve, detailed courseware.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-15
    • 文件大小:3862395
    • 提供者:王桂平
« 12 3 »
搜珍网 www.dssz.com