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

搜索资源列表

  1. HANOI 塔问题求解

    1下载:
  2. HANOI 塔问题求解.cpp,HANOI 塔问题是数据结构中具有典型的代表性问题-HANOI tower question solution cpp, the HANOI tower question is in the construction of data has the model the representative question
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:817
    • 提供者:杨涛
  1. Hanoi塔java源程序

    0下载:
  2. Hanoi塔java源程序 一个经典的递归程序,在java上的实现。-Hanoi tower java source a classic recursive procedure, in the realization of java.
  3. 所属分类:多媒体

    • 发布日期:2010-07-04
    • 文件大小:12014
    • 提供者:清波
  1. hanoi

    0下载:
  2. 算法实验,可以实现hanoi塔的实验,得到最优的解,所用时间是最短的
  3. 所属分类:其它

    • 发布日期:2014-01-17
    • 文件大小:219741
    • 提供者:xusong
  1. Hanoi塔演示

    0下载:
  2. Hanoi塔演示,主要用到java线程知识,适合初学者
  3. 所属分类:JSP源码/Java

    • 发布日期:2014-01-17
    • 文件大小:12697
    • 提供者:常玉香
  1. hanoi

    0下载:
  2. 用C语言递归算法实现的n层hanoi塔问题解决
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1980
    • 提供者:陈陈
  1. hanoi

    0下载:
  2. hanoi塔问题描述:有a,b,c三个塔座。开始时,在塔座上有一叠共n个圆盘,这些圆盘自下而上,由大到小地叠在一起。各圆盘从小到大编号为1,2,....,n。现在要求将塔座a上的这一叠圆盘移动到塔座b上,并仍按同样顺序叠置。在移动圆盘时应遵守以下移动规则: (1)每次只能移动一个圆盘 (2)任何时刻都不允许将较大的圆盘压在较小的圆盘之上 (3)在满足规则(1),(2)的前提下,可将圆盘a,b,c中任何一塔座上
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:846
    • 提供者:忠波
  1. hanoi

    0下载:
  2. 用递归法实现的双色hanoi塔,从A塔座移动到B塔座上,相同的两个颜色不能相邻
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:7482
    • 提供者:林燕
  1. 递归解决Hanoi汉诺塔

    0下载:
  2. 解决Hanoi问题
  3. 所属分类:数据结构常用算法

    • 发布日期:2009-06-30
    • 文件大小:653
    • 提供者:lingran
  1. Hanoi.rar

    0下载:
  2. 用VC++6.0和OpenGl实现的汉诺塔移动算法,速度可以自己调节,主要是汉诺塔的递归算法。,With VC++6.0 and implementation of OpenGl Mobile Tower of Hanoi algorithm, the rate can adjust is the Tower of Hanoi recursive algorithm.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-11
    • 文件大小:2578868
    • 提供者:王菁
  1. Hanoi

    0下载:
  2. 实现汉诺塔算法的动画演示,用C#和C++语言完成。-Tower of Hanoi algorithm to achieve animation, using C# and C++ language to complete.
  3. 所属分类:Graph program

    • 发布日期:2017-05-26
    • 文件大小:9317129
    • 提供者:安蒙
  1. hanoi

    0下载:
  2. linux下的汉诺塔程序的源代码 使用了curses库函数-Tower of Hanoi under linux source code to use the curses library function
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-23
    • 文件大小:2426
    • 提供者:latios
  1. hanoi

    0下载:
  2. linux下汉诺塔游戏的代码,用到curses库-hanoi in unix which usees curses
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:2380
    • 提供者:榔头
  1. hanoi

    0下载:
  2. 不利用递归实现汗诺塔- Does not use the recursion realization perspiration promise tower
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-12-01
    • 文件大小:1058
    • 提供者:站长
  1. 2004122810505681

    0下载:
  2. Hanoi塔演示程序,Hanoi塔是一个不错的 游戏-Hanoi tower demo program, Hanoi Tower is a good game
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-27
    • 文件大小:12014
    • 提供者:zd
  1. hanoi-vb

    0下载:
  2. 自编vb汉诺塔小程序,可直接在vb下运行-Vb own Tower of Hanoi applet can be run directly in vb
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2200
    • 提供者:bingo
  1. Hanoi

    0下载:
  2. 用VC++来实现对汗珞塔的算法进行演示。涉及到VC++的界面编程,汗珞塔算法的设计等等,对VC++初学者来说有较强的应用价值-Using VC to achieve Khan Luoyu tower demonstration algorithm. Related to VC programming interface, Khan Luoyu tower algorithm design, etc., on VC beginners to have a stronger
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-10
    • 文件大小:38250
    • 提供者:光石
  1. hanoi

    0下载:
  2. hanoi 塔问题 a b c之间移盘子 C++课程设计 有运行结果-tower of hanoi shift between abc plate C curriculum design results
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:39245
    • 提供者:谢山
  1. Hanoi

    0下载:
  2. 利用栈编的汉诺塔程序,c语言实现,有两个,一个有图形界面。记住是用栈的原理编的哦,汉诺塔程序常有,而用栈原理编的不常有!对于栈的理解很有帮助!-Stack for use of the Tower of Hanoi program, c language, there is both, a graphical interface. Keep in mind the principle of stack are used for the Oh, Tower of Hanoi procedures
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:2448
    • 提供者:肖平
  1. hanoi2

    0下载:
  2. Hanoi塔问题非递归算法实现,这儿讨论的是多塔的实现问题-Tower of Hanoi non-recursive algorithm, the discussion here is the realization of multi-tower
  3. 所属分类:Document

    • 发布日期:2017-04-01
    • 文件大小:154120
    • 提供者:jar
  1. hanoi

    0下载:
  2. 牛左程的书,hanoi塔特殊形式的解法,欢迎下载,谢谢使用(niu's book, special hanoi problem's solution)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:83968
    • 提供者:波波鸿
« 12 3 4 5 6 7 8 9 10 ... 43 »
搜珍网 www.dssz.com