搜索资源列表
经典汉诺塔问题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.
汉诺塔游戏
- 汉诺塔游戏,很经典的啊,用C++运行就可以了,快来试试吧.-HANOR games, the classic ah using C Runtime, and they can try to hurry it.
c的汉诺塔
- 本程序是十分经典汉诺塔代码,对学习c的同学是一个不错的例子 -this procedure is very classic HANOR code, to learn c classmates is a good example
堆栈式汉诺塔
- 经典的C++编写的堆栈式汉诺塔的求解-classic preparation of the C-stack HANOR Solution
汉诺塔的c语言实现
- 关于实现汉诺塔的c语言的实现,很不错不但使程序,还能做游戏玩
汉诺塔问题的C#实现
- 利用递归算法实现了汉诺塔问题的求解步骤
Hanoi
- 实现汉诺塔算法的动画演示,用C#和C++语言完成。-Tower of Hanoi algorithm to achieve animation, using C# and C++ language to complete.
c
- 用c 语言编写的各种函数,比如 冒泡排序,选择排序, 汉诺塔算法-Written by c various functions, such as Bubble Sort, Selection Sort, Tower of Hanoi algorithm, etc.
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
HANNUOTA
- 汉诺塔游戏演示源码VC++ VC6.0 基于MFC 对话框的源程序代码-C++
1
- 汉诺塔问题的解决,C++递归实现汉诺塔问题(Solving Hanoi problem)
汉诺塔课设
- 实现汉诺塔的设计,适合C++新手对递归函数的理解与掌握(The design of hannotta is suitable for the understanding and mastery of the recursive function of the novice c + +)
3-汉诺塔
- 本人我用C++语言写的一个简单的汉诺塔的程序,这个程序很简单,不喜勿喷。(I have written a simple hannotta program in c ++ language, which is simple and not to be liked.)
Jack汉诺塔游戏
- 经典游戏——汉诺塔。 c#编写。window游戏。可直接玩儿~~也可以加入自己的渲染,让游戏变得更有趣!(Classic game - hanoi. C# prepared. Window game. Can directly play ~ ~ can also add your own rendering, make the game more interesting!)
汉诺塔 ppt
- 游戏C语言编程代码ppt分享给大家一起看看(The game C language programming code PPT shares a look at all of you)
数据结构-汉诺塔-实验报告
- 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
汉诺塔
- 这是一个简单的C++程序,代码清晰,程序可读性强,不断学习中。汉诺塔源程序(This is a simple C++ program, code clarity, program readability, continuous learning. HANOR source)
汉诺塔
- C++实现的汉诺塔小游戏 汉诺塔:汉诺塔(又称河内塔)问题是源于印度一个古老传说的益智玩具。大梵天创造世界的时候做了三根金刚石柱子,在一根柱子上从下往上按照大小顺序摞着64片黄金圆盘。大梵天命令婆罗门把圆盘从下面开始按大小顺序重新摆放在另一根柱子上。并且规定,在小圆盘上不能放大圆盘,在三根柱子之间一次只能移动一个圆盘。(C++ implementation of the tower of Hanoi game Hanoi Hanoi: (also known as the tower of
汉诺塔
- 有A,B,C三个柱子,将A柱子上的N个盘子(从大到小排列)移到C柱子上,每次只允许移动一个盘子,并且保证每个柱子上的盘子的排列都是从大到小。(There are three columns, A, B and C, which move the N plates on the A pole from the big to the small to the C pole, and only allow one plate to move each time, and ensure that the
汉诺塔动态演示程序
- 本程序是由Qt编写的汉诺塔动态演示程序,界面精美,功能完善(This is s Hanoi Tower Demo,developed by QtC++.)