搜索资源列表
hanotower
- 汉诺塔源码,对教学很不错。对算法和界面都能提高。-HANOR source of teaching is pretty good. The algorithm and the interface will be more.
汉诺塔的演示程序
- 初学MFC时的拙作,一个汉诺塔的演示程序,采用非递归、非堆栈的算法,直接根据当前步数推算出汉诺塔的状态。界面用GDI实现,伪3D的风格。-beginners at the exposition, a HANOR the demo program, the use of non - recursive and non-stack algorithm, directly under the current steps are projected HANOR state. GDI interface
xiaoda
- 用C++编译出来的汉诺塔算法,希望对大家有帮助-use of the C compiler HANOR algorithm, we hope to help
my_hanoi
- 数据结构汉诺塔算法,用DELPHI实现,是学习数据结构的好程序-data structure HANOR algorithm, using DELPHI study is the data structure of the program
hanio
- 汉诺塔算法实现 递归语句 VC制作小游戏 分难度等级
hanoi_C
- 我用C编写的汉诺塔算法的源程序,自认为写的不错,-C HANOR prepared by the algorithm source code, since that was the good, huh
WL40987330 C语言算法集
- 目录 第一部分 基础篇 001 第一个C程序 002 运行多个源文件 003 求整数之积 004 比较实数大小 005 字符的输出 006 显示变量所占字节数 007 自增/自减运算 008 数列求和 009 乘法口诀表 010&
汉诺塔问题的C#实现
- 利用递归算法实现了汉诺塔问题的求解步骤
汉诺塔
- 该文件是下了汉诺塔算法,采用的是VB语言,效果很好
C1
- 将一个磁盘文件的信息复制到另一个磁盘文件中.编写一个输出链表的print.用选择法对10个整数按从大到小排列.汉诺塔算法的递归实现C源代码.(输出数组中的全部元素-A disk file copy to another disk file. To prepare a list of the output print. With selection of 10 by the smallest integer array. Recursive Tower of Hanoi algorithm rea
vc_Algorithm
- VC++数据结构与算法经典的上百种源码包,绝对对C++编程有帮助,涉及数学、底层编程、校验算法、问题算法、文件算法、大小写转换、进制转换、字符转换、数组、单链表、二分查找、汉诺塔算法以及其它一些常用算法,有的含有示例,C++编程不可多得的编程资料-VC++ data structures and algorithms on hundreds of classic source package, absolutely on the C++ programming help, involving m
hnt_src
- VC++汉诺塔算法的实现,动态移动图形。汉诺塔是一个遥远的古代传说故事,至于讲的是什么,这个大家可以另查资料,这里不多说。研究汉诺塔问题,可以帮助你理解C++数组与算法的一些技巧,还是有必要参考的。 -VC++ Tower of Hanoi algorithm, dynamic mobile graphics. Tower of Hanoi is an ancient legends of the distant, as to what is said, you can also check
hnt_src
- 汉诺塔算法的实现,动态移动图形。汉诺塔是一个遥远的古代传说故事,至于讲的是什么,这个大家可以另查资料,这里不多说。研究汉诺塔问题,可以帮助你理解C++数组与算法的一些技巧,还是有必要参考的。-Tower of Hanoi algorithm, dynamic mobile graphics. Tower of Hanoi is an ancient legends of the distant, as to what is said, you can also check this inform
THHanNuoTao
- 汉诺塔算法演示,用OPENGL开发,每点击一次鼠标左键可可以看到演示的每一步,点击右键复原。,已通过测试。 -Tower of Hanoi algorithm demo, with OPENGL develop, for each click the left mouse button you can see every step of the presentation, right-click recovery. , Has been tested.
han-nuo-ta
- C++大学教程中汉诺塔算法的C++语言实现,可以编译运行-The tutorial C++ University of Tower of Hanoi algorithm C++ language that can compile and run
Tower-of-Hanoi-non-recursive
- 非递归汉诺塔算法,并带有一片武汉大学的算法描述。-Non-recursive Tower of Hanoi algorithm, and the algorithm is described with a Wuhan University.
hano2
- 利用C++编写的,采用非递归算法实现汉诺塔算法-Use C++ prepared using non-recursive algorithm Tower of Hanoi algorithm
hanoi
- 关于汉诺塔算法的C++实现方法,程序很短,很高效-About Hanoi algorithm c++ implementation of the methods, procedure is very short, very efficient
数据结构-汉诺塔-实验报告
- 1.1 实验目的及要求 设计数据结构表示3座宝塔和n个碟子: 输出每一次移动碟子的情况 分析算法的时间性能 1.2 实验设计 1;将塔A上的n-1个碟子借助塔C移动到塔B上 2:把塔A上剩下的一个碟子移动到塔C上 3:将n-1个碟子从塔B借助于塔A移到塔C上 三座宝塔(塔A,塔B,塔C)分别用三个字符型变量A,B,C表示,n个碟子从1 开始连续自然数编号(1.1 the purpose and requirements of the experiment The desig
Hanoi
- 递归算法解决汉诺塔问题,将所有盘从A柱移动到C柱,在移动过程中可以借助B柱。(Solving Hanoi Tower problem by recursive algorithm)