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

搜索资源列表

  1. eigh-8

    0下载:
  2. 这是著名的八皇后问题,希望能和大家交流一下-This is the famous eight Queen's, hopes to be able to share what
  3. 所属分类:网格计算

    • 发布日期:2008-10-13
    • 文件大小:13874
    • 提供者:周龙龙
  1. 20032328

    0下载:
  2. 这是一个数据结构八皇后问题的程序,提供了图形化显示功能.运行在TC++3.0-This is a data structure of the eight Queen's procedures, provides a graphical display. Running TC 3.0
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:8037
    • 提供者:wsjok
  1. knight

    0下载:
  2. “八皇后”问题归朔法求解。八皇后问题是一个古老而著名的问题,该问题是十九世纪著名的数学家高斯1850年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。 高斯认为有76种方案。1854年在柏林的象棋杂志上不同的作者发表了40种不同的解,后来有人用图论的方法解出92种结果。-"8 Queen" The problem Schomburg method. 8 Queen's problem is
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:162704
    • 提供者:yefeng
  1. 8queenc

    0下载:
  2. 1) 【八皇后问题】设在初始状态下在国际象棋棋盘上没有任何棋子(皇后)。然后顺序在第1行,第2行,…。第8行上布放棋子。在每一行中有8个可选择位置,但在任一时刻,棋盘的合法布局都必须满足3个限制条件,即任何两个棋子不得放在棋盘上的同一行、或者同一列、或者同一斜线上。试编写一个递归算法,求解并输出此问题的所有合法布局。-1) [8 Queen's problems -- in the initial state in the international chess pieces on no
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1390
    • 提供者:ts
  1. huanghou2

    0下载:
  2. 八皇后问题的一个小程序,可以实现选择皇后数量,有友好的界面。 -8 Queen of a small program, can achieve a number of Queen's choice, a friendly interface.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1320
    • 提供者:周居舟
  1. baquene

    0下载:
  2. 这是一个八皇后问题的程序-This is a question of the Queen's eight procedures
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:16503
    • 提供者:方晶晶
  1. qQueen

    0下载:
  2. 八皇后问题的java解法-8 Queen of java Solution
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1143
    • 提供者:王平
  1. Queen8

    0下载:
  2. 八皇后问题的一种高效递归解法-8 Queen of an efficient recursive method
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:911
    • 提供者:文策
  1. Queen_PF

    0下载:
  2. 经典的八皇后问题,结合MFC界面编程,能够清晰看到皇后的排列位置。-eight Queen's classic, combining MFC programming interface, can see clearly what the position with the Queen.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:44749
    • 提供者:宋健
  1. bahuanghou44444

    0下载:
  2. 八皇后问题的拓展,n皇后问题的深度优先算法,可以把结果以文件形式输出。N<=20-eight of the Queen's expansion, n depth of the Queen's priority algorithm, the results can be output in the form of a document. N
  3. 所属分类:教育/学校应用

    • 发布日期:2008-10-13
    • 文件大小:1220
    • 提供者:266
  1. 2003011273project5

    0下载:
  2. Java小程序两个: 1.输入五个同学的成绩,并将这五个数保存到文件“data.txt”中。然后再编写一个程序:从“data.txt”中读取这五个成绩,计算他们的平均数,然后从小到大排序并输出这五个人的成绩。 2.将八皇后问题的所有界保存到文件“Queen.txt”中。-Java applet 2 : 1. Importation of five students achievements, This number will be five to preserve documents &
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2785
    • 提供者:文宇
  1. cn700_vc62445261344

    0下载:
  2. 这几天学VC界面编程,在VC在线上狂看教程,觉得有所长进,于是把以前的Java代码用VC改写了一下。问题还是那个老掉牙的问题,八皇后问题,老归老,但我很喜欢-VC these days learn programming interface, the VC frenzy see online tutorial, some feel that complacency. So, before the Java code with VC rewritten a bit. Problems or tho
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:52014
    • 提供者:
  1. Q8

    0下载:
  2. 是一个解决八皇后问题的JavaApplet小程序,可以演示,记录解决方案-8 is a solution to the problem of Queen JavaApplet small procedures, can demo recording solutions
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:6692
    • 提供者:朱晓冬
  1. My8Queen

    0下载:
  2. 八皇后问题:用回溯算法做的 -8 Queens : The backtracking algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:866
    • 提供者:谢朝
  1. nqueenlvb

    0下载:
  2. 这个是八皇后问题的回溯加las vegas算法,为了测试两种算法结合在一起的效率。-This is the Queen's eight retroactive increase in las vegas algorithm, To test two algorithms combined efficiency.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1602
    • 提供者:王王
  1. 4Queen

    0下载:
  2. 皇后问题,只要稍加修改就可以解决八皇后问题,同样也可以解决四皇后-Queen's question, as long as some amendments to be solved eight Queen's problems, but they can also be solved four Queen's
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:5797
    • 提供者:无名氏
  1. mpi

    1下载:
  2. 《并行算法实践》附带的mpi源程序,包括求解八皇后问题、货郎问题等的38个mpi并行程序-"parallel algorithm practice," incidental mpi source, including eight for Queen's, Peddlers issue of 38 mpi Parallel Programming
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:852868
    • 提供者:聂磊
  1. 8huanghouVC

    0下载:
  2. 软件简介: 那个老掉牙的问题,八皇后问题,老归老,但我很喜欢,并试图用各种方法来实现求解,出乎意料的是,同样的算法,非递归实现的速度竟然比递归实现慢!下面是当时关于算法一些说明,是用Java实现的,不过用C还是J在思想上都是一样的, -software Profile : that long-standing problems, 8 Queen's problems and old to the old, but I like and and trying to use vario
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:103825
    • 提供者:大海
  1. 8-queens

    0下载:
  2. 数据结构算法:回溯法编程寻找八皇后问题的所有解,使用语言C/C-algorithm data structure : backtracking programming for the Queen's eight all solutions, the use of language C / C
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6224
    • 提供者:王卫国
  1. 8Queen_Htm_Src

    0下载:
  2. 八皇后问题的HTML语言实现,可视化查看八皇后问题的所有解-eight of the Queen's HTML language, visualization eight Queen's View of all solutions
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:42251
    • 提供者:王卫国
« 1 2 3 4 56 7 8 9 10 ... 40 »
搜珍网 www.dssz.com