搜索资源列表
towers
- 一个简单的汉诺塔演示游戏-a simple game demo HANOR
110kV
- 110kV同杆双回输电线路的雷电性能,通过应用同塔双回线路雷电性能的计算研究表明,该方式具有较好的雷电性能。通过珠海供电局工程中的试用,已初步验证了其效果,可继续积累运行经验-with 110kV double-circuit transmission lines lightning performance, through the application of the same double-circuit transmission
Sedgewick
- The table surface is divided into N by M square cells. Some cubes are stacked one upon another over the cells, forming towers. For each cell the number of cubes stacked over it is given in the matrix A. -The table surfac
水塔供水系统
- 简单的水塔供水系统的模拟-simple towers of the water supply system simulation
Towers
- 学习数据结构的好例子,提供给大家参考学习.
HANOI_I
- 著名的世界末日问题-河内之塔(Towers of Hanoi) 的递归算法很容易实现,但效率不过,但非递归算法会写的人却很少,这个非递归算法不但高效,并且简短
towers
- 一个简单的汉诺塔演示游戏-a simple game demo HANOR
水塔供水系统
- 简单的水塔供水系统的模拟-simple towers of the water supply system simulation
110kV
- 110kV同杆双回输电线路的雷电性能,通过应用同塔双回线路雷电性能的计算研究表明,该方式具有较好的雷电性能。通过珠海供电局工程中的试用,已初步验证了其效果,可继续积累运行经验-with 110kV double-circuit transmission lines lightning performance, through the application of the same double-circuit transmission
Sedgewick
- The table surface is divided into N by M square cells. Some cubes are stacked one upon another over the cells, forming towers. For each cell the number of cubes stacked over it is given in the matrix A. -The table surfac
Kingtower
- 编写了一个数字塔,根据输入的N值,来输出不同的结果-Prepared a number of towers, according to the N input values to output different results
Hanoi
- 一个绘制非常有名的汉落塔Hanoi的程序 同样是基于opengl的平台 -A map is very well-known Hanoi Towers Han drop procedure is based on the same platform opengl
hannuota
- 本程序的功能就是通过输入特定的塔的个数,实现演示的功能。此部分分为手动和电脑自动演示两部分。在手动演示下通过输入塔的个数通过手动控制来实现所要求的功能,在程序中通过一个变量来控制塔移动的速度,以能更好的看青移动的过程。 在电脑控制下通过输入塔的个数和盘子移动的速度,让电脑自动演示移动的过程-Feature of this procedure is to enter a specific number of towers to achie
HANOI_I
- 著名的世界末日问题-河内之塔(Towers of Hanoi) 的递归算法很容易实现,但效率不过,但非递归算法会写的人却很少,这个非递归算法不但高效,并且简短-The end of the world well-known problem- Hanoi Tower (Towers of Hanoi) of the recursive algorithm is very easy to realize, but efficiency, h
Towers-of-Hanoi-problem
- 用递归算法实现汉诺塔问题,并输出所移动的步数-Towers of Hanoi problem using recursive algorithm,and output the number of the movement
hanoi-towers-method
- hanoi towers algorithm
solution-of-Towers-of-Hanoi
- 汉若塔问题的经典解法,C代码可以直接运行。-solution of Towers of Hanoi
Towers-of-Hanoi
- 实现数学功能,破解汉诺塔,学会解决数学难题-Realization of mathematical functions, solve the Towers of Hanoi
Towers-of-Hanoi
- 该程序是经典的Hanoi塔问题的Java语言版,演示了把左边杆子中的所有大小不同的碟子移动到右边的杆子上的步骤,每次只能移动一个碟子,而且碟子只能放在比它大的碟子上。选择 AutoSolve,就可以自动让计算机为你解决该难题了。速度滚动条决定了程序运行的速度。-It is the famouse Towers of Hanoi solved in Java as a game to you