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

搜索资源列表

  1. Demo01-TowersofHanoi

    0下载:
  2. 以图形界面的方式形象的描述了数据结构中翰诺塔的过程-graphical interface to the image descr iption of the data structure Brigham Young Tower of the process
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:342681
    • 提供者:孟庆刚
  1. FlashElementTD1

    0下载:
  2. 魔兽flash防守塔游戏,36关,很有挑战性的-EverQuest defensive tower flash games, 36 clearance, very challenging
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:181669
    • 提供者:zzd
  1. FlashElementTD2

    0下载:
  2. 魔兽flash防守塔游戏2,35关,难度比1大 开始时有点难度-EverQuest flash defensive game 2,35 tower clearance, a major difficulty than at the beginning of a bit more difficult
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:643400
    • 提供者:zzd
  1. RatioTowerFusion

    0下载:
  2. 基于比率低通塔型分解的图像融合算法,采用三层分解-tower-type low-pass image fusion decomposition algorithm, a three-tier decomposition
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:5786
    • 提供者:吴同
  1. TriHANOI

    0下载:
  2. 自己写的汉诺塔程序,IDE是TC2.0 程序特点: 1)三根柱子都有若干盘子 2)程序可演示运行过程 编译时需要根据实际情况修改下面这句: initgraph(&driver,&mode,\"c:\\\\TC2\\\\BGI\") -himself wrote the Tower of Hanoi procedures, IDE process is TC features : 1) three pillars have a number plate 2) demons
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1276
    • 提供者:yxw
  1. classical-recursion-question

    0下载:
  2. The Chinese promises the tower question is the most classical recursion question, this question has designed this game, alternately plays by the user and automatically demonstrates two parts to be compose
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:12943
    • 提供者:fant
  1. problem-2392

    0下载:
  2. The cows are going to space! They plan to achieve orbit by building a sort of space elevator: a giant tower of blocks. They have K (1 <= K <= 400) different types of blocks with which to build the tower. Each block of type i has height h_i (1 &
  3. 所属分类:Windows编程

    • 发布日期:2014-01-16
    • 文件大小:6621
    • 提供者:张磊
  1. hanoi.c

    0下载:
  2. This a solution to the tower of hanoi problem
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:1080
    • 提供者:张琦
  1. hruota

    0下载:
  2. 我用C编写的汉诺塔算法的源程序,自认为写的不错,呵呵- I use the Chinese which C compiles to promise the tower algorithm the source program, confessed for writes is good, ha-ha ,C-C++,控制台编程/Console
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:5981
    • 提供者:卢文
  1. ta

    0下载:
  2. 用C编的hanno塔-C series Hanno tower
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1650
    • 提供者:独孤笑
  1. 用VC语言实现的汉罗塔

    0下载:
  2. 在程序启动时,用默认值生成塔类和碟子类的实例,并调用GDI对象绘图。当选择自动方式后,派生一个新线程递归挪动碟子并在每次挪动碟子后刷新图形。在挪动线程中,监测临界区对象作为暂停或继续的判别标志;当选择手动方式时,在碟子的移动过程中进行大碟子和小碟子的判断,如果合乎要求,允许移动,如果不合乎要求,跳出提示对话框。-commencement of the proceedings, with the default value generated tower and plate type exampl
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:89255
    • 提供者:雷冰
  1. HanoiTower

    0下载:
  2. 自建Tower类和Disc类,将Tower和Disc的位置、形状相关信息作为类的数据成员存储。在每次更改相应属性的时候都调用OnDraw()函数,并在其中顺序绘出当前的Tower和Disc,这样在改变塔和碟子属性的同时也就改变了塔和碟子在屏幕上的显示位置,从而达到了动态实现汉诺塔图形化的目的。
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:107610
    • 提供者:吕鹏
  1. TowerDefense

    0下载:
  2. Tower Defense 游戏,相当精彩的算法,十分值得游戏编程参考
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:34051
    • 提供者:吴翔
  1. hannuo.tower.example

    0下载:
  2. 游戏算法思路: 1.如果只有一个金片,则把该金片从源移动到目标棒,结束。 2.如果有n个金片,则把前n-1个金片移动到辅助的棒,然后把自己移动到目标棒,最后再把前n-1个移动到目标棒
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:1092
    • 提供者:shelly
  1. C原代码

    0下载:
  2. 精细绘图及动画 制个程序是本人自己编写,所以这里能后做出详细解释。程序运行后会在屏幕上用triplex_font显示“press any key for set off”,下方是用基本的线条画出的发射架(有点粗糙),即程序中的DrawGun()函数,当按下任意键后,将在发射架上方出现一个用横线填充的飞机,同时背景被繁星填充,此时必须按住任意键不放,否则飞机将不会发射。发射完成后,即飞机坐标小于0,将出现一句话:\"successfully!!!,press ESC to quit\",若中途按E
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:4655
    • 提供者:邹婷婷
  1. 一个汉诺塔程序

    0下载:
  2. 重演经典的汉诺塔。 做课程设计时做的,不算太好,呵呵…… 不过还算基本规范吧。适合初学者。-repeat of the classic Tower of Hanoi. Courses designed to do so, not too good, huh ... but it still basic norms. For beginners.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:203852
    • 提供者:无风
  1. MSVCPUZL

    0下载:
  2. MS VC++ 开发斐切比塔游戏范例 -MS VC Feiqi game than tower model
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:54199
    • 提供者:陈超
  1. The Tower

    1下载:
  2. 一个3DRPG游戏源码,VC6.0、DirectX8.0SDK下编译通过。本代码很有参考价值,强烈推荐!-a source 3DRPG game, VC6.0, DirectX8.0SDK under compile. The code was useful and strongly recommended!
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:3265448
    • 提供者:晓斌
  1. TheTowerofBabyon

    0下载:
  2. The Tower of Babylon acm 题解
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:856
    • 提供者:ranyong
  1. Tower

    0下载:
  2. 是一个RPG游戏的源码,是用DX8.0开发的。代码写得很有条理。很值得借鉴。
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:2131224
    • 提供者:李立
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com