搜索资源列表
经典汉诺塔问题c语言版
- 汉诺塔是初学数据结构的同学最头疼的问题,这里是一个用递归函数解决汉诺塔问题的经典c语言程序,里面有代码和执行文件。-HANOR data structure is that when the students most headaches, here is a solution using a recursive function HANOR a classic c language program, which has code and the implementation document.
hanio
- 解决汉诺塔问题的cpp文件-solve problems cpp file
banoi
- 汉诺塔问题的递归求解.利用递归思想简单解决方法.
Hanoi_digui
- 用递归的方法解决汉诺塔问题的思想。-using recursive solution to the problem HANOR thinking.
a.doc
- 1) 根据栈数据结构,分别建立一个顺序栈和链式栈并实现其上基本操作(出栈和入栈等); 2) 根据队列数据结构,分别建立链队列和循环队列,并完成其上的基本操作(出入队列等); 3) 参考P80表达式求值例题,应用栈的基本操作实现简单表达式求值运算及其进出栈模拟过程(给出程序执行过程中栈的变化过程); 4) 阅读P83栈与递归的实现一节内容和3阶汉诺塔问题。使用栈数据结构解决3阶汉诺塔问题,编写程序并模拟栈及其汉诺塔的搬运过程(给出程序执行过程栈的变化过程与圆盘的搬动状态)。 5)
Hanoi
- 汉诺塔问题的非递归解决,能够用非递归的方法解决汉诺塔问题-Tower of Hanoi non recursive solution can be non-recursive solution to the Tower of Hanoi problem
hanoi
- 递归调用方式给出汉诺塔的调动序列,实现hanoi问题的自动解决-Recursive call gives way to mobilize the Tower of Hanoi sequence, to achieve an automatic solution to the issue of hanoi
Hamoi
- 采用递归思想解决汉诺塔问题:详细的步骤分析,算法分析和实现。采用C++语言,可加深对递归函数的理解和应用。-Using the recursive thinking to solve Towers of Hanoi problem: detailed steps analysis, algorithm analysis and implementation. Using C++ language, can deepen the understanding and application of r
Hnt
- 汉诺塔问题的一个解决办法,输入盘子数,即可演示步骤!-Towers of Hanoi problem a solution, enter the plate number, you can demonstrate the steps!
digui
- 递归程序的实现,汉诺塔问题的模拟解决递归程序的实现-Implementation of recursive procedures, Tower of Hanoi problem solving recursive procedure to achieve simulation
hannoitower
- 解决汉诺塔问题的一个小程序 一共分为四部分,即移动叠盘子问题-hannoitower sourse code
hanio
- 非常经典的汉诺塔问题,可以输入盘子个数实现汉诺塔问题的解决。-Very classic Tower of Hanoi problem, you can enter a number plate to achieve solution of Hanoi Tower problem.
hw3-Hannoi
- 数据结构中汉诺塔问题的递归解法。原题中为链表解决。但是较为繁琐,使用递归较快解决。配合清华版数据结构书。-Data structure in the Tower of Hanoi problem recursive solution. Solve the original title for the linked list. But more cumbersome to use recursion to solve faster. The data structure of the book w
hanoi
- 经典算法解决三柱汉诺塔问题,并根据J.S.Frame算法设计出解决四柱汉诺塔问题的程序实现-Classical algorithm to solve the the three the column HANOR problem, designed and according JSFrame algorithm program Peg Hanoi Tower problem
Hanoi
- 是一个解决汉诺塔问题的程序,非常好用的一个程序-Is a program to solve the Towers of Hanoi problem
hannnuota.rar
- 一个具有解决汉诺塔问题的程序,里面的参数大家可以自定义,方便供像我一样的初学者学习,A program to solve the Towers of Hanoi problem inside the parameters we can customize, easy for a beginner like me to learn
hannoi
- 解决古印度汉诺塔问题的java源代码,最适合教学用。-Solve the ancient India HANOR java source code, the most suitable for teaching purposes.
Tower-of-Hanoi-problem
- 汉诺塔问题的vb6.0提供的解决方案(帮助理解vb递归过程)-Tower of Hanoi problem vb6.0 solutions (Help understand vb recursive process)
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)