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

搜索资源列表

  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. 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. 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. 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. 2

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

    • 发布日期:2017-05-03
    • 文件大小:752496
    • 提供者:楼昊
  1. 8-Queen-presentation-of-the-original-code

    0下载:
  2. 数据结构课程设计经典问题八皇后动态演示原代码-Classic problem of data structure, curriculum design, dynamic presentation of the original code 8 Queens
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1698
    • 提供者:liu jian
  1. Program_8Queens

    0下载:
  2. Csharp实现八皇后问题,并且输出到命令行中-program with 8 queens
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:1056
    • 提供者:Jingli Wei
  1. eightqueens

    0下载:
  2. 10. 编写程序对八皇后问题进行求解:在8行8列的棋盘上放置8个皇后,使任一个皇后都不能吃掉其他的7个皇后(注:皇后可吃掉与她处于同行或同列或同一对角线上的其他棋子),并将结果以某种方式显示出来。-10. Write a program to solve the eight queens problem: In the line 8 8 of 8 placed on board the Queen, so that either a queen can not eat the other sev
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:1016
    • 提供者:lixuhui
  1. queen8

    0下载:
  2. 汇编程序实现: 程序功能:用深度优先搜索法解决八皇后问题并打印结果. 列数行数分别用1-8标记.所以八皇后的位置申请了9个 调试感慨:汇编调试实在麻烦,不像C中在任何地方加个printf就可以知道 哪错了.跳来跳去的,不知哪里死循环了,实在不好调试. -Assembler to achieve: program features: Using depth-first search method to solve the eight queens prob
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:2041
    • 提供者:王明杰
  1. bahuanghou

    0下载:
  2. 八皇后问题是:在8*8的国际象棋棋盘上,安放8个皇后,要求没有一个皇后能够“吃掉”任何一个其他的皇后,即没有两个或两个以上的皇后占据棋盘上的同一行、同一列或同一条对角线。-Eight queens problem is: 8* 8 chess board, placed eight at Queen' s, a Queen' s request was not able to " eat" any of the other Queen' s, that is,
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:1297
    • 提供者:高天
  1. xunliuy

    0下载:
  2. 八皇后问题是:在8*8的国际象棋棋盘上,安放8个皇后,要求没有一个皇后能够“吃掉”任何一个其他的皇后,即没有两个或两个以上的皇后占据棋盘上的同一行、同一列或同一条对角线。-Eight queens problem is: 8* 8 chess board, placed eight at Queen' s, a Queen' s request was not able to " eat" any of the other Queen' s, that is,
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:2563
    • 提供者:高天
  1. bahuanghou

    0下载:
  2. C语言编写,求解八皇后问题:在8行8列的棋盘上放置8个皇后,使任一个皇后都不能吃掉其他的7个皇后(注:皇后可吃掉与她处于同行或同列或同一对角线上的其他棋子)-C language, to solve the eight queens problem: in 8 rows and 8 columns of the board to place eight queens, so the Queen can not eat any of the other seven Queen (Note: Que
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:120969
    • 提供者:gnan
  1. 8huanghou

    0下载:
  2. 八皇后问题是指求解如何在国际象棋8*8棋盘上无冲突地放置八个皇后棋子-8 queenes problem is how to place 8 chess pieces in the 8* 8 board without conflict
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:590
    • 提供者:小宋
  1. main

    0下载:
  2. 八皇后问题:在8行8列的棋盘上放置8个皇后,使任一个皇后都不能吃掉其他的7个皇后(注:皇后可吃掉与她处于同行或同列或同一对角线上的其他棋子),并将结果以某种方式显示出来。-Eight queens problem: in 8 rows and 8 columns of the board to place eight queens, so the Queen could not eat any of the other seven Queen (Note: Queen can eat with
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:1030
    • 提供者:吉玉
  1. bahuanghwent

    0下载:
  2. 在一个8*8的棋盘上放置8个皇后,不允许任何两个皇后在棋盘的同一行、同一列和同一对角线上,即在每一行、每一列只能有一个皇后。 要求:八皇后问题是一个古老的搜索问题,可以用递归算法来实现,在递归过程中,一一测试每一种放法,直到得出全部正确答案为止。 〔实现提示〕定义一个8*8的二维数组(为方便处理,下标范围为1:8为好); 对数组进行初始化;(全置空) 从n行开始放置第一个皇后(满足一行只有一个皇后的要求)后对1~8列进行测试;若满足条件则保存皇后所在位置,直到所有皇后放置好
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3609
    • 提供者:bxy
  1. queen

    0下载:
  2. 八皇后问题是一个古老而著名的问题,是回溯算法的典型例题。该问题是十九世纪著名的数学家高斯1850年提出: 在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上. -Eight queens problem is an old and well-known problem is a typical example backtracking algorithm. The problem is that the famous mathemati
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-11
    • 文件大小:961
    • 提供者:wu
  1. datastructure

    0下载:
  2. 这个是数据结构教学过程中的经典问题,有百鸡问题,皇后问题,汉诺塔求解等8个问题。非常适合初学者参考。-This data structure is a classic problem of the teaching process, there are 100 chicken problem, queens, Tower of Hanoi problem solving, etc. 8. Very suitable for advanced users.
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3645
    • 提供者:那雷特
  1. CQueen

    0下载:
  2. //八皇后问题:在国际象棋中,能否在空格棋盘上摆放八个皇后,并使其中任意两个皇后不能在同一行或同一列或同一对角线上,编写完整的摆放八皇后问题的程序。要求:第一个皇后的起始位置由键盘输入,国际象棋的棋盘为8*8的方格。-//Eight queens problem: In chess, can be placed in the space of eight on board the Queen, the Queen can not make any two of them in the same
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:987
    • 提供者:赵汉卿
« 1 2 ... 6 7 8 9 10 1112 13 14 »
搜珍网 www.dssz.com