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

搜索资源列表

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

    0下载:
  2. Dos下图形界面的八皇后小游戏。 本程序在TC++3.0下编译调试通过!采用了Borland公司提供的图形库Graphics. 为了能使本程序脱离c/c++环境独立运行,我将图形驱动 EGAVGA.BGI以及字库TRIP.CHR和SANS.CHR均转换为相应的.obj文件,然后链接到可执行文件EIGHTQUEEN.EXE中!-Dos under a graphical interface Queen's small eight games. The procedures under th
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:41589
    • 提供者:杨圣湖
  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. mario

    1下载:
  2. 一个基于DX的超级玛丽游戏,只有一关,希望代码有益于大家。-Super DX-based Queen Mary Games, only the first place, want to code the benefit of everyone.
  3. 所属分类:Other Games

    • 发布日期:2015-01-01
    • 文件大小:42362
    • 提供者:liumeng
  1. Mariogame

    0下载:
  2. 利用brew技术实现的经典游戏——超级玛丽。-Brew technology using a classic game- Super Queen Mary.
  3. 所属分类:Other Games

    • 发布日期:2017-04-05
    • 文件大小:529453
    • 提供者:doria
  1. 8PUZZLE

    0下载:
  2. program to calculate 8 queen simulation
  3. 所属分类:Other Games

    • 发布日期:2017-04-13
    • 文件大小:2052
    • 提供者:shrihari
  1. n-queen

    0下载:
  2. n-queen solution finder in perl. Works for n<20 fine, after this is starting to be a little slow.
  3. 所属分类:Other Games

    • 发布日期:2017-04-02
    • 文件大小:898
    • 提供者:Heto
  1. 8QN02

    0下载:
  2. eight queen problem program
  3. 所属分类:Other Games

    • 发布日期:2017-04-11
    • 文件大小:1274
    • 提供者:mams
  1. NQueens

    0下载:
  2. 由n2个方块排成n行n列的正方形称为“n元棋盘”。如果两个皇后位于n元棋盘上的同一行或同一列或同一对角线上,则称它们为互相攻击。要求输出使n无棋盘上的n个皇后互不攻击的所有布局。 -By n2 a square lined up in n do n column square called "n yuan chessboard". If two queen on board in n yuan with a line or the same column or the same on the
  3. 所属分类:Other Games

    • 发布日期:2017-03-28
    • 文件大小:892
    • 提供者:石津
  1. Simulated-Annealing-Src

    0下载:
  2. solve the problem of 8 queen in simulated annealing algorithm
  3. 所属分类:Other Games

    • 发布日期:2017-04-07
    • 文件大小:2084
    • 提供者:bassam333
  1. 8-Queen

    0下载:
  2. VC++课程设计的八皇后问题 在一个8*8的棋盘上放置彼此不受攻击的8个皇后。 按照国际象棋的规则,皇后可以攻击与之处在同一行或同一列或同一斜线上的棋子。8皇后问题就等价于在8*8格的棋盘上放置8个皇后,任何两个皇后不放在同一行或同一列或同一斜线上。 -VC++ curriculum design the eight queens problem in an 8* 8 chessboard placed 8 Queen not to attack each other. In acc
  3. 所属分类:Other Games

    • 发布日期:2017-03-30
    • 文件大小:322600
    • 提供者:胡凯
  1. N_queen

    0下载:
  2. 本代码可以实现n皇后的处理,输出总共的方案个数和具体的皇后布局-This code can achieve n-queens of processing, the output total number of programs and specific layout of the Queen
  3. 所属分类:Other Games

    • 发布日期:2017-04-26
    • 文件大小:72177
    • 提供者:dupc
  1. nqueen

    0下载:
  2. n queen problems- c program for placing queen s in a chess board
  3. 所属分类:Other Games

    • 发布日期:2017-12-12
    • 文件大小:609
    • 提供者:Rajesh N
搜珍网 www.dssz.com