搜索资源列表
汉诺塔游戏代码 v1.0
- 一个不用多说的游戏,是用递归算法思想的游戏,汉诺塔游戏,鼠标就拖动就可以玩。-one of the game is the use of recursive algorithm thinking of the game, HANOR games, a mouse drag it on and play.
汉诺塔问题的C#实现
- 利用递归算法实现了汉诺塔问题的求解步骤
汉诺塔图形界面
- 图形化界面展示汉诺塔算法
汉诺塔
- 该文件是下了汉诺塔算法,采用的是VB语言,效果很好
三柱汉诺塔
- 经典算法,递归的典型,汉诺塔的程序,vb版的。。。。。接着还有java版本的-classic algorithms, the typical recursive, HANOR procedures, vb version. . . . . Then there java version of the.
汉诺塔源程序
- 汉诺塔源程序,很好玩哦-HANOR source, is a lot of fun, oh
汉诺塔(Hanoi)
- 一个汉诺塔问题的模拟程序,包含图形模拟和过程同步显示(华南农业大学信息学院计算机系).-one of the simulation program, including graphics simulation and process synchronization Display (South China Agricultural University, Department of Computer Information Instit
hanoi_C
- 我用C编写的汉诺塔算法的源程序,自认为写的不错,-C HANOR prepared by the algorithm source code, since that was the good, huh
汉诺塔_迭代算法
- 用迭代实现的汉诺塔,出自大一新生,希望得高手指导!-achieved using iterative HANOR, from the Freshmen, in expert guidance!
诺汉塔画图版
- 汉诺塔算法。数据结构经典常用算法,非递归算法图形版-HANOR algorithm. Data structure algorithms commonly used classic, non-graphic version of recursive algorithm
汉诺塔游戏代码 v1.0
- 一个不用多说的游戏,是用递归算法思想的游戏,汉诺塔游戏,鼠标就拖动就可以玩。-one of the game is the use of recursive algorithm thinking of the game, HANOR games, a mouse drag it on and play.
功能强大的汉诺塔
- 功能强大的汉诺塔程序,能够以动画界面显示汉诺塔移动过程,算法精妙,值得认真研究一下的。-powerful HANOR procedures will be able to show animation interface HANOR mobile process, the algorithm carefully, deserves serious look into them.
VB_hanoi
- 汉诺塔演示程序,VB书写,有一定的教学意义,可以作为递归算法的演示程序-HANOR demo program, VB writing, teaching a certain significance, recursive algorithm can be used as a demo program
hanio
- 汉诺塔算法实现 递归语句 VC制作小游戏 分难度等级-Tower of Hanoi recursive algorithm VC statements produced at the difficulty level of game
HanNuoTa
- 汉诺塔算法演示,用OPENGL开发,每点击一次鼠标左键可以看到演示的每一步,点击右键复原。-Tower of Hanoi algorithm demo with OPENGL development, each click the left mouse button to see a demonstration of every step, right-click recovery.
c
- 用c 语言编写的各种函数,比如 冒泡排序,选择排序, 汉诺塔算法-Written by c various functions, such as Bubble Sort, Selection Sort, Tower of Hanoi algorithm, etc.
Hanoi
- 实现汉诺塔算法的动画演示,用C#和C++语言完成。-Tower of Hanoi algorithm to achieve animation, using C# and C++ language to complete.
汉诺塔
- 一个关于汉诺塔小算法,可以通过这个算法解决汉诺塔。(A tower of Hanoi algorithm, this algorithm can be solved by Hanoi .)
数据结构-汉诺塔-实验报告
- 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
汉诺塔
- 汉诺塔递归算法,用汇编语言实现,自己的实验,希望给大家能有一些帮助(Hanoi Tower Recursive Algorithms)