搜索资源列表
4563465
- 模拟汉诺塔的java web小程序 适合初学者-simulation of java web small programs for beginners
hanio1
- 四柱汉诺塔问题的求解程序.解题思路:如a,b,c,d四柱. 要把a柱第n个盘移到目标柱子(d柱),先把上层 分两为两部份,上半部份移到b柱,下半部分移到c柱,再把第n盘移到 目标柱子,然后,c柱盘子再移到目标柱子,再把b柱盘子移到目标柱子. 细节地方: 上半部份移到b柱时,它的中间变量柱子是有二选一的.而下半部分 移到c柱时,它的中间变量柱子只有一个(因为一个柱子已被上半部份 占了).b,c也移到目标柱子时同理。-4-Tower of the solution pro
Hanoi_NonRescursive
- 利用堆栈的原理来实现汉诺塔程序的模拟递归
hanoi
- 一个汉诺塔程序 ,游戏虽然很小,但是可玩性很强
hannuotaduo
- 经典问题汉诺塔的C语言程序代码,包含多种方法实现
Hanoi
- 我编写的c++汉诺塔游戏程序 ( 字符显示 ) 面向对象的思想编写
Hano
- 1.有三根杆子A,B,C。A杆上有若干碟子 2.每次移动一块碟子,小的只能叠在大的上面 3.把所有碟子从A杆全部移到C杆上 经过研究发现,汉诺塔的破解很简单,就是按照移动规则向一个方向移动金片: 如3阶汉诺塔的移动:A→C,A→B,C→B,A→C,B→A,B→C,A→C 此外,汉诺塔问题也是程序设计中的经典递归问题
frogjump
- 青蛙跳河,与汉诺塔类似的一款实现程序,高效,可行,简洁,是鄙人的一个小创作
Hanoi
- hanoi 是一个用递归算法计算“汉诺塔”的经典递归程序
game
- 这个是汉诺塔程序,程序开头有动画,运用了简单的绘图函数...建议在turbo c环境下运行
vczx_hnt
- 汉诺塔演程序的原代码,可能对兄弟们有用,或者是兴趣爱好!我希望大家可以帮助我这个菜鸟
hannuota
- 用c++的MFC写的汉诺塔程序,可自由选择塔的层数,运行过程中实现塔的自动移动;-With c++ The MFC write Tower of Hanoi procedures, are free to choose the low-rise tower, tower to run the course of the realization of the automatic movement
Han_nuota
- 汉诺塔小程序的源代码 输入盘中个数后,给出移动步骤-Tower of Hanoi applet source code after the number of input, the given mobile steps
hannuota
- 可以创建一个汉诺塔的小程序,输入数字即可-Tower of Hanoi, you can create a small program, enter the number you
hanot
- 实现了汉诺塔的程序设计,可以很好的完成功能。-Tower of Hanoi implementation of procedures designed to function well completion.
Hano
- 汉诺塔算法演示程序,开发环境为vs2005-Tower of Hanoi algorithm demo program, development environment for vs2005
Han
- 汉诺塔的演示程序,带有界面的,递归程序的最好演示例子。-Hanoi programming
hannuotachengxu
- 汉诺塔程序(我从别人那得到的程序,不是自己写的)-Tower of Hanoi program (I get that program from others, not their own writing)
hannuo
- 这是一个典型的汉诺塔程序,简单明了,利用递归思想编写-This is a typical program named hannuo,which takes advantages of digui!
han-nuo-ta
- 一个简单的汉诺塔程序,可以计算多步 ,但是计算速度受到现实速度的限制-Tower of Hanoi a simple program that can calculate the multi-step, but be realistic calculation of the speed limit speed