CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - tower of 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. HanoiStack

    0下载:
  2. 建立抽象基类栈Stack及其派生类顺序栈,然后利用栈实现汉诺塔问题的非递归算法。-Non-recursive algorithm of Hanoi Tower using Stack
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:245881
    • 提供者:yjjj
  1. 2001374424

    0下载:
  2. 用汇编编写的河内塔程序 将第一柱a上n-1个盘借助第二柱c移到第三柱b 把a上剩下的一个盘移到c 将n-1个盘从b借助a移到第三柱c 这三步是图示河内塔的根本方法 功能一:自己动手移动河内塔 先按左右键选择要移的盘,按箭头上键确定 再按左右键移到要的盘 如此,再根据河内塔的规则确定较好的次数step2 功能二:图示河内塔移动过程 根据河内塔的基本方法,确定图象,按任意键选下一步,(开始时输入level)- A n-1 plate transfers to with the assembly co
  3. 所属分类:

    • 发布日期:2017-12-04
    • 文件大小:214078
    • 提供者:吴晓辉
  1. myprojects

    0下载:
  2. 哥德巴赫猜想,哈夫曼编码译码器,河内塔问题等的VC++解决,许多算法的实现-Goldbach Conjecture, Huffman decoder, Hanoi tower problem, etc. VC++ Resolved, the realization of many algorithms
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-27
    • 文件大小:942235
    • 提供者:shijunqi
  1. bangzhuxinxi

    0下载:
  2. 这个源代码是我多年珍藏的,现在拿出来跟大家分享,是汉诺塔的帮助信息类,-This source code is a collection of my many years, and now share with you out is the help of Hanoi Tower of information categories,
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-11
    • 文件大小:894
    • 提供者:每到年底
  1. hanuota

    0下载:
  2. 使用visual c++ 语言设计实现汉诺塔问题,再加上opengl语言工具,具体的逼真再现动态的汉诺塔-The use of visual c++ Language Design and Implementation of Hanoi Tower problem, coupled with opengl language tool, the specific dynamics of realistic reproduction of Hanoi Tower
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-02
    • 文件大小:293595
    • 提供者:zhafang
  1. hannuota

    0下载:
  2. EXCEL编写的汉诺塔实例...感觉应该可以让人直观明了.~-EXCEL prepared examples of Hanoi Tower ... feel people should be able to understand intuitively. ~
  3. 所属分类:source in ebook

    • 发布日期:2017-04-02
    • 文件大小:256796
    • 提供者:冷风
  1. TowersOfHanoi

    0下载:
  2. 汉诺塔!!! Simulate the movement of the Towers of Hanoi puzzle Bonus is possible for using animation eg. if n = 2 A→B A→C B→C if n = 3 A→C A→B C→B A→C B→A B→C A→C -Hanoi Tower! ! ! Simulate the movement of the Towers of Hanoi puzzle Bonus is pos
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:10572
    • 提供者:only
  1. hanoi

    0下载:
  2. 一个关于汉诺仪塔的算法,能够显示出具体的每个盘的移动步骤,还有经过了多少步骤的次数。-Hannuoba instrument on the tower algorithm, be able to show that each specific set of mobile steps to have the number after the number of steps.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-26
    • 文件大小:364884
    • 提供者:陈奭
  1. hannoi

    0下载:
  2. 汉诺塔的小程序,本程序使用递归调用实现。-Hanoi Tower of small procedures, the procedures for the realization of the use of recursive calls.
  3. 所属分类:Other systems

    • 发布日期:2017-05-02
    • 文件大小:863564
    • 提供者:任婷婷
  1. Hannoi

    0下载:
  2. 用JAVA编写实现汉诺塔游戏,玩法我想大家都应该知道-Prepared with the realization of Hanoi Tower JAVA games, play I think we should all know
  3. 所属分类:Database system

    • 发布日期:2017-04-01
    • 文件大小:28035
    • 提供者:qqqq
  1. hanluota

    0下载:
  2. 这是在C语言环境下实现汉诺塔自动移动的程序(This is the tower of Hanoi mobile program in C language environment)
  3. 所属分类:游戏

  1. data structure

    0下载:
  2. 求汉诺塔的递归算法 复杂度o(2^n-1)(A recursive algorithm for solving the tower of Hanoi)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-30
    • 文件大小:1517568
    • 提供者:peppermint
  1. 汉诺塔

    0下载:
  2. 一个关于汉诺塔小算法,可以通过这个算法解决汉诺塔。(A tower of Hanoi algorithm, this algorithm can be solved by Hanoi .)
  3. 所属分类:其他智力游戏

    • 发布日期:2017-12-31
    • 文件大小:6144
    • 提供者:净土
  1. java课程设计--Hannoi汉诺塔游戏

    0下载:
  2. 汉诺塔小游戏功能实现,游戏分为初,中,高难度。背景盘子颜色可以设置。(Tower of Hanoi game function, the game is divided into early, high difficulty. The color of the background plate can be set. Hannoi)
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:208896
    • 提供者:离弦
  1. ShowHanoi

    0下载:
  2. 设置层数即可可视化地展示汉诺塔的移动过程。可直接导入工程到各种IDE(如Eclipse中),十分便捷。(Virtually Show the process of the moving of Hanoi Tower. You can directly import the project into Eclipse.)
  3. 所属分类:Java编程

    • 发布日期:2018-04-22
    • 文件大小:7168
    • 提供者:WhiskyChoy
  1. 汉罗塔

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

    • 发布日期:2018-04-22
    • 文件大小:27648
    • 提供者:sakous
  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
    • 文件大小:16315392
    • 提供者:calmcloud
  1. Hanoi Tower

    0下载:
  2. 基于visual studio平台,使用c#开发语言,用类的方式编写的汉诺塔游戏。(Based on Visual studio platform, using the c# language, written in class way of Hanoi game.)
  3. 所属分类:游戏

    • 发布日期:2018-05-02
    • 文件大小:57344
    • 提供者:lifelife
« 1 2 ... 25 26 27 28 29 3031 32 »
搜珍网 www.dssz.com