搜索资源列表
hanoi
- 汇编语言实现汉诺塔移动问题,显示每次移动码盘的源轴和目标轴。是汇编程序asm语言中子过程调用方面的课题,为程序嵌套
hanio_tower
- 汇编语言实现的层数任意可调的汉诺塔演示程序-Assembly language to achieve arbitrary adjustable-rise Tower of Hanoi demo program
cjnbl
- C++技能百练。 38个C++经典实例(100米比赛排名,汉诺塔,学生成绩管理系统等等。。),带源码和全套程序 很实用哦~ -C++ skills, 100 practice. 38 C++ classic example of (100-meter race rankings, Tower of Hanoi, their performance management systems, etc...), With a source and a full set of procedur
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
- 用汇编语言编写的汉诺塔程序,结构完整,并且可以查阅作者,时间-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
- 使用汇编语言实现汉诺塔程序 可选择盘子的个数-Assembly language program in Tower of Hanoi
assem
- 使用汇编语言实现汉诺塔实验,输入1到99的整数开始实验,如果输入0则退出程序。程序会打印每次盘子移动的具体信息,包括第几个盘子从哪个地方移动到哪个地方,最后会显示总共移动的次数。-HANOR experiments using assembly language, integer input 1-99 start of the experiment, if you enter 0 to exit the program. The program will print the details of
塔
- 汉诺塔的编辑程序,可以用作了解递归的思想。(Hanoi editor, can be used to understand recursive thinking)