搜索资源列表
TOWERSOFHANOI_vc
- A arithmetical resolution about Hanoi tower . compiled by Visaul C++ -A arithmetical resolution about Hanoi tower . compiled by Visaul C++
ruheyidongpanzi
- 一个基于 c++的汉罗塔模拟源码,他可以选择移动几个塔,也可以选择是否需要终止64位塔的模拟过程-a c-based simulation of the Han Rota source, he could choose several mobile tower can also choose whether or not to terminate 64 tower simulation
hanio1
- 四柱汉诺塔问题的求解程序.解题思路:如a,b,c,d四柱. 要把a柱第n个盘移到目标柱子(d柱),先把上层 分两为两部份,上半部份移到b柱,下半部分移到c柱,再把第n盘移到 目标柱子,然后,c柱盘子再移到目标柱子,再把b柱盘子移到目标柱子. 细节地方: 上半部份移到b柱时,它的中间变量柱子是有二选一的.而下半部分 移到c柱时,它的中间变量柱子只有一个(因为一个柱子已被上半部份 占了).b,c也移到目标柱子时同理。-4-Tower of the solution pro
HanoiProblem
- 汉诺塔问题: 有ABC三根柱子,A柱上有n个大小不等的盘子,大盘在下,小盘在上。要求将所有的盘子从A柱搬到C柱上,每次只能搬动一个,搬动过程中可以借助另一个柱子,但是必须满足大盘在下,小盘在上。 -Tower of Hanoi problem: There are three pillars ABC, A column has n different sizes of plates, the broader market in the next, small cap on. Requir
HanoiStack
- 建立抽象基类栈Stack及其派生类顺序栈,然后利用栈实现汉诺塔问题的非递归算法。-Non-recursive algorithm of Hanoi Tower using Stack
Hanoi
- 实现了汉诺塔算法,和C语言课本中的算法相似。-Realized the Tower of Hanoi algorithm, and the C language algorithm similar textbooks.
han
- 汉诺塔,解决和尚搬运问题。包括了图形实现函数-Tower of Hanoi, to solve transportation problems monk. Including the graphical realization of function
hanuo
- 汉诺塔问题的递归实现 说明很详细 大家可以自由下载哦-Recursive Tower of Hanoi problem in great detail the realization that you can freely download Oh
HNT
- 汉诺塔-Hanoi Tower
hannuota
- 用c++的MFC写的汉诺塔程序,可自由选择塔的层数,运行过程中实现塔的自动移动;-With c++ The MFC write Tower of Hanoi procedures, are free to choose the low-rise tower, tower to run the course of the realization of the automatic movement
Han_nuota
- 汉诺塔小程序的源代码 输入盘中个数后,给出移动步骤-Tower of Hanoi applet source code after the number of input, the given mobile steps
hannuota
- 可以创建一个汉诺塔的小程序,输入数字即可-Tower of Hanoi, you can create a small program, enter the number you
TowersOfHanoi
- 汉诺塔!!! Simulate the movement of the Towers of Hanoi puzzle Bonus is possible for using animation eg. if n = 2 A→B A→C B→C if n = 3 A→C A→B C→B A→C B→A B→C A→C -Hanoi Tower! ! ! Simulate the movement of the Towers of Hanoi puzzle Bonus is pos
hanot
- 实现了汉诺塔的程序设计,可以很好的完成功能。-Tower of Hanoi implementation of procedures designed to function well completion.
hannuota
- 汉诺塔的实现,计算家编程大作业,面向对象编程练习-Implementation of the Tower of Hanoi
hanoi
- 一个关于汉诺仪塔的算法,能够显示出具体的每个盘的移动步骤,还有经过了多少步骤的次数。-Hannuoba instrument on the tower algorithm, be able to show that each specific set of mobile steps to have the number after the number of steps.
fig02_06
- 一个关于很久以前一个的难题汉诺塔123456789-A long time ago about the problems of a Tower of Hanoi
Tower
- 汉诺塔的C语言实现以及冒泡排序.就这些了。刚才那个传错了。-Tower of Hanoi C-language implementation, as well as bubble sort. That' s all. That pass just wrong.
bouble-tower
- 背景 从前,有一个古老的帝国有两个形状不同的塔分别在不同的两个城市里。这两个塔是用圆形的砖一块一块建成的。这些圆形砖的高度是一样的,其半径都是整数。很明显,尽管这两个塔形状不同,但造塔所使用的圆形砖却有很多是相同的。 过了很多年,一个国王命令他的建筑师们移除两个塔的部分砖以便使它们的形状完全一样,同时使两个塔的高度尽可能的高,并且新塔的砖瓦的排列顺序必须与原来的一样。国王认为这样的两个塔象征着这两个城市之间的和谐和平等,于是命名它们为双胞胎塔。 任务 现在,两千年以
Tower-of-Hanoi-problem
- 算法设计与分析之汉诺塔问题介绍与讲解 希望大家有时间看看 -Tower of Hanoi problem descr iption and explanation of the design and analysis of algorithms hope that we have time to look at