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

搜索资源列表

  1. Hanoi

    0下载:
  2. 利用状态空间转换法完成的汉诺塔演示,实现了简单的图形界面-State space conversion method done HANOR demo implements a simple graphical interface
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-27
    • 文件大小:218654
    • 提供者:王虓
  1. assem

    0下载:
  2. 使用汇编语言实现汉诺塔实验,输入1到99的整数开始实验,如果输入0则退出程序。程序会打印每次盘子移动的具体信息,包括第几个盘子从哪个地方移动到哪个地方,最后会显示总共移动的次数。-HANOR experiments using assembly language, integer input 1-99 start of the experiment, if you enter 0 to exit the program. The program will print the details of
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:2026
    • 提供者:chenhuibing
  1. hanoi

    0下载:
  2. 由于汉诺塔移动的次数实在太多,神庙的和尚们决定偷懒。为了虔诚地偷 懒,他们用严格的语言描述了新的规则: 1. 有三根柱子,编号为0、1、2。初始状态下,0 号柱子从底向上按照从大 到小的次序依次放置了n 个金盘。 2. 每次移动将一根柱子最顶部的一个金盘移动到另一根柱子的最顶部。在整 个操作过程中,每根柱子上的最底部的金盘必须是最大的,而其他金盘的 顺序可以和大小无关。 3. 希望通过移动达到的目标状态是,2 号柱子从底向上按照从大到小的次序 依次放置这n 个金盘
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:547
    • 提供者:LIZHEN
  1. hanoi

    0下载:
  2. 创建链表式的堆栈,并实现汉诺塔游戏,可以输出盘子移动的中间过程。-Create a linked list of stack and HANOR game, you can output the intermediate process tray movement.
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:749
    • 提供者:刘嘉欣
  1. python

    0下载:
  2. python训练小程序,其中包括递归实现的额汉诺塔小游戏-python small training program, including the amount of recursive Tower of Hanoi game
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:4221
    • 提供者:
  1. hannuota

    0下载:
  2. c语言实现汉诺塔,有三根杆子A,B,C。A杆上有N个(N>1)穿孔圆盘,盘的尺寸由下到上依次变小。要求按下列规则将所有圆盘移至C杆:提示:可将圆盘临时置于B杆,也可将从A杆移出的圆盘重新移回A杆,但都必须尊循上述两条规则。问:如何移?最少要移动多少次?-c language HANOR has three poles A, B, C. A bar there are N (N> 1) perforated disk, the disk size bottom to top smal
  3. 所属分类:Console

    • 发布日期:2017-04-29
    • 文件大小:189861
    • 提供者:刘大将
  1. HanioDialog

    0下载:
  2. 实现汉诺塔的求解过程,在对话框中显示盘子的移动过程-the dialog of Hanio
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-07
    • 文件大小:1499986
    • 提供者:苏胜银
  1. note-for-data-structure

    0下载:
  2. 数据结构笔记,主要包括栈,队列,链表,指针,数组等基础数据结构知识,并且包括一些例子,如汉诺塔等-a note for data structure. include stack, queue, link, point and so on, and some examples for different cases.
  3. 所属分类:Document

    • 发布日期:2017-05-16
    • 文件大小:3699635
    • 提供者:wuqun
  1. Hanoi

    0下载:
  2. 汉诺塔问题比较经典,经过一段时间自己玩了一下网上的示例后,发现,尽管以东的步骤非常多,也比较繁琐,但是其中有较强的规律性,主要是通过塔盘的逐步移动,将最后的大的塔盘移动到最后的塔盘架上,整个的过程可以用算法实现。-this is a hanoi problem.
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-13
    • 文件大小:2858295
    • 提供者:
  1. 99-hanoi

    0下载:
  2. 这是一个1-10层的键盘输入的汉诺塔小游戏-this is a small project of hanio
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-03
    • 文件大小:991640
    • 提供者:Ray Lin
  1. 99-hanoi

    0下载:
  2. 手控汉诺塔游戏的实现,从键盘读入起始柱子和终端柱子,控制台界面显现盘子移动的动画-Tower of Hanoi game manual realization
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-14
    • 文件大小:3351707
    • 提供者:vivi
  1. Tower-of-Hanoi-game

    0下载:
  2. 用VC编写的益智游戏汉诺塔,供大家久交流学习用-Tower of Hanoi game code
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-18
    • 文件大小:4649164
    • 提供者:姚迪
  1. TowerOfHanoi

    0下载:
  2. 汉诺塔游戏攻略,用户输入汉诺塔中需要移动的盘子总数,程序输出移动盘子的方法步骤。-Hanoi game strategy, the user enters the total number of Hanoi tower needed moving plates, the program outputs mobile steps .
  3. 所属分类:Java Develop

    • 发布日期:2017-04-29
    • 文件大小:17313
    • 提供者:zhanglei
  1. My_Hanoi

    0下载:
  2. 汉诺塔,算法,VC++界面编程,能够设置盘子个数,移动动画的延迟,暂停等功能,非常直观-Tower of Hanoi algorithm, VC++ programming interface, the ability to set the number of plates, moving animation delay, pause and other functions, very intuitive
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-13
    • 文件大小:2766444
    • 提供者:忘了
  1. Hanoi

    0下载:
  2. c++版,用链式栈实现汉诺塔算法(内附链式栈内模板)-version of c++,realisation of the tower of hanoi with link stack(class pattern attached)
  3. 所属分类:Data structs

    • 发布日期:2017-05-07
    • 文件大小:1258906
    • 提供者:shunjie tu
  1. 1214

    0下载:
  2. 小程序来的,是关于汉诺塔游戏问题的小程序-Small procedures is on the issue of Tower of Hanoi game applet
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-15
    • 文件大小:6388
    • 提供者:luan0330840
  1. hannuota100

    0下载:
  2. 汉诺塔的动态演示,使用C++实现汉诺塔的动态演示-Tower of Hanoi dynamic presentation, the use of C++, dynamic presentation Tower of Hanoi
  3. 所属分类:Graph program

    • 发布日期:2017-04-12
    • 文件大小:1253
    • 提供者:lao06284
  1. hannuota104

    0下载:
  2. 汉诺塔的游戏大家都玩过吧 这里教你如何摆 汉诺塔程序实现了这些功能,让你不再烦恼-Tower of Hanoi game we all played here, it teach you how to put the Tower of Hanoi program to achieve these functions, so that you no longer worry
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:605
    • 提供者:dui7157936
  1. hanofuntion

    0下载:
  2. 金典的汉诺塔的实现,方法很多,但有自己的想法-Jindian implementation of the Tower of Hanoi, a lot of Ways, but have their own ideas
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:2912
    • 提供者:fu6720628
  1. hanoi-cPP

    0下载:
  2. 自编c++汉诺塔小程序,可直接在vc++上运行-Self c++ Tower of Hanoi applet can be directly in vc++ Run
  3. 所属分类:Applications

    • 发布日期:2017-04-30
    • 文件大小:8934
    • 提供者:shi739517
« 1 2 ... 44 45 46 47 48 4950 »
搜珍网 www.dssz.com