搜索资源列表
经典汉诺塔问题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.
MFC_hanio
- 这是图形界面的汉诺塔程序,是在VC6的MFC开发环境中编写的-This is a graphical interface HANOR procedures in the VC6 MFC Development Environment prepared
TriHANOI
- 自己写的汉诺塔程序,IDE是TC2.0 程序特点: 1)三根柱子都有若干盘子 2)程序可演示运行过程 编译时需要根据实际情况修改下面这句: initgraph(&driver,&mode,\"c:\\\\TC2\\\\BGI\") -himself wrote the Tower of Hanoi procedures, IDE process is TC features : 1) three pillars have a number plate 2) demons
三柱汉诺塔
- 经典算法,递归的典型,汉诺塔的程序,vb版的。。。。。接着还有java版本的-classic algorithms, the typical recursive, HANOR procedures, vb version. . . . . Then there java version of the.
Hanoi_NonRescursive
- 利用堆栈的原理来实现汉诺塔程序的模拟递归
hanoi
- 一个汉诺塔程序 ,游戏虽然很小,但是可玩性很强
hannuota
- 经典的汉诺塔程序,多种算法,适合数据结构初学者学习
game
- 这个是汉诺塔程序,程序开头有动画,运用了简单的绘图函数...建议在turbo c环境下运行
汉诺塔课程设计(修改后)
- 汉诺塔演示程序,用VB做成的图形界面,能够实现汉诺塔问题,也即是把N个盘子从一根棍上移到另一根上面,通过中转的棍,但是必须保证在每根棍上都是下面的盘子大于上面的盘子。-HANOR demo program using VB create graphical interface to HANOR problems, that is, N dishes from one club to another on the above-through the interchange stick, but i
hnoi
- 一个汉诺塔示例程序-Tower of Hanoi example of a procedure
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
- 汉诺塔的演示程序,带有界面的,递归程序的最好演示例子。-Hanoi programming
hannuotachengxu
- 汉诺塔程序(我从别人那得到的程序,不是自己写的)-Tower of Hanoi program (I get that program from others, not their own writing)
hannuo
- 这是一个典型的汉诺塔程序,简单明了,利用递归思想编写-This is a typical program named hannuo,which takes advantages of digui!
BCB_Hannuota
- BC++ 汉诺塔程序算法 模拟程序 包含源代码-BC++ Tower of Hanoi simulation program Contains the source code
HANOI
- 汉诺塔程序,输入数字即碟数,便可输出操作步骤,简短程序,分享-hanoi
hnt
- 用java制作的汉诺塔自动演示小智力程序,运行时,只要点击开始演示就可以看到汉诺塔的演示全过程。-Tower of Hanoi produced using java auto shows little intelligence program, run-time, just click to start the presentation you can see the whole process of Hanoi Tower of the presentation.
hannuota
- 汉诺塔代码A*算法,根据人工智能提供的算法思路,编写的程序-Tower of Hanoi code A* algorithm
hannuota
- matlab游戏——汉诺塔程序代码,动画演示程序-matlab Games- Tower of Hanoi program code, animation demo
c语言实现的汉诺塔演示程序
- c语言实现的汉诺塔演示程序,可能有点问题,不过还可以