搜索资源列表
经典汉诺塔问题c语言版
- 汉诺塔是初学数据结构的同学最头疼的问题,这里是一个用递归函数解决汉诺塔问题的经典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.
汉诺塔的实现
- 实现汉诺塔的过程,只有理论过程,没有画图.比较简单.-HANOR the process, only theoretical process, not drawing. Relatively simple.
汉诺塔游戏代码 v1.0
- 一个不用多说的游戏,是用递归算法思想的游戏,汉诺塔游戏,鼠标就拖动就可以玩。-one of the game is the use of recursive algorithm thinking of the game, HANOR games, a mouse drag it on and play.
汉诺塔游戏
- 汉诺塔游戏,很经典的啊,用C++运行就可以了,快来试试吧.-HANOR games, the classic ah using C Runtime, and they can try to hurry it.
汉诺塔小游戏
- 经典游戏:汉诺塔小游戏,采用vc 比较适合初学者-classic games : HANOR small game, using vc more suitable for beginners
c的汉诺塔
- 本程序是十分经典汉诺塔代码,对学习c的同学是一个不错的例子 -this procedure is very classic HANOR code, to learn c classmates is a good example
汉诺塔问题的C#实现
- 利用递归算法实现了汉诺塔问题的求解步骤
汉诺塔
- 该文件是下了汉诺塔算法,采用的是VB语言,效果很好
功能强大的汉诺塔
- 功能强大的汉诺塔程序,能够以动画界面显示汉诺塔移动过程,算法精妙,值得认真研究一下的。-powerful HANOR procedures will be able to show animation interface HANOR mobile process, the algorithm carefully, deserves serious look into them.
汉诺塔
- 汉诺塔问题的分析与算法思想,包含部分代码!PPT格式,适合教学使用
汉诺塔课设
- 实现汉诺塔的设计,适合C++新手对递归函数的理解与掌握(The design of hannotta is suitable for the understanding and mastery of the recursive function of the novice c + +)
塔
- 汉诺塔的编辑程序,可以用作了解递归的思想。(Hanoi editor, can be used to understand recursive thinking)
汉诺塔
- 一个关于汉诺塔小算法,可以通过这个算法解决汉诺塔。(A tower of Hanoi algorithm, this algorithm can be solved by Hanoi .)
Jack汉诺塔游戏
- 经典游戏——汉诺塔。 c#编写。window游戏。可直接玩儿~~也可以加入自己的渲染,让游戏变得更有趣!(Classic game - hanoi. C# prepared. Window game. Can directly play ~ ~ can also add your own rendering, make the game more interesting!)
数据结构-汉诺塔-实验报告
- 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
java课程设计--Hannoi汉诺塔游戏
- 汉诺塔小游戏功能实现,游戏分为初,中,高难度。背景盘子颜色可以设置。(Tower of Hanoi game function, the game is divided into early, high difficulty. The color of the background plate can be set. Hannoi)
汉诺塔
- 这是一个简单的C++程序,代码清晰,程序可读性强,不断学习中。汉诺塔源程序(This is a simple C++ program, code clarity, program readability, continuous learning. HANOR source)
汉诺塔
- C++实现的汉诺塔小游戏 汉诺塔:汉诺塔(又称河内塔)问题是源于印度一个古老传说的益智玩具。大梵天创造世界的时候做了三根金刚石柱子,在一根柱子上从下往上按照大小顺序摞着64片黄金圆盘。大梵天命令婆罗门把圆盘从下面开始按大小顺序重新摆放在另一根柱子上。并且规定,在小圆盘上不能放大圆盘,在三根柱子之间一次只能移动一个圆盘。(C++ implementation of the tower of Hanoi game Hanoi Hanoi: (also known as the tower of
汉诺塔
- 用Java实现汉诺塔小游戏的开发,图像界面显示,简单易懂(Hanoi little game,Java)
汉诺塔
- 汉诺塔递归算法,用汇编语言实现,自己的实验,希望给大家能有一些帮助(Hanoi Tower Recursive Algorithms)