搜索资源列表
hanoi(Titan)
- 汉诺塔解答程序,通过递归实现,好多书上都有这个练习题吧-HANOR answer process, through recursive, many of the books have it Exercises
Hanoi&Fibonacci-ron
- java编程实现汉诺塔移盘过程和菲波纳锲数列
sadfd
- 汉诺塔设计,希望对大家有用,请大家多多指教。-Hanoi Tower design, we hope to useful, please exhibitions.
hanoi
- 算法实验,可以实现hanoi塔的实验,得到最优的解,所用时间是最短的
hanoi
- 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
- 汉诺塔程序 共有三个轴 码数由键盘输入 屏幕上输出移动的过程及次数-Tower of Hanoi program a total of three-axis code number on the screen from the keyboard input and frequency output of the process of moving
HANOI
- 该源码可以实现汉诺塔的模拟过程,范围为1-99,运行速度取决于主机。-The source of the simulation process can be achieved Tower of Hanoi, the range of 1-99, the speed depends on the host.
hanoi
- 用汇编语言编写的汉诺塔程序,结构完整,并且可以查阅作者,时间-Tower of Hanoi in assembly language programs, structural integrity, and can access the author, time, etc.
Tower-of-Hanoi
- 汉诺塔的程序,汇编语言编写,用汇编语言解决经典问题-Tower of Hanoi program, written in assembly language
Hanoi
- Algorhytm for showing how to solve a game called Hanoi tower.
Hanoi
- Hanoi game ---programming code
Hanoi
- 利用数据结构的栈的相关算法语言来实现汉诺塔算法-Hanoi Source program
hanoi
- Hanoi towers Assembly code.
hanoi
- 使用汇编语言实现汉诺塔程序 可选择盘子的个数-Assembly language program in Tower of Hanoi
Hanoi-Tower
- 汉诺塔游戏,带自动演示功能,一共有7关,键盘/鼠标控制-Tower of Hanoi game, with automatic presentation capabilities.A total of 7 hurdles, keyboard/mouse control
Hanoi
- hanoi塔问题的C++解法,利用递归做法,是比较基础的一个程序-hanoi problem
Tower-of-Hanoi
- 汉诺塔,使用C++简单实现输出汉诺塔的调用顺序-Tower of Hanoi, using C++ to achieve a simple output tower of Hanoi calling sequence
Towers-of-Hanoi-problem
- 从入门到精通C语言书籍源代码,给出了汉诺塔问题方案-From entry to the master C language source code book, Tower of Hanoi problem given program