-
hanno
说明: /汉诺塔递归算法过程解析:
//汉诺塔(又称河内塔)问题是印度的一个古老的传说。开天辟地的神勃拉玛在一个庙里留下了三根金刚石
//的棒,第一根上面套着64个圆的金片,最大的一个在底下,其余一个比一个小,依次叠上去,庙里的众僧
//不倦地把它们一个个地从这根棒搬到另一根棒上,规定可利用中间的一根棒作为帮助,但每次只能搬一个,
//而且大的不能放在小的上面。解答结果请自己运行计算,程序见尾部。面对庞大的数字(移动圆片的次数)
//18446744073709551615,看来,众僧们耗尽毕生精力也不可能完成金片的移动。
//后来,这个传说就演变为汉诺塔游戏:(err)
- 2008-10-27 20:02:15下载
- 积分:1
-
iOS计算器
实现简单计算,用户可以进行拓展那功能能。。。。(Implementing Simple Computing)
- 2019-03-23 11:33:52下载
- 积分:1
-
ScreenSvr_ExplodingFlower
Screen Saver source code in vb. An exploding flower saver.
- 2013-07-15 12:44:24下载
- 积分:1
-
life__akplication
频繁树增长算法的特点以及在现实生活中的应用(The characteristics of frequent tree growth algorithm and its application in real life)
- 2017-04-03 15:38:29下载
- 积分:1
-
6DOFs-gear-dynamic-simulation
6自由度齿轮系统动力学仿真程序,包括分岔,相图,庞加莱映射,混沌。(6 DOF gear system dynamics simulation program, including bifurcation, phase diagram, Poincare mapping and chaos.)
- 2021-01-21 10:58:46下载
- 积分:1
-
Chang_display
改变屏幕分辨率,程序控制动态改变屏幕的分辨率。(change the screen resolution, dynamic programmed to change the screen resolution.)
- 2006-07-06 09:28:09下载
- 积分:1
-
SeismicLab.tar
SeismicLab matlab tools
- 2009-03-26 21:07:10下载
- 积分:1
-
ScreenSvr_ExplodingFlower
Screen Saver source code in vb. An exploding flower saver.
- 2013-07-15 12:44:24下载
- 积分:1
-
RMBCount
房子揭计算器项目文件,可以以等额或等本方式进行计算出每笔的本金和利息。(House mortgage calculator project file can be equal or equivalent calculated in this way each of the principal and interest.)
- 2013-07-28 22:07:23下载
- 积分:1
-
stack
说明: 实验题目:5.1 基于顺序栈的括号匹配程序设计验证
一、实验目的
1. 掌握栈的顺序存储结构;
2. 掌握栈的操作特性;
3. 掌握基于顺序栈的基本操作的实现方法。
二、实验内容
1. 实现顺序栈的成员函数;
2. 基于顺序栈的括号匹配程序设计验证。
实验题目:5.2 基于链式栈的表达式的计算程序设计验证
一、实验目的
1. 掌握栈的链式存储结构;
2. 掌握栈的操作特性;
3. 掌握基于链式栈的基本操作的实现方法。
二、实验内容
1. 实现链式栈的成员函数;
2. 基于链式栈的表达式的计算程序设计。
(Experiment Title: 5.1 Based on the order of the stack in parentheses matching program design verification
1, experimental purposes
1. To master the order of the stack storage structure
2. Master stack operating characteristic
3. To master the basic operation of stack based on the order of the realization method.
Second, experimental content
1. To achieve the order of the stack member function
2. Based on the order of the stack in parentheses matching program design verification.
Experiment Title: 5.2 Based on the expression stack chain calculation program design verification
1, experimental purposes
1. Master stack chain storage structure
2. Master stack operating characteristic
3. To master the basic operation of stack-based chain implementations.
Second, experimental content
1. To achieve chain stack member function
2. Based on the calculation of the expression stack chain programming)
- 2010-03-25 18:33:30下载
- 积分:1