搜索资源列表
MyHanio
- 动华演示汉诺塔的盘子的搬移过程,例子中含有10个盘子!-Demonstrate the process of moving the Hanoi Dishes . There are 10 dishes in this programe
hanoiTower
- 汉诺塔程序,基本功能已经实现,但还需要进行修改-a hanoi Tower program with all foundment functions implementad. but still needs some further modificaton.
hanoi
- VC版的汉诺塔游戏演示程序 输入1~9的盘子数 自动演示移动方法
1214
- 小程序来的,是关于汉诺塔游戏问题的小程序-Small procedures is on the issue of Tower of Hanoi game applet
Hanoi108
- 一个Hanoi的小游戏void Hanoi(int n, char x,char y,char z){ if (n==1) { printf( %c %d %c\n ,x,n,z) return } Hanoi(n-1,x,z,y) printf( %c %d %c\n ,x,n,z) Hanoi(n-1,y,x,z) }-Hanoi in a game void Hanoi (int n, char x, char y, char z) (if (n == 1) (printf (
hannuota
- 汉诺塔演示过程,通过选择个数,分别实现了从开始到最后的完成的过程-Tower of Hanoi demo process, by selecting a number, were realized the beginning to the end of the completion proces
txecaakey
- 这个程序是对汉诺塔的直观演示,可以通过键盘的方向键来控制塔子-The program is intuitive presentation of Hanoi, can through the keyboard direction key to control tower
TowerOfHanoi
- A simple GDI example draws tower of hanoi.
