搜索资源列表
hanoijava
- 编写程序实现汉诺塔问题 如果行的话尽快发邮件通知我-programming HANOR problem if the mail as soon as possible so I notice
AutomaticdemonstratioHanoiTower
- 汉诺塔自动演示 此程序经过编译后运行你可以对汉诺塔问题有更深刻的认识-HANOR demonstration of this process automatically after you run the compiler can HANOR issue in a more profound understanding of
tower
- 对汉诺塔游戏问题进行了研究,发现了对汉诺塔游戏用递归算法实现符合问题逻辑结构。设计了基于JSSE的递归算法实现了手动移盘和自动移盘的游戏功能。
Hanoi_digui
- 用递归的方法解决汉诺塔问题的思想。-using recursive solution to the problem HANOR thinking.
汉诺塔(Hanoi)
- 一个汉诺塔问题的模拟程序,包含图形模拟和过程同步显示(华南农业大学信息学院计算机系).-one of the simulation program, including graphics simulation and process synchronization Display (South China Agricultural University, Department of Computer Information Institute).
java
- 一个简单的汉诺塔游戏,自己编写的,比较简单的有什么问题和我交流!欢迎大家下载学习交流!
FourPegsHanoi
- 四柱汉诺塔问题,设计并实现一个求解四塔问题的动态规划算法,并分析时间和空间复杂性-Peg Hanoi Tower problem, design and implement a four tower problem solving dynamic programming algorithm, and analyze time and space complexity
Hnt
- 汉诺塔问题的一个解决办法,输入盘子数,即可演示步骤!-Towers of Hanoi problem a solution, enter the plate number, you can demonstrate the steps!
Hanoi(java)
- JAVA语言,使用递归的思想,解决经典的汉诺塔的问题。-hanno
java_sort
- 用 Java写的 归并排序,快速排序,汉诺塔问题等算法 源码,以供Java ·学习者参考-Use Java write merge sort, quick sort, han s tower, problems such as source algorithms for Java · learners.
Hanoi
- 用Java语言实现的一个汉诺塔问题的程序,用户只需输入总数,便能得到过程与结果-Java language with the problem of a Tower of Hanoi program, users simply enter the total number of process and the result can be
doublecolorhanoi
- 双色汉诺塔动画演示,实现面板的显示以及塔盘移动,关键在于怎么描述双色问题-Color Tower of Hanoi Animation
hanoi
- Flash MX Professional 2004对汉诺塔问题进行过程模拟-Flash MX Professional 2004 对 Towers of Hanoi for process simulation
hannoitower
- 解决汉诺塔问题的一个小程序 一共分为四部分,即移动叠盘子问题-hannoitower sourse code
hannoi
- 解决古印度汉诺塔问题的java源代码,最适合教学用。-Solve the ancient India HANOR java source code, the most suitable for teaching purposes.
hannuo
- 汉诺塔问题的求解,利用java语言实现,欢迎大家下载-Tower of Hanoi problem solving, using java language, welcome everyone to download
Tower-of-Hanoi
- 通过Java编程语言来实现汉诺塔问题,内含详细的代码,实验能够运行、-Through the Java programming language to implement Tower of Hanoi problem, including a detailed code, test to run,
Hanoi
- 汉诺塔问题是程序设计中的经典递归问题,此为Applet程序-Tower of Hanoi problem is a classical recursion problem in programming, this is a Applet program
MainClass
- 汉诺塔(又称河内塔)问题是源于印度一个古老传说的益智玩具。大梵天创造世界的时候做了三根金刚石柱子,在一根柱子上从下往上按照大小顺序摞着64片黄金圆盘。大梵天命令婆罗门把圆盘从下面开始按大小顺序重新摆放在另一根柱子上。并且规定,在小圆盘上不能放大圆盘,在三根柱子之间一次只能移动一个圆盘。 后来,这个传说就演变为汉诺塔游戏,玩法如下: 1.有三根杆子A,B,C。A杆上有若干碟子 2.每次移动一块碟子,小的只能叠在大的上面 3.把所有碟子从A杆全部移到C杆上 以下实例演示了汉诺塔算