Welcome![Sign In][Sign Up]
Location:
Search - hanoi.c

Search list

[Other resourcehanoi.c

Description: This a solution to the tower of hanoi problem
Platform: | Size: 1080 | Author: 张琦 | Hits:

[Data structsData Structures with C++ Using STL

Description: 这是数据结构和算法的国外经典书籍.清华大学出版社出版的<数据结构C++语言描述-应用模板库STL>陈君 译 英文名称是Data Structures with C++ Using STL. 作者: William Ford ,William Topp . 代码代码当中包含各种经典算法 ,比如各种排序 如选择排序,基数排序,快速排序等等.还有各种其他经典算法,有 8皇后问题,汉烙塔 Hanoi ,约瑟肤等了。此原文件是我们学校的一个博士从国外带回的,花了80美元,请大家好好的利用好.-This the data structure and algorithm abroad classic books. Qinghua University Press published lt; C data structure description language-STLgt Application Template Library; Chen translation of the English name of the Data Structures Using C with STL. Author : William Ford, William countries. Source code which packets containing various classical algorithms such as various sequencing option, in order of ranking base, rapid sequencing etc.. there are various other classic algorithms, 8 Queens, tower-baked Hanoi, Joseph skin waiting. This original document was the one Dr. schools from abroad back to a cost of 80 US dollars, please make good use of good.
Platform: | Size: 3531776 | Author: 冰舟 | Hits:

[ConsoleHanoi

Description: 经典问题汉诺塔的递归解法(C++版),欢迎大家下载!-classic problem HANOR recursive solution (C version), all are welcome to download!
Platform: | Size: 6144 | Author: 目亚 | Hits:

[Otherhanoi

Description: 汉诺塔问题用c++解决,这是一个非常经典的问题,如何实现递归。-HANOR c solve the problem with this is a very classic problem, how to achieve recursive.
Platform: | Size: 218112 | Author: 黎元凯 | Hits:

[Otherhanoi

Description: C++语言实现的汉诺塔游戏,显示移动步骤。
Platform: | Size: 227328 | Author: 何平 | Hits:

[Otherhanoi

Description: 汉诺塔(又称河内塔)问题是印度的一个古老的传说。后来,这个传说就演变为汉诺塔游戏: 1.有三根杆子A,B,C。A杆上有若干碟子 2.每次移动一块碟子,小的只能叠在大的上面 3.把所有碟子从A杆全部移到C杆上 此外,汉诺塔问题也是程序设计中的经典递归问题。-Tower of Hanoi (also known as the Hanoi tower) problem is an ancient Indian legend. Later, the legend evolved into the Tower of Hanoi game: 1. Has three pole A, B, C. A pole has a number of plate 2. Every time a piece of plate movement, only a small overlap in the above 3. All the dishes all from A to C on a post shot In addition, Tower of Hanoi problem is a classic programming delivery naturalization issues.
Platform: | Size: 35840 | Author: 黄俊斌 | Hits:

[Other Riddle gameshanoi

Description: 汉诺塔游戏 C++写的 很不错的 大家下载-Tower of Hanoi game C++ Written in a very good U.S. Download
Platform: | Size: 7649280 | Author: yang | Hits:

[Other Riddle gameshanoi.c

Description: This a solution to the tower of hanoi problem
Platform: | Size: 1024 | Author: 张琦 | Hits:

[Otherhanoi

Description: hanoi塔问题描述:有a,b,c三个塔座。开始时,在塔座上有一叠共n个圆盘,这些圆盘自下而上,由大到小地叠在一起。各圆盘从小到大编号为1,2,....,n。现在要求将塔座a上的这一叠圆盘移动到塔座b上,并仍按同样顺序叠置。在移动圆盘时应遵守以下移动规则: (1)每次只能移动一个圆盘 (2)任何时刻都不允许将较大的圆盘压在较小的圆盘之上 (3)在满足规则(1),(2)的前提下,可将圆盘a,b,c中任何一塔座上-tower of hanoi Description: have a, b, c three塔座. Initially, in塔座on a total of n has a pile of disks, these disks bottom-up, descending to stack together. The disc from small to large number 1,2 ,...., n. Now requested that塔座a disc on the stack to move to塔座b, and is still the same order, stacked. In the mobile disk mobile rules should comply with the following: (1) can only move one disc (2) any time does not permit a larger disc pressure in the smaller disk on top of (3) in meeting the rules (1), (2) under the premise of the disc may be a, b, c 1塔座on any
Platform: | Size: 1024 | Author: 忠波 | Hits:

[AlgorithmHanoi

Description: 我编写的c++汉诺塔游戏程序 ( 字符显示 ) 面向对象的思想编写-I prepared c++ Tower of Hanoi game program (character display) the preparation of object-oriented thinking
Platform: | Size: 2048 | Author: 王呈鹏 | Hits:

[Otherhanoi-c++

Description: 自编c++汉诺塔小程序,可直接在vc++上运行-Self c++ Tower of Hanoi applet can be directly in vc++ Run
Platform: | Size: 230400 | Author: bingo | Hits:

[Game Programhanoi

Description: 都知道的经典小游戏,汉诺塔,可用来进行C语言学习,基本所有教材都会有-All know the classic game, Tower of Hanoi, could be used for C language learning, the basic of all teaching materials, there will be
Platform: | Size: 2048 | Author: 张斌 | Hits:

[OtherHanoi

Description: 利用栈编的汉诺塔程序,c语言实现,有两个,一个有图形界面。记住是用栈的原理编的哦,汉诺塔程序常有,而用栈原理编的不常有!对于栈的理解很有帮助!-Stack for use of the Tower of Hanoi program, c language, there is both, a graphical interface. Keep in mind the principle of stack are used for the Oh, Tower of Hanoi procedures often, and made use of the principle of non-stack often! Helpful for the understanding of the stack!
Platform: | Size: 2048 | Author: 肖平 | Hits:

[Algorithmc

Description: 用c 语言编写的各种函数,比如 冒泡排序,选择排序, 汉诺塔算法-Written by c various functions, such as Bubble Sort, Selection Sort, Tower of Hanoi algorithm, etc.
Platform: | Size: 4518912 | Author: xiaoqing | Hits:

[Otherhanoi

Description: 汉诺塔游戏,c语言代码,只有几十行,一看就能懂,非常简单-hanoi.c
Platform: | Size: 1024 | Author: max | Hits:

[VC/MFChanoi

Description: C语言学习中的汉诺塔问题,对学习和理解递归很有帮助,程序简单明了,值得初学者学习借鉴-C Language Learning in the Tower of Hanoi problem, learning and understanding of recursive helpful, the program simple, it is worth learning from beginners
Platform: | Size: 8192 | Author: | Hits:

[Data structshanoi

Description: hanoi C语言编码 希望帮助有需要的人-hanoi C language code want to help people in need
Platform: | Size: 3072 | Author: mary | Hits:

[Linux-Unixhanoi.c.tar

Description: linux环境 利用curse库开发的汉诺塔小程序-linux environment, the use of curse library developed by Tower of Hanoi applet
Platform: | Size: 2048 | Author: 风语者 | Hits:

[Graph programHanoi

Description: 实现汉诺塔算法的动画演示,用C#和C++语言完成。-Tower of Hanoi algorithm to achieve animation, using C# and C++ language to complete.
Platform: | Size: 9317376 | Author: 安蒙 | Hits:

[Windows Develophanoi-test

Description: 各种汉诺塔演示代码 汇编和C的 还有不调用堆栈的写法-Code compilation and presentation of various Tower of Hanoi C, there is not the wording of the call stack
Platform: | Size: 3072 | Author: 曹鹤 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 17 »

CodeBus www.codebus.net