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
    • 文件大小:817byte
    • 提供者:杨涛
  1. hanoi

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

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

    0下载:
  2. hanoi
  3. 所属分类:数据结构常用算法

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

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

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

    0下载:
  2. 汉诺塔(又称河内塔)问题是印度的一个古老的传说。开天辟地的神勃拉玛在一个庙里留下了三根金刚石的棒,第一根上面套着64个圆的金片,最大的一个在底下,其余一个比一个小,依次叠上去,庙里的众僧不倦地把它们一个个地从这根棒搬到另一根棒上,规定可利用中间的一根棒作为帮助,但每次只能搬一个,而且大的不能放在小的上面。-Tower of Hanoi (also known as the Hanoi tower) problem is an ancient Indian legend. Epoch-making
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:859.48kb
    • 提供者:浩浩
  1. hanoi

    0下载:
  2. Hanoi塔问题非递归算法实现,几个具体的实现算法-Tower of Hanoi non-recursive algorithm, the realization of a number of specific algorithms
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:482.37kb
    • 提供者:jar
  1. Hanoi-Stack

    0下载:
  2. Hanoi Stack source code, that s one of data structure problems
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:569byte
    • 提供者:Gabriel
  1. hanoi

    0下载:
  2. hanoi C语言编码 希望帮助有需要的人-hanoi C language code want to help people in need
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:2.94kb
    • 提供者:mary
  1. hanoi

    0下载:
  2. 实现汉诺塔的操作步骤输出,可以设置1,2,3三个塔柱,输出结果为用1,2,3表示的操作-Tower of Hanoi the steps to achieve the output, you can set 1,2,3 3 Pylon, the output result of the operation that used 1,2,3
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:656byte
    • 提供者:刘进锋
  1. Hanoi

    0下载:
  2. 数据结构中著名的汉诺塔问题的实现,基于C++实现-Data structure of the famous Tower of Hanoi problem to achieve, based on C++ implementation
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:11.56kb
    • 提供者:王营
  1. hanoi

    0下载:
  2. Hanoi塔的递归调用和消除尾递归的方法,附带算法的设计思路和分析-Hanoi Tower recursive calls and the elimination of tail recursion method with the algorithm design and analysis of ideas
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:8.95kb
    • 提供者:齐笑尘
  1. Hanoi

    0下载:
  2. Hanoi,用分治法解决汉诺塔问题,vc6.0编译运行通过-Hanoi, Tower of Hanoi with the Method to solve the problem, vc6.0 compile and run through
  3. 所属分类:Data structs

    • 发布日期:2017-05-11
    • 文件大小:2.12mb
    • 提供者:草人
  1. hanoi

    0下载:
  2. 自己写的汉诺塔,演示移动过程。具体说明怎么实现-hanoi
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:129.1kb
    • 提供者:鲁国鞥
  1. Hanoi

    0下载:
  2. 用C语言实现汉诺塔的基本功能,用到图形驱动-Tower of Hanoi with the C language the basic functions, use graphics driver
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1.6kb
    • 提供者:abc135790
  1. Towers-of-Hanoi-problem

    0下载:
  2. 用递归算法实现汉诺塔问题,并输出所移动的步数-Towers of Hanoi problem using recursive algorithm,and output the number of the movement
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:557byte
    • 提供者:Lee
  1. hanoi

    0下载:
  2. C语言中的经典算法:哈诺塔问题,递归调用的经典应用-hanoi in C language
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:173.12kb
    • 提供者:linmeng
  1. HANOI

    0下载:
  2. 汉诺塔算法,实现汉诺塔的内部模拟演示,不输出至终端,要显示自行修改代码-Tower of Hanoi algorithm, the Tower of Hanoi' s internal simulation demonstration, not output to the terminal, modify the code to be displayed
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:957byte
    • 提供者:赵阳
  1. hanoi

    0下载:
  2. 汉诺塔问题,能够解决碟子数任意多的汉诺塔问题,而且程序显示碟子从哪个柱子移动到哪个柱子-The problem of Hanoi, to solve the problem of Hanoi with any number of plates, moreover, the program display the movement the plate .
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1.99kb
    • 提供者:董海光
  1. Tower-of-Hanoi

    0下载:
  2. 学会怎么样用递归的方法来巧妙的求解汉诺塔-Learn what happens to the clever use of recursive methods for solving the Towers of Hanoi
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:348.86kb
    • 提供者:陈军
  1. Hanoi

    0下载:
  2. C#写的动态显示汉诺塔移动过程的小程序。使用了线程技术,同步技术。-write in C#, display the moving procedure of the Tower of Hanoi. The use of threading, synchronization.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:42.01kb
    • 提供者:slowbird2
« 12 3 4 5 6 »
搜珍网 www.dssz.com