搜索资源列表
经典汉诺塔问题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.
shuhuan
- 几个C的小程序,有汉诺塔,数环打印,链表的创建并自动排序 -several small programs, Tower of Hanoi, several Central Print, Chain automatically create and order
MFC_hanio
- 这是图形界面的汉诺塔程序,是在VC6的MFC开发环境中编写的-This is a graphical interface HANOR procedures in the VC6 MFC Development Environment prepared
Hanoi_2
- 汉诺塔的双递归调用,一样的原理,新的思路,新的算法。-HANOR double recursive call, the same principle, the new ideas and new algorithms.
hanruo
- 一个用c++实现的汉诺塔问题的游戏小程序.可作为课程设计的练习-with a realization of the c HANOR the small game procedures. As a curriculum designed exercises
TriHANOI
- 自己写的汉诺塔程序,IDE是TC2.0 程序特点: 1)三根柱子都有若干盘子 2)程序可演示运行过程 编译时需要根据实际情况修改下面这句: initgraph(&driver,&mode,\"c:\\\\TC2\\\\BGI\") -himself wrote the Tower of Hanoi procedures, IDE process is TC features : 1) three pillars have a number plate 2) demons
汉诺塔
- 数据结构\\汉诺塔-data structure \\ HANOR
hanoi
- 汉诺塔代码,从第一个木桩中,把所有盘子从大到小搬移到第三个木桩中.-HANOR code from a wooden blocks, all the dishes to the smallest movement pickets were third.
hanoi
- 汉诺塔的动画实现,用的是递归的方法,可以自动演示,也可以作为游戏,让用户手动操作。
data_structure
- 目录: 单元加 字符 底层编程 效验算法 数学问题 数据结构 数组 文件程序 求进制 汉诺塔 硬币情况 逆阵 问题算法 小写数字转为大写数字 其它
hnt
- 汉诺塔问题的实现,C语言#include <slib.h> #include <sing.h>
hannuota
- 汉诺塔的程序...可以将整个过程展现出来
hruota
- 我用C编写的汉诺塔算法的源程序,自认为写的不错,呵呵- I use the Chinese which C compiles to promise the tower algorithm the source program, confessed for writes is good, ha-ha ,C-C++,控制台编程/Console
hannuo
- 大学数据结构课程汉诺塔问题程序解决,帮助数据结构课程入门。
TowerOfHanoi
- 本人写的汉诺塔源代码,采用递归,只用9行。欢迎数据结构与算法的爱好者与我联系
plate
- 基本的递归算法的例子,汉诺塔游戏的实现算法
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
诺汉塔画图版
- 汉诺塔算法。数据结构经典常用算法,非递归算法图形版-HANOR algorithm. Data structure algorithms commonly used classic, non-graphic version of recursive algorithm
c语言实现的汉诺塔演示程序
- c语言实现的汉诺塔演示程序,可能有点问题,不过还可以