搜索资源列表
hanoil
- 汉诺塔问题的代码 仅可做参考 嘻嘻^_^-HANOR the only available source reference hee hee ^ _ ^
hanoie
- 很好的一个汉诺塔问题的解法,方法非常灵活有效-good HANOR a solution to the problem, the method is very flexible and effective
hnt
- 汉诺塔问题的另一种解法,方法非常灵活有效,运行效率高-HANOR of another solution, a very flexible and effective method, high efficiency operation
demo-hannuo
- vb实现汉诺塔 汉诺塔问题! 编写和实现动画效果 用鼠标实现 -vb HANOR HANOR problem! The preparation and realization of animation using the mouse to achieve
hanoi2
- 汉诺塔问题:第1个接到任务的人叫第2个人把n-1只diskes从开始地送到中间地,自己只需要把最下面一只disk放到目的地,再叫第2个人把他 原来搬到中间的n-1只diskes都搬到目的地。而第2个人则叫第3个人去把n-2只diskes从第2个人的开始地送到从第2个人的中间地,从第2个人 只需要把最下面一只disk放到自己的目的地,再叫第3个人把他原来搬到第2个人中间地的n-2只diskes都搬到第2个人目的地。如此类推-HANOR questions : the first rec
hanio
- 解决汉诺塔问题的cpp文件-solve problems cpp file
Hanoi
- 采用递归循环的方法求解汉诺塔问题,程序很简洁也很实用
C源代码实例
- 包含220个C语言的各种源程序:001 第一个C程序 002 运行多个源文件 003 求整数之积 004 比较实数大小 005 字符的输出 006 显示变量所占字节数 007 自增/自减运算 008 数列求和 009 乘法口诀表 010 猜数字游戏 011 模拟ATM(自动柜员机)界面 012 用一维数组统计学生成绩 013 用二维数组实现矩阵转置 014 求解二维数组的最大/最小元素 015 利用数组求前n个
WL40987330 C语言算法集
- 目录 第一部分 基础篇 001 第一个C程序 002 运行多个源文件 003 求整数之积 004 比较实数大小 005 字符的输出 006 显示变量所占字节数 007 自增/自减运算 008 数列求和 009 乘法口诀表 010&
汉诺塔问题的C#实现
- 利用递归算法实现了汉诺塔问题的求解步骤
hannoi
- 汉诺塔问题c语言实现 递归方法-Tower of Hanoi Tower of Hanoi problem c language c language recursion problem
Sunnypig
- vijos上一题Sunnypig闯罗塔关(汉诺塔问题中最难的一种问法)。 没做出来的可以参考一下。-a title vijos Rota Sunnypig Chuang Guan (Tower of Hanoi problem in a most difficult question is asked). Can not do by reference.
1
- 小程序来的,是关于汉诺塔游戏问题的小程序-Small procedures is on the issue of Tower of Hanoi game applet
hannoi
- 本程序通过用递归调用的方法实现了汉诺塔问题,这是一个通用的程序,通过输入的层数结果输入到一个out.txt的文件中-This procedure by using the method of recursive calls a Tower of Hanoi problem, which is a common procedure, the results by entering into the layers of a document out.txt
hanoi
- 数据结构栈和队列的算法实现,实验内容:汉诺塔问题。程序结果给出程序执行过程中栈的变化过程与圆盘的搬动状态。-Stack and queue data structure of the algorithm, experimental elements: Tower of Hanoi problem. Procedures for the implementation of the results of the proceedings given the changes in the course
1
- 汉诺塔问题的解决,C++递归实现汉诺塔问题(Solving Hanoi problem)
汉诺塔托盘问题
- 输入原始A柱上的盘子数,即可得到移动到目标柱子的步骤和所需步数(enter the disks of initial A column and you can get the procedures which you need to move the disks to the target column)
汉诺塔
- 有A,B,C三个柱子,将A柱子上的N个盘子(从大到小排列)移到C柱子上,每次只允许移动一个盘子,并且保证每个柱子上的盘子的排列都是从大到小。(There are three columns, A, B and C, which move the N plates on the A pole from the big to the small to the C pole, and only allow one plate to move each time, and ensure that the
hannuota
- 使用C++语言解决了汉诺塔问题(三柱),可以依次拓展到多柱(The use of C++ language to solve the problem of Hanoi , which in turn may be extended to multiple columns)
Hanoi
- 递归算法解决汉诺塔问题,将所有盘从A柱移动到C柱,在移动过程中可以借助B柱。(Solving Hanoi Tower problem by recursive algorithm)