搜索资源列表
hanno
- /汉诺塔递归算法过程解析: //汉诺塔(又称河内塔)问题是印度的一个古老的传说。开天辟地的神勃拉玛在一个庙里留下了三根金刚石 //的棒,第一根上面套着64个圆的金片,最大的一个在底下,其余一个比一个小,依次叠上去,庙里的众僧 //不倦地把它们一个个地从这根棒搬到另一根棒上,规定可利用中间的一根棒作为帮助,但每次只能搬一个, //而且大的不能放在小的上面。解答结果请自己运行计算,程序见尾部。面对庞大的数字(移动圆片的次数) //18446744073709551615,看
Hanoi
- 这是用递归算法实现的汉诺塔程序。实现虽然简单,但它最大的特色就是输出形式比较美观。-This is a recursive algorithm using the Tower of Hanoi program. Although simple to achieve, but it s biggest feature is the output form of comparative aesthetics.
vc_Algorithm
- VC++数据结构与算法经典的上百种源码包,绝对对C++编程有帮助,涉及数学、底层编程、校验算法、问题算法、文件算法、大小写转换、进制转换、字符转换、数组、单链表、二分查找、汉诺塔算法以及其它一些常用算法,有的含有示例,C++编程不可多得的编程资料-VC++ data structures and algorithms on hundreds of classic source package, absolutely on the C++ programming help, involving m
hanoi
- 解决汉诺塔问题,不用递归方法,而用堆栈模拟,算法简单速度快-solve Hanoi problem
hanoi
- 汉诺塔问题的实现!主要用相关的数据结构和算法,对于数据结构的学习很有帮助!-hanoi implementation,data structure,algorithm
HanNuoTa
- 这一个汉诺塔的算法,由于英文不知道怎么说,下面的英文就可以不用看了-this is a Algorithm of HanNuoTa, use it to play the gmae more qualiy
han-nuo-ta
- C++大学教程中汉诺塔算法的C++语言实现,可以编译运行-The tutorial C++ University of Tower of Hanoi algorithm C++ language that can compile and run
Tower-of-Hanoi-non-recursive
- 非递归汉诺塔算法,并带有一片武汉大学的算法描述。-Non-recursive Tower of Hanoi algorithm, and the algorithm is described with a Wuhan University.
zln1
- 汉诺塔搭配opengl环境的核心算法的实现-Tower of Hanoi core algorithm
hannuota
- 算法设计与分析附加实验双色汉诺塔的实验代码-shuang se han nuo ta
C
- C经典数据结构算法,含汉诺塔、逆阵、求进制、二分查找等大量经典算法,新手必备。-C classic data structures and algorithms, containing HANOR, Inverses, octal, and binary search a large number of classic algorithms novice.
hano2
- 利用C++编写的,采用非递归算法实现汉诺塔算法-Use C++ prepared using non-recursive algorithm Tower of Hanoi algorithm
hannuo
- 简单算法类,动态输出汉诺塔的自动完成过程,效率一般。-Simple algorithm, dynamic output completion process of Hanoi, efficiency.
hanoi
- 关于汉诺塔算法的C++实现方法,程序很短,很高效-About Hanoi algorithm c++ implementation of the methods, procedure is very short, very efficient
My_Hanoi
- 汉诺塔,算法,VC++界面编程,能够设置盘子个数,移动动画的延迟,暂停等功能,非常直观-Tower of Hanoi algorithm, VC++ programming interface, the ability to set the number of plates, moving animation delay, pause and other functions, very intuitive
Hanoi
- 汉诺塔小程序,递归的算法编写,使用C语言。-The code of Hanoi, based on recursion, using C language.
sfquence-entites
- 汉诺塔演示程序,VB书写,有一定的教学意义,可以作为递归算法的演示程序,-Hanoi demo, VB write, there is a certain teaching significance, and can be used as a recursive algorithm demo,
Rased-cant
- 基于Window GUI 的汉诺塔的算法演示,仅仅是算法演示,不能控制(Based on the Window of the GUI Hanoi algorithm demo, merely algorithm demo, can't control)
hanoi_tower
- 利用python编写汉诺塔程序,实现汉诺塔基本算法,练手(Hanoi Tower accomplished via python)