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

搜索资源列表

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

    0下载:
  2. 用java 语言解决八皇后的算法,仅供大家参考-java language used to solve the eight Queen's algorithm, is for your reference
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1972
    • 提供者:王播威
  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. 8Queendiguisuanfa

    0下载:
  2. 一个八皇后Java程序代码,改进后的,有需要的请-an eight Queen's Java programming code, the improved, we need to look at
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:4002
    • 提供者:sophia
  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. Queen23123213

    0下载:
  2. 八皇后 八皇后 八皇后 -8 8 8 Queen's Queen's 8 8 8 Queen's Queen's 8 8 8 Queen's Queen's Queen's 8
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1498
    • 提供者:王瑞松
  1. EightQueues

    0下载:
  2. 八皇后VC图形演 算法思想:回溯法,先在第1行放上一个皇后,然后在第2行合适的位置放上一个皇后,依次类推,如果8行都放满了,说明找到了一个解,如果第好第i行的皇后后,第i+1行找不到合适的位置,这时就回到第i行,把第i行的皇后放到下一个位置,继续尝试下一行。如此反复,知道找到所有的解。注意,这种算法找的解可能有等价的,某些解可由别的解经过旋转棋盘得到。-eight Queen's VC graphics algorithm thinking : A Retrospective, th
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:61217
    • 提供者:duyankang
  1. QueenShow

    0下载:
  2. 八皇后演示程序,VC6.0开发环境 初学c++ 望指正-eight Queen's Demonstration Program, VC6.0 development environment novice c hope correction
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:143314
    • 提供者:水焜焜
  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. bahuanghou23423423423

    0下载:
  2. 八皇后问题 八皇后问题 八皇后问题 八皇后问题-8 8 8 Queen's Queen's 8 8 8 Queen's Queen's 8 8 Queen's 8 8 8 Queen's Queen's problems
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:15028
    • 提供者:唐涛
  1. _QUEENS

    0下载:
  2. 八皇后程序:回溯法寻找N规模的皇后可能分配-8 : backtracking N-scale search for the Queen's possible allocation
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:3860
    • 提供者:David
  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. 8king

    0下载:
  2. 单片机游戏-八皇后,详细看说明了,很好玩的,点阵游戏-SCM games - eight empress, detailed look at the note, is a lot of fun, games lattice
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:55409
    • 提供者:linhui
  1. c++eight

    0下载:
  2. c++八皇后问题 给出了解决八皇后问题的c++代码,可以供大家学习用-c eight of the Queen's problem is to solve the problem of the Queen's eight c code can be used for all to learn
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:13498
    • 提供者:水蓝
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com