搜索资源列表
Hanoi
- 经典问题汉诺塔的递归解法(C++版),欢迎大家下载!-classic problem HANOR recursive solution (C version), all are welcome to download!
hanoi
- 汉诺塔的实现很巧妙的方法代码超级无敌少仅有少许几行而已
DEBUG22
- hanio算法,hanoi塔的递归程序,有三个柱子A,B,C在A上的n 个盘,下大上小
Hanoi
- 采用递归循环的方法求解汉诺塔问题,程序很简洁也很实用
hanoi
- VC版的汉诺塔游戏演示程序 输入1~9的盘子数 自动演示移动方法
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
- 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
hanoi
- 汉诺塔游戏,很简单的。我做的一次课程设计-Tower of Hanoi game, very simple. I do a course design
hanoi
- 数据结构栈和队列的算法实现,实验内容:汉诺塔问题。程序结果给出程序执行过程中栈的变化过程与圆盘的搬动状态。-Stack and queue data structure of the algorithm, experimental elements: Tower of Hanoi problem. Procedures for the implementation of the results of the proceedings given the changes in the course
hanoi
- pb中的hanoi塔实现 实现声音播放 实现单步执行-pb in the hanoi towers to achieve the sound player to achieve the single-step
Hanoi
- 汉诺塔问题,古典的一个数学问题,如果人来做,当盘子达到十几个,人力就难及了。-Towers of Hanoi problem, a classical mathematical problem, if people do, when the plate reached a dozen, and the manpower it will be difficult.
Hanoi
- 简单的HANOI塔程序由C++实现,没有什么多余语言-HANOI tower procedures simple C++ achieve, there is no extra language
hanoi
- hanoi塔算法:可以完成hanoi塔的移动问题-hanoi tower algorithm: complete hanoi tower mobile
hanoi
- 牛左程的书,hanoi塔特殊形式的解法,欢迎下载,谢谢使用(niu's book, special hanoi problem's solution)
Hanoi
- 汉诺塔自动演示,能自动演示盘子动态移动效果。(HANOR automatic demonstration, to automatically display plate dynamic movement effect.)
hanoi
- 将之前做过的汉诺塔程序放在一个中,并加入图形化演示与自己移动功能用菜单选择(Will be done before the Hanoi program on a graphical presentation, and join with their mobile function with a menu selection)
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)
Hanoi
- 递归算法解决汉诺塔问题,将所有盘从A柱移动到C柱,在移动过程中可以借助B柱。(Solving Hanoi Tower problem by recursive algorithm)