搜索资源列表
hanoi
- 汇编语言实现汉诺塔移动问题,显示每次移动码盘的源轴和目标轴。是汇编程序asm语言中子过程调用方面的课题,为程序嵌套
a2
- 汇编语言实现递归的汉诺塔问题 可直接运行-Assembly language to achieve recursive Towers of Hanoi problem can be directly run
hanoi01
- 汉诺问题:古代有一个梵塔,塔内有三个座A,B,C,要将A座大小不等的64个盘子借助B座移动到C座上,并且保持大盘子在下,小盘子在上。运用递归的方法解决~-Hanno problem: there is a Vatican ancient tower, the tower has three Block A, B, C, to A Block, plate sizes 64 to move to C through B, seat, and keep the next platter of sma
Tower-of-Hanoi
- 汉诺塔的程序,汇编语言编写,用汇编语言解决经典问题-Tower of Hanoi program, written in assembly language