搜索资源列表
myprojects
- 哥德巴赫猜想,哈夫曼编码译码器,河内塔问题等的VC++解决,许多算法的实现-Goldbach Conjecture, Huffman decoder, Hanoi tower problem, etc. VC++ Resolved, the realization of many algorithms
hanoi-c++
- 自编c++汉诺塔小程序,可直接在vc++上运行-Self c++ Tower of Hanoi applet can be directly in vc++ Run
hanoi-vb
- 自编vb汉诺塔小程序,可直接在vb下运行-Vb own Tower of Hanoi applet can be run directly in vb
1
- 小程序来的,是关于汉诺塔游戏问题的小程序-Small procedures is on the issue of Tower of Hanoi game applet
hanoi
- hanoi 塔问题 a b c之间移盘子 C++课程设计 有运行结果-tower of hanoi shift between abc plate C curriculum design results
Hanoi
- 一个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
Tower
- 一个用标准C编写的汉诺塔可视控制台程序,实现了制定层数的汉诺塔移动,并实现了可视化,可生成EXE程序独立于VC++环境独立运行.-A standard C Hanoi prepared visual console procedures, to achieve the development of mobile-rise Tower of Hanoi, and the realization of visualization can be generated EXE program indepe
Hanoi
- 这是用递归算法实现的汉诺塔程序。实现虽然简单,但它最大的特色就是输出形式比较美观。-This is a recursive algorithm using the Tower of Hanoi program. Although simple to achieve, but it s biggest feature is the output form of comparative aesthetics.
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
- 这是一个汉诺塔 是我们上课时候的作业 花了好大得劲-this is a hanoi
hanoi
- 这是一个简单的用C语言编译的汉诺塔程序,该程序是在VC环境下编译出来的。-This is a simple C language compiler to use the Tower of Hanoi program was compiled under VC out.
Hanoi
- Hanoi Algorithm I tried to drow the animated Hannoi algorithm. I hope that it can help your study.. If you need more comment, please send me e-mail
hanoi
- this the program of the solving of hanoi tower game-this is the program of the solving of hanoi tower game
hanoi
- 汉诺塔游戏,很简单的。我做的一次课程设计-Tower of Hanoi game, very simple. I do a course design
hanoi
- 这是一款古老经典的汉诺塔游戏,初次上传还请大家多多指教-This is a classic Tower of Hanoi ancient games, the first time also please upload the exhibitions
HanoiTower
- 汉诺塔VB源代码实现,在VB环境下通过,安装VB 6.0就可以运行了哈-Tower of Hanoi VB source code in VB environment through
hanoi
- 汉诺塔游戏,c语言代码,只有几十行,一看就能懂,非常简单-hanoi.c
HANOI
- it is the prolog code for tower of hanoi-it is the prolog code for tower of hanoi....
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塔特殊形式的解法,欢迎下载,谢谢使用(niu's book, special hanoi problem's solution)