搜索资源列表
hanoi
- hanoi 算法-Hanoi Algorithm
21codes.comdel101445354645
- 一个从网上找的汉诺塔的源代码,大家可以看看,比较经典,-one from the Internet to find the Tower of Hanoi's source code, we can see, more classic, huh
DEBUG22
- hanio算法,hanoi塔的递归程序,有三个柱子A,B,C在A上的n 个盘,下大上小
HANOI非递归算法(带动画演示)
- HANOI非递归算法(带动画演示)-HANOI non - recursive algorithm (with the animation demo)
一个汉诺塔程序
- 重演经典的汉诺塔。 做课程设计时做的,不算太好,呵呵…… 不过还算基本规范吧。适合初学者。-repeat of the classic Tower of Hanoi. Courses designed to do so, not too good, huh ... but it still basic norms. For beginners.
hwlhanoi
- 该程序是有关汉诺塔的递归实现,是在VC2.0下实现的,具体算法是递归.-that the procedure was the Tower of Hanoi Recursive is VC2.0 under the specific algorithm is recursive.
耿5
- oid move(char x,char y,struct H num[3]) /*Ò Æ ¯ µ Ä ¾ ß Ì å ¹ ý ³ Ì */ void hanoi(char x,char y,char z,int n,struct H num[3]) /*µ Ý ¹ é*/ void Init(void) /*³ õ
hanoita
- 基于(Visual C++ 6.0)MFC编写的汉诺塔小游戏-Based on (Visual C++ 6.0) MFC prepared Hanoi game
猫猫
- 汉诺塔程序 C++ 最基本的汉诺塔编程 通过测试没有错误-Tower of Hanoi procedures C++ Basic programming Hanoi did not pass the test error
HN
- graphics program for tower of hanoi
jiangbianjk02
- 栈,迷宫,汉诺塔的动画演示 , visuai c++ MFC-Stack, maze, Tower of Hanoi animation demo, visuai c++ MFC
haonoi
- 本程序是一个汉诺塔程序的界面模拟。 可以动态的看出其移动的过程和步骤。 是个简单的动画程序。-This program is a Tower of Hanoi program interface simulation. You can see the movement of dynamic processes and steps. Is a simple animation program.
Test
- 汉诺塔的 Apalent 图形界面的模拟-Tower of Hanoi demo program
TowerMfcLast
- 汉诺塔的MFC界面演示程序,是递归算法的典型例题,经典的算法程序-Tower of Hanoi' s MFC interface demo is a typical example recursive algorithm, the classical algorithm program
Hanoi_VC
- 这是一个演示汉诺塔在线移动的一个Visual C++的程序,使用对话框进行编程,演示效果非常好。-this is a source code which demostrate the hanoi using visual C++, mainly using the dialog to show the actions.
hannota
- 一个简单的汉诺塔图形演示程序,带有源代码,完整好用。-The Tower of Hanoi a simple graphics demo program with source code, complete easy to use.
HanoiTowersSolver_src
- Towers of Hanoi with True GUI using Win32 and C-Towers of Hanoi with True GUI using Win32 and C++
Hanoi
- 汉诺塔 可以查看汉诺塔的源代码编程,以及演示动画-Tower of Hanoi:demonstration of the VB program, mainly to explain how the VB simple animation to achieve and control
Hanoi
- 汉诺塔问题比较经典,经过一段时间自己玩了一下网上的示例后,发现,尽管以东的步骤非常多,也比较繁琐,但是其中有较强的规律性,主要是通过塔盘的逐步移动,将最后的大的塔盘移动到最后的塔盘架上,整个的过程可以用算法实现。-this is a hanoi problem.
