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

搜索资源列表

  1. tower-of-Han

    0下载:
  2. 此为汉诺塔程序,汉诺塔层数为输入变量,其它不需要输入-This is the Tower of Hanoi program, Hanoi layers as input variables
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:232742
    • 提供者:郑前钢
  1. hannuo

    0下载:
  2. 汉诺塔是由河内塔规则衍生而来,本程序是使用递回来实现。-Tower of Hanoi Tower of Hanoi is derived by the rules, this program is achieved using the delivery back.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-24
    • 文件大小:164638
    • 提供者:程丽
  1. Hanoi

    0下载:
  2. 大名鼎鼎的汉诺塔游戏的DOS版本,通过控制台运行,玩家输入移动的汉诺塔的位置与到达位置。当左边的汉诺塔盘子全部转移至最右侧柱子上时,则游戏完成-DOS version of the famous Tower of Hanoi game console to run, players enter the position and movement of the Tower of Hanoi arrival position. When the Tower of Hanoi dish all tra
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-31
    • 文件大小:40216
    • 提供者:Todd
  1. java_Hannoi

    0下载:
  2. 一个基于java的简单游戏,汉诺塔,以图形方式呈现出来,适合初学者学习-A simple java-based game, Tower of Hanoi, graphically presented, suitable for beginners to learn
  3. 所属分类:Applet

    • 发布日期:2017-04-24
    • 文件大小:419712
    • 提供者:zhouyapei
  1. hanota

    0下载:
  2. 单列汉诺塔问题:将汉诺塔的金盘按任意顺序叠成一列,我们试图通过某些操作,将其按照小盘在上大盘在下的规则排列整齐。由于没有可用于暂时存放金盘的柱子,我们可以执行的唯一操作是将金盘列的最上面若干层翻过来,不允许从中间或者底部抽出金盘进行翻转。用递归实现-Single Liehannuota problem: The Tower of Hanoi gold disc in any order folded column, we tried to pass some operations, which
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1061
    • 提供者:刘旭
  1. hannuota

    0下载:
  2. 数据结构递归算法的实例,汉诺塔的实现,本程序使用C语言实现-Examples of recursive algorithm data structure, the realization of the Tower of Hanoi, this program uses the C language
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:162668
    • 提供者:杨清风
  1. 5.10_Hanoi

    0下载:
  2. 经典汉诺塔:把X柱上的盘子移到 Z 柱上,、 在移动的过程中可以借助 Y 柱,要求在移动过程中大盘子不能放在小盘子上-haoni game
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:986
    • 提供者:chengfengwei
  1. Tower-of-Hanoi.cpp

    0下载:
  2. 汉诺塔的解决思路以及解决方法,解决过程会显示-Tower of Hanoi solution ideas and solutions to address the process will be displayed
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:548
    • 提供者:Mark
  1. Desktop

    0下载:
  2. 水仙花数判定、输出杨辉三角、汉诺塔移动次数-judge Narcissistic number between two number、printf Yang Hui triangle、Tower of Hanoi
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:789
    • 提供者:花生
  1. matlab-5

    0下载:
  2. matlab源码-汉诺塔游戏攻略 动画演示 -matlab source code- the Tower of Hanoi Raiders game animation
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-29
    • 文件大小:19040
    • 提供者:张弍
  1. MATAB6

    0下载:
  2. 【谷速软件编程】matlab源码 汉诺塔游戏攻略 动画演示-[Valley] matlab source software programming speed HANOR Raiders game animation
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-29
    • 文件大小:19303
    • 提供者:张燕
  1. hannuota

    0下载:
  2. 利用C++自动实现实现汉诺塔的功能,能够自动选碟子的数量,以及选择手动和自动的方式。-Using c++ automatically realize the function of Hanoi, can automatically choose the number of dishes, and choosing the way of manual and automatic
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-27
    • 文件大小:43949
    • 提供者:qi
  1. some-cPP-algorithm

    0下载:
  2. 一些简单常见的c++算法,包括:求奇数平均值,判断回文数,求汉诺塔-Some simple common c++ algorithms, including: seeking odd average judge palindrome, seeking Tower of Hanoi
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:1782
    • 提供者:wuqizheng
  1. Tower-of-Hanoi

    0下载:
  2. 汉诺塔,使用C++简单实现输出汉诺塔的调用顺序-Tower of Hanoi, using C++ to achieve a simple output tower of Hanoi calling sequence
  3. 所属分类:assembly language

    • 发布日期:2017-04-14
    • 文件大小:4818
    • 提供者:李先
  1. HANNUOTA

    0下载:
  2. 数据结构经典问题,汉诺塔算法,c语言源码下载。-Data structure classic problem, Tower of Hanoi algorithm, c language source code download.
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:7030
    • 提供者:shorkmoly
  1. Hanoi

    0下载:
  2. 自己写的汉诺塔递归移动演示,对理解递归有好处-Write your own Tower of Hanoi recursive mobile presentation
  3. 所属分类:Game Program

    • 发布日期:2017-05-09
    • 文件大小:1832755
    • 提供者:az
  1. De33sk4top

    0下载:
  2. 【谷速软件编程】matlab源码 汉诺塔游戏攻略 动画演示 可以作为参考使用,程序是word版本 -[Valley] matlab source software programming speed HANOR walkthrough animation can be used as a reference, the program is a word version
  3. 所属分类:Wavelet

    • 发布日期:2017-04-28
    • 文件大小:19414
    • 提供者:陈爱
  1. hannuotaC

    0下载:
  2. 对汉诺塔的一个简单模拟接口,用户可自行输入汉诺塔的规模-Tower of Hanoi for a simple analog interface, the user can enter the Tower of Hanoi'
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:199685
    • 提供者:吴陈涛
  1. 2014072020

    0下载:
  2. 这是一个动态规划的问题,这个程序实现的是求多段图最短路径,汉诺塔和01背包问题的程序-This is a dynamic programming problem, the program is seeking to achieve the shortest path map multistage procedure Tower of Hanoi and 01 knapsack problem
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:394201
    • 提供者:吴雪
  1. Towers-of-Hanoi

    0下载:
  2. 实现数学功能,破解汉诺塔,学会解决数学难题-Realization of mathematical functions, solve the Towers of Hanoi
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-26
    • 文件大小:213359
    • 提供者:汪大强
« 1 2 ... 42 43 44 45 46 4748 49 50 »
搜珍网 www.dssz.com