搜索资源列表
HANOI 塔问题求解
- HANOI 塔问题求解.cpp,HANOI 塔问题是数据结构中具有典型的代表性问题-HANOI tower question solution cpp, the HANOI tower question is in the construction of data has the model the representative question
Hanoi塔java源程序
- Hanoi塔java源程序 一个经典的递归程序,在java上的实现。-Hanoi tower java source a classic recursive procedure, in the realization of java.
hanoi
- 算法实验,可以实现hanoi塔的实验,得到最优的解,所用时间是最短的
Hanoi塔演示
- Hanoi塔演示,主要用到java线程知识,适合初学者
hanoi
- 用C语言递归算法实现的n层hanoi塔问题解决
hanoi
- hanoi塔问题描述:有a,b,c三个塔座。开始时,在塔座上有一叠共n个圆盘,这些圆盘自下而上,由大到小地叠在一起。各圆盘从小到大编号为1,2,....,n。现在要求将塔座a上的这一叠圆盘移动到塔座b上,并仍按同样顺序叠置。在移动圆盘时应遵守以下移动规则: (1)每次只能移动一个圆盘 (2)任何时刻都不允许将较大的圆盘压在较小的圆盘之上 (3)在满足规则(1),(2)的前提下,可将圆盘a,b,c中任何一塔座上
hanoi
- 用递归法实现的双色hanoi塔,从A塔座移动到B塔座上,相同的两个颜色不能相邻
递归解决Hanoi汉诺塔
- 解决Hanoi问题
Hanoi.rar
- 用VC++6.0和OpenGl实现的汉诺塔移动算法,速度可以自己调节,主要是汉诺塔的递归算法。,With VC++6.0 and implementation of OpenGl Mobile Tower of Hanoi algorithm, the rate can adjust is the Tower of Hanoi recursive algorithm.
Hanoi
- 实现汉诺塔算法的动画演示,用C#和C++语言完成。-Tower of Hanoi algorithm to achieve animation, using C# and C++ language to complete.
hanoi
- linux下的汉诺塔程序的源代码 使用了curses库函数-Tower of Hanoi under linux source code to use the curses library function
hanoi
- linux下汉诺塔游戏的代码,用到curses库-hanoi in unix which usees curses
hanoi
- 不利用递归实现汗诺塔- Does not use the recursion realization perspiration promise tower
2004122810505681
- Hanoi塔演示程序,Hanoi塔是一个不错的 游戏-Hanoi tower demo program, Hanoi Tower is a good game
hanoi-vb
- 自编vb汉诺塔小程序,可直接在vb下运行-Vb own Tower of Hanoi applet can be run directly in vb
Hanoi
- 用VC++来实现对汗珞塔的算法进行演示。涉及到VC++的界面编程,汗珞塔算法的设计等等,对VC++初学者来说有较强的应用价值-Using VC to achieve Khan Luoyu tower demonstration algorithm. Related to VC programming interface, Khan Luoyu tower algorithm design, etc., on VC beginners to have a stronger
hanoi
- hanoi 塔问题 a b c之间移盘子 C++课程设计 有运行结果-tower of hanoi shift between abc plate C curriculum design results
Hanoi
- 利用栈编的汉诺塔程序,c语言实现,有两个,一个有图形界面。记住是用栈的原理编的哦,汉诺塔程序常有,而用栈原理编的不常有!对于栈的理解很有帮助!-Stack for use of the Tower of Hanoi program, c language, there is both, a graphical interface. Keep in mind the principle of stack are used for the Oh, Tower of Hanoi procedures
hanoi2
- Hanoi塔问题非递归算法实现,这儿讨论的是多塔的实现问题-Tower of Hanoi non-recursive algorithm, the discussion here is the realization of multi-tower
hanoi
- 牛左程的书,hanoi塔特殊形式的解法,欢迎下载,谢谢使用(niu's book, special hanoi problem's solution)