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

搜索资源列表

  1. eightqueen

    0下载:
  2. 八皇后问题图形界面实现,模拟了多种解法,效果极佳-8 Queen' s problem of the realization of a graphical interface to simulate a wide range of solution, excellent results
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:12181
    • 提供者:墨兰王者
  1. Eight

    0下载:
  2. 八皇后问题的Java实现,可以扩展为13皇后-8 Queen' s Java realization of the problem can be extended to 13 Queen' s
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:563
    • 提供者:王军委
  1. EightQueens

    0下载:
  2. 利用C#语言实现的八皇后问题。只有8*8的棋盘形式,可以输入皇后摆放的位置-This program is used by c#,which called eight-queen .It can show every situation about the able place to put the queen.But there is a disadvantage that it is set only 8*8 chess .
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:17169
    • 提供者:yq
  1. Eight

    0下载:
  2. 八皇后问题的求解,运用简单的栈方法,实现回溯-8 Queen' s problem solving
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:111783
    • 提供者:UsherChen
  1. bahuanghouwenti

    0下载:
  2. 八皇后问题 〖问题描述〗 在一个8×8的棋盘里放置8个皇后,要求每个皇后两两之间不相"冲"(在每一横列竖列斜列只有一个皇后)。 -8 Queen' s problem〗 〖Descr iption of the problem in an 8 × 8 board in place of the eight Queen' s, Queen' s required for each phase between the 22 " red" (ver
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:3034
    • 提供者:
  1. Queen8

    0下载:
  2. 八皇后问题是一个古老而闻名的问题,是回溯算法的典型例题。对于八皇后问题的实现,假如结合动态的图形演示,则可以使算法的描述更形象、更生动,使教学能产生良好的效果。课题目标是实现八皇后动态图形,主要应解决以下两个问题: 1.回溯算法的实现2.图形存取。-8 Queen s problem is an old and well-known problem is a typical example of backtracking algorithms. 8 Queen s problem for the
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:13762
    • 提供者:1233333
  1. chess

    0下载:
  2. 八皇后源代码 运行过 成功 一定没有错误-8 Queen' s source code have been successfully running and will not be wrong
  3. 所属分类:CSharp

    • 发布日期:2017-04-14
    • 文件大小:2705
    • 提供者:何晓
  1. queengame

    0下载:
  2. 八皇后游戏的说明: 问题的提出:八皇后是个古老而有趣的游戏,是由高斯于1850年首先提出的。 要求在国际象棋的棋盘上放置八个皇后,使其不能相互攻击,即任意两个皇后不能处于 棋盘的同一行、同一列和同一条对角线上。试问有多少种放法? 基本思想是:先把皇后放在(0,0)位置,然后把1号皇后放在(1,j)位置, 使其满足要求。接着放2号皇后,依此类推。遇到某个皇后如把她无论放在该行的任意 位置均不满足要求,则前一个皇后放置不当,须重新放置前一皇后,如8个皇后均按要 求放置
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:5856
    • 提供者:颜昌文
  1. EightQueen

    0下载:
  2. 八皇后问题,实现八皇后在8*8棋盘上排列,同一行,同一列及成45度角的地方上没有其他皇后,不然产生冲突.-8 Queen' s problem, the achievement of the eight Queen' s in the 8* 8 chessboard with the same line, same column and into a 45 degree angle there is no other place on the Queen, or conflict.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:534
    • 提供者:陈龙
  1. bahuanghou

    0下载:
  2. 八皇后求解问题 设计报告 数据结构 C++的-8 Queen' s problem solving design report data structure of C++
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:80496
    • 提供者:贾明子
  1. 8huanghou

    0下载:
  2. 八皇后问题的一种解决办法,先上传了给大家一点参考-8 Queen' s problem a solution, we first uploaded to the reference point
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:833
    • 提供者:yjh
  1. qingsonghuibiaIIV2.5

    0下载:
  2. 八皇后问题的程序设计,是用C++写的。包含了数据结构的内容-8 Queen' s problem of program design, is written in C++. Data structure contains the contents of
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:996548
    • 提供者:shin_basaka
  1. queuen

    0下载:
  2. 八皇后能输入两个皇后的位置来确定其他皇后的位置-8 Queen' s Queen' s can enter the location of the two to determine the location of other Queen' s
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:4147
    • 提供者:王丹
  1. bahuanghouwenti

    0下载:
  2. 八皇后问题数据结构大型作业 至少要20个字太长了吧-8 Queen' s problem of large-scale data structure operations
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:165923
    • 提供者:yuqing
  1. queen1

    0下载:
  2. 解决八皇后问题,算法不太高明,未付流程图及开发说明。-8 Queen' s problem to solve, not very smart algorithm, flow chart and the development of outstanding notes.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:774
    • 提供者:dseles
  1. Queen

    0下载:
  2. 在一个8×8国际象棋盘上,有8个皇后,每个皇后占一格;要求皇后间不会出现相互“攻击”的现象,即不能有两个皇后处在同一行、同一列或同一对角线上。问共有多少种不同的方法-8 × 8 in a chess set, there are 8 Queen' s, Queen' s share of each cell between Queen will not be asked each other " attack" phenomenon, that is, can n
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-01
    • 文件大小:4869
    • 提供者:妄想生
  1. 2

    0下载:
  2. 八皇后问题是一个古老而著名的问题,是回溯算法的典型例题。该问题是十九世纪著名的数学家高斯1850年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。 高斯认为有76种方案。1854年在柏林的象棋杂志上不同的作者发表了40种不同的解,后来有人用图论的方法解出92种结果。 对于八皇后问题的实现,如果结合动态的图形演示,则可以使算法的描述更形象、更生动,使教学能产生良好的效果。-8 Queen s proble
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-03
    • 文件大小:752496
    • 提供者:楼昊
  1. 8QueensGame

    0下载:
  2. 八皇后游戏:要求在国际象棋的棋盘上放置八个皇后,使其不能相互攻击,即任意两个皇后不能处于棋盘上的同一行、同一列,或者同一对角线。-8 Queen' s Games: chess board required to place eight queens, so that it can not attack each other, that is, any two board the Queen can not remain the same row, same column, or the
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-17
    • 文件大小:214315
    • 提供者:sunwg
  1. 06413407

    0下载:
  2. 在10乘10的棋牌上进行八皇后排列,并输出排列情况和种类-10 x 10 8 Queens on a chess arranged and the arrangement of the output and variety of
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:208188
    • 提供者:芦传
  1. migong

    0下载:
  2. 八皇后的算法,迷宫思想的主要理论基础算法-8 Queen of the algorithm, the main theoretical basis for the ideological maze algorithm! ! !
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:3083
    • 提供者:左怀军
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 »
搜珍网 www.dssz.com