搜索资源列表
经典汉诺塔问题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.
hanruo
- 一个用c++实现的汉诺塔问题的游戏小程序.可作为课程设计的练习-with a realization of the c HANOR the small game procedures. As a curriculum designed exercises
hnt
- 汉诺塔问题的实现,C语言#include <slib.h> #include <sing.h>
hannuo
- 大学数据结构课程汉诺塔问题程序解决,帮助数据结构课程入门。
games
- 数据结构算法中一些经典的小游戏的算法,如魔法矩阵,八皇后问题,骑士游历问题,环游世界问题,一笔画问题,非递归的汉诺塔问题等
汉诺塔课程设计(修改后)
- 汉诺塔演示程序,用VB做成的图形界面,能够实现汉诺塔问题,也即是把N个盘子从一根棍上移到另一根上面,通过中转的棍,但是必须保证在每根棍上都是下面的盘子大于上面的盘子。-HANOR demo program using VB create graphical interface to HANOR problems, that is, N dishes from one club to another on the above-through the interchange stick, but i
递归解决Hanoi汉诺塔
- 解决Hanoi问题
a.doc
- 1) 根据栈数据结构,分别建立一个顺序栈和链式栈并实现其上基本操作(出栈和入栈等); 2) 根据队列数据结构,分别建立链队列和循环队列,并完成其上的基本操作(出入队列等); 3) 参考P80表达式求值例题,应用栈的基本操作实现简单表达式求值运算及其进出栈模拟过程(给出程序执行过程中栈的变化过程); 4) 阅读P83栈与递归的实现一节内容和3阶汉诺塔问题。使用栈数据结构解决3阶汉诺塔问题,编写程序并模拟栈及其汉诺塔的搬运过程(给出程序执行过程栈的变化过程与圆盘的搬动状态)。 5)
hanluota
- 汉诺塔问题的求解,数据结构实验时做得,希望有用。-Tower of Hanoi problem solving, data structure experiments done, I hope useful.
Hanoi
- 数据结构中著名的汉诺塔问题的实现,基于C++实现-Data structure of the famous Tower of Hanoi problem to achieve, based on C++ implementation
Hanoi
- Hanoi,用分治法解决汉诺塔问题,vc6.0编译运行通过-Hanoi, Tower of Hanoi with the Method to solve the problem, vc6.0 compile and run through
hanoibfs
- 用广度搜索编的汉诺塔问题,能解决14个盘子的,用到位运算压缩判重,用哈希表判重。-The Tower of Hanoi with the breadth of search code problem, can solve the 14 dishes, with a compression sub-re-place operations, using the hash table sub-weight.
c
- 一些基于C的一个小算法,适合无聊时学习使用。例如汉诺塔问题,魔术师问题-A small number of C-based Algorithm for learning to use when bored. Such as Tower of Hanoi problem, magician problems, and so
hann
- 汉诺塔问题的典型求解方法 哈工大的实验课作业 可以通过编译 注释完整-hanoi
TowerOfHanoiProblemOfNon-RecursiveAlgorithm
- 中大老师给出的关于汉诺塔问题的非递归算法的讲解-Tower of Hanoi problem of non-recursive algorithm
Towers-of-Hanoi-problem
- 用递归算法实现汉诺塔问题,并输出所移动的步数-Towers of Hanoi problem using recursive algorithm,and output the number of the movement
Tower_of_Hanoi_problem
- 汉诺塔问题。实现将n个盘子从a移动到c,然后输出。-Tower of Hanoi problem. To achieve the n-plate from a move to c, then output.
hanoi
- 汉诺塔问题,能够解决碟子数任意多的汉诺塔问题,而且程序显示碟子从哪个柱子移动到哪个柱子-The problem of Hanoi, to solve the problem of Hanoi with any number of plates, moreover, the program display the movement the plate .
hannuota
- 算法设计与分析实验中的汉诺塔问题,给定层数,实现塔的转移-Algorithm design and analysis of experiments in the Tower of Hanoi problem, given the number of layers to achieve the transfer of the tower
c语言实现的汉诺塔演示程序
- c语言实现的汉诺塔演示程序,可能有点问题,不过还可以