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
    • 文件大小:8707
    • 提供者:苏辉
  1. 汉诺塔的实现

    0下载:
  2. 实现汉诺塔的过程,只有理论过程,没有画图.比较简单.-HANOR the process, only theoretical process, not drawing. Relatively simple.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:9463
    • 提供者:袁青芳
  1. 汉诺塔游戏代码 v1.0

    0下载:
  2. 一个不用多说的游戏,是用递归算法思想的游戏,汉诺塔游戏,鼠标就拖动就可以玩。-one of the game is the use of recursive algorithm thinking of the game, HANOR games, a mouse drag it on and play.
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:266855
    • 提供者:小生
  1. 汉诺塔游戏

    0下载:
  2. 汉诺塔游戏,很经典的啊,用C++运行就可以了,快来试试吧.-HANOR games, the classic ah using C Runtime, and they can try to hurry it.
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:131150
    • 提供者:ll
  1. 汉诺塔小游戏

    0下载:
  2. 经典游戏:汉诺塔小游戏,采用vc 比较适合初学者-classic games : HANOR small game, using vc more suitable for beginners
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:87795
    • 提供者:raul
  1. c的汉诺塔

    0下载:
  2. 本程序是十分经典汉诺塔代码,对学习c的同学是一个不错的例子 -this procedure is very classic HANOR code, to learn c classmates is a good example
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:782
    • 提供者:李微
  1. 汉诺塔问题的C#实现

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

    • 发布日期:2010-10-19
    • 文件大小:21677
    • 提供者:zhudejun007
  1. 汉诺塔

    1下载:
  2. 该文件是下了汉诺塔算法,采用的是VB语言,效果很好
  3. 所属分类:Windows编程

  1. 功能强大的汉诺塔

    0下载:
  2. 功能强大的汉诺塔程序,能够以动画界面显示汉诺塔移动过程,算法精妙,值得认真研究一下的。-powerful HANOR procedures will be able to show animation interface HANOR mobile process, the algorithm carefully, deserves serious look into them.
  3. 所属分类:Other Games

    • 发布日期:2017-03-24
    • 文件大小:4393
    • 提供者:笨苯
  1. 汉诺塔

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

    • 发布日期:2015-04-30
    • 文件大小:114579
    • 提供者:weizen
  1. 汉诺塔课设

    0下载:
  2. 实现汉诺塔的设计,适合C++新手对递归函数的理解与掌握(The design of hannotta is suitable for the understanding and mastery of the recursive function of the novice c + +)
  3. 所属分类:其他

    • 发布日期:2017-12-20
    • 文件大小:1677312
    • 提供者:张满
  1. 0下载:
  2. 汉诺塔的编辑程序,可以用作了解递归的思想。(Hanoi editor, can be used to understand recursive thinking)
  3. 所属分类:汇编语言

    • 发布日期:2017-12-26
    • 文件大小:2187264
    • 提供者:gags
  1. 汉诺塔

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

    • 发布日期:2017-12-31
    • 文件大小:6144
    • 提供者:净土
  1. Jack汉诺塔游戏

    0下载:
  2. 经典游戏——汉诺塔。 c#编写。window游戏。可直接玩儿~~也可以加入自己的渲染,让游戏变得更有趣!(Classic game - hanoi. C# prepared. Window game. Can directly play ~ ~ can also add your own rendering, make the game more interesting!)
  3. 所属分类:其他智力游戏

    • 发布日期:2018-01-03
    • 文件大小:72704
    • 提供者:JackSkyLily
  1. 数据结构-汉诺塔-实验报告

    0下载:
  2. 1.1 实验目的及要求 设计数据结构表示3座宝塔和n个碟子: 输出每一次移动碟子的情况 分析算法的时间性能 1.2 实验设计 1;将塔A上的n-1个碟子借助塔C移动到塔B上 2:把塔A上剩下的一个碟子移动到塔C上 3:将n-1个碟子从塔B借助于塔A移到塔C上 三座宝塔(塔A,塔B,塔C)分别用三个字符型变量A,B,C表示,n个碟子从1 开始连续自然数编号(1.1 the purpose and requirements of the experiment The desig
  3. 所属分类:Windows编程

  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. 汉诺塔

    0下载:
  2. 这是一个简单的C++程序,代码清晰,程序可读性强,不断学习中。汉诺塔源程序(This is a simple C++ program, code clarity, program readability, continuous learning. HANOR source)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-22
    • 文件大小:1122304
    • 提供者:轩月星河
  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. 汉诺塔

    0下载:
  2. 用Java实现汉诺塔小游戏的开发,图像界面显示,简单易懂(Hanoi little game,Java)
  3. 所属分类:Java编程

    • 发布日期:2018-04-30
    • 文件大小:5120
    • 提供者:白彩媛
  1. 汉诺塔

    1下载:
  2. 汉诺塔递归算法,用汇编语言实现,自己的实验,希望给大家能有一些帮助(Hanoi Tower Recursive Algorithms)
  3. 所属分类:汇编语言

    • 发布日期:2019-12-24
    • 文件大小:1024
    • 提供者:晨风@
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com