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

搜索资源列表

  1. 经典汉诺塔问题c语言版

    1下载:
  2. 汉诺塔是初学数据结构的同学最头疼的问题,这里是一个用递归函数解决汉诺塔问题的经典c语言程序,里面有代码和执行文件。-HANOR data structure is that when the students most headaches, here is a solution using a recursive function HANOR a classic c language program, which has code and the implementation document.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:8.5kb
    • 提供者:苏辉
  1. 演示汉诺塔问题

    0下载:
  2. 汉诺塔问题的示例-HANOR examples of problems
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:42.9kb
    • 提供者:刘晋
  1. 汉诺塔演示课程设计论文

    1下载:
  2. 汉诺塔作为一种经典的数学问题,曾引起人们极大的研究热情。尤其在计算机出现以后,利用程序语言来实现汉诺塔演示,可以说是对我们这种计算机爱好者提出的一种小小的挑战。但同时它在对于我们深入体会计算机编程方面和图形学知识具有极高的价值,其中最有代表性的就是数据结构中递归思想的实现,以及图形学诸多理论知识
  3. 所属分类:编程文档

    • 发布日期:2014-01-17
    • 文件大小:4.66kb
    • 提供者:陈成
  1. 汉诺塔(Hanoi)

    0下载:
  2. 一个汉诺塔问题的模拟程序,包含图形模拟和过程同步显示(华南农业大学信息学院计算机系).-one of the simulation program, including graphics simulation and process synchronization Display (South China Agricultural University, Department of Computer Information Institute).
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:9.98kb
    • 提供者:吴辞仁
  1. 汉诺塔课程设计(修改后)

    0下载:
  2. 汉诺塔演示程序,用VB做成的图形界面,能够实现汉诺塔问题,也即是把N个盘子从一根棍上移到另一根上面,通过中转的棍,但是必须保证在每根棍上都是下面的盘子大于上面的盘子。-HANOR demo program using VB create graphical interface to HANOR problems, that is, N dishes from one club to another on the above-through the interchange stick, but i
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7.71kb
    • 提供者:孙晨曦
  1. 汉诺塔问题的C#实现

    0下载:
  2. 利用递归算法实现了汉诺塔问题的求解步骤
  3. 所属分类:C#编程

    • 发布日期:2010-10-19
    • 文件大小:21.17kb
    • 提供者:zhudejun007
  1. 汉诺塔问题mfc源程序

    0下载:
  2. 汉诺塔MFC源程序
  3. 所属分类:源码下载

    • 发布日期:2010-12-19
    • 文件大小:1.88mb
    • 提供者:gcxan@163.com
  1. 用MFC实现的关于汉诺塔问题

    0下载:
  2. 用MFC实现的关于汉诺塔问题,经运行已经通过,没有错误。-Using MFC to achieve on the tower of Hanoi problem, the operation has been passed, no errors.
  3. 所属分类:其他游戏

    • 发布日期:2017-03-22
    • 文件大小:14.59kb
    • 提供者:machunya
  1. 1

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

    • 发布日期:2017-04-17
    • 文件大小:6.19kb
    • 提供者:雷晓军
  1. suanfashiyan

    0下载:
  2. 冒泡排序和汉诺塔问题的递归算法实验报告好东西来下载啊-Bubble Sort and Tower of Hanoi " problem of the recursive algorithm experimental reports, good things to download ah
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:52.87kb
    • 提供者:sdfg
  1. hanoi

    0下载:
  2. 递归调用方式给出汉诺塔的调动序列,实现hanoi问题的自动解决-Recursive call gives way to mobilize the Tower of Hanoi sequence, to achieve an automatic solution to the issue of hanoi
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:87.94kb
    • 提供者:韩东
  1. Hamoi

    0下载:
  2. 采用递归思想解决汉诺塔问题:详细的步骤分析,算法分析和实现。采用C++语言,可加深对递归函数的理解和应用。-Using the recursive thinking to solve Towers of Hanoi problem: detailed steps analysis, algorithm analysis and implementation. Using C++ language, can deepen the understanding and application of r
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:20.47kb
    • 提供者:白兰鸽
  1. 汉诺塔

    0下载:
  2. 汉诺塔问题的分析与算法思想,包含部分代码!PPT格式,适合教学使用
  3. 所属分类:文档资料

    • 发布日期:2015-04-30
    • 文件大小:111.89kb
    • 提供者:weizen
  1. 1

    0下载:
  2. 汉诺塔问题的解决,C++递归实现汉诺塔问题(Solving Hanoi problem)
  3. 所属分类:Windows编程

  1. 汉诺塔问题 (2)

    0下载:
  2. 利用汉罗塔熟悉递归调用,python算法进行汉罗塔问题求解,,,,(amiliar with recursive call using Han tower)
  3. 所属分类:移动互联网开发

    • 发布日期:2018-01-02
    • 文件大小:1kb
    • 提供者:cutthetree
  1. 汉诺塔托盘问题

    0下载:
  2. 输入原始A柱上的盘子数,即可得到移动到目标柱子的步骤和所需步数(enter the disks of initial A column and you can get the procedures which you need to move the disks to the target column)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-03
    • 文件大小:239kb
    • 提供者:风逝lhz
  1. 汉诺塔

    0下载:
  2. C++实现的汉诺塔小游戏 汉诺塔:汉诺塔(又称河内塔)问题是源于印度一个古老传说的益智玩具。大梵天创造世界的时候做了三根金刚石柱子,在一根柱子上从下往上按照大小顺序摞着64片黄金圆盘。大梵天命令婆罗门把圆盘从下面开始按大小顺序重新摆放在另一根柱子上。并且规定,在小圆盘上不能放大圆盘,在三根柱子之间一次只能移动一个圆盘。(C++ implementation of the tower of Hanoi game Hanoi Hanoi: (also known as the tower of
  3. 所属分类:游戏

    • 发布日期:2018-04-28
    • 文件大小:15.56mb
    • 提供者:calmcloud
  1. 汉诺塔

    0下载:
  2. 有A,B,C三个柱子,将A柱子上的N个盘子(从大到小排列)移到C柱子上,每次只允许移动一个盘子,并且保证每个柱子上的盘子的排列都是从大到小。(There are three columns, A, B and C, which move the N plates on the A pole from the big to the small to the C pole, and only allow one plate to move each time, and ensure that the
  3. 所属分类:其他

    • 发布日期:2018-04-28
    • 文件大小:1kb
    • 提供者:sherohyw
  1. hannuota

    0下载:
  2. 使用C++语言解决了汉诺塔问题(三柱),可以依次拓展到多柱(The use of C++ language to solve the problem of Hanoi , which in turn may be extended to multiple columns)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:267kb
    • 提供者:derek__z
  1. Hanoi

    0下载:
  2. 递归算法解决汉诺塔问题,将所有盘从A柱移动到C柱,在移动过程中可以借助B柱。(Solving Hanoi Tower problem by recursive algorithm)
  3. 所属分类:Windows编程

    • 发布日期:2018-05-06
    • 文件大小:3.26mb
    • 提供者:LING0712
« 12 3 4 5 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com