搜索资源列表
Program
- 将圆定义为一个基类,圆柱体定义为圆的派生类,分别求圆的面积和圆柱体的表面积和体积-Will be defined as a circular base class, defined as a round cylinder derived class, respectively, for a round cylinder size and the surface area and volume
jicheng
- 定义点Point类作为基类,在此基础上派生出直线Line类和圆Circle类,在Circle类的基础上以不同的属性派生出圆柱Cylinder类和球Spheroid。并要求基类和各派生类具有以下特点: (1) Line类含有计算直线长度和斜率的成员函数。 (2) Circle类含有计算圆面积的成员函数。 (3) Cylinder类含有计算圆柱表面积和体积的成员函数。 (4) Spheroid类含有计算球体的表面积和体积的成员函数。 -Point definition of po
Exp22_2
- 多层派生,由上题Point类和Circle类继续派生出Cylinder类。要求计算圆柱的底面积、侧面积、全面积和体积。-Multi-layer derived from the title Point class and the Circle class to continue to derive the Cylinder class. Require the calculation of the end of the cylinder area, lateral area, total are
point
- 多层派生练习,由上题Point类和Circle类继续派生出Cylinder类。要求计算圆柱的底面积、侧面积、全面积和体积-Multilayer derivative
CALCULATE
- 如果已知圆柱的底面半径 r ,以及高 h ,则可计算出圆柱的侧面积 s=2πrh ,体积 v=π r 2 h 。其中 π=3.1415926 -Known cylinder of the radius r, and high-h, you can calculate the cylinder side of the area s = 2πrh, volume v = of π r 2 h. Where π = 3.1415926
Ex_CircleAndBall
- 基于托管c++的程序;计算圆形的面积,周长;计算圆柱的体积,计算球体体积。-circle
circle
- 已知圆半径r=2.5 圆柱高h=4,求圆的周长,面积,圆球体积,圆柱体积,用cin输入要计算的项目,然后输出计算结果,输入输出时要有文字提示。-Known circle radius r = 2.5 cylindrical high h = of circular perimeter, area, sphere volume, cylinder volume, the cin input to calculate the project, and then output the calculat
cPP
- 已知圆半径r=2.5 圆柱高h=4,求圆的周长,面积,圆球体积,圆柱体积,用cin输入要计算的项目,然后输出计算结果,输入输出时要有文字提示-Known round cylinder radius r = 2.5 high h = 4, for the circumference of the circle, area, ball size, cylindrical volume, use cin input to calculate project, and then output the c
cPP
- 已知圆半径r=2.5 圆柱高h=4,求圆的周长,面积,圆球体积,圆柱体积,用cin输入要计算的项目,然后输出计算结果,输入输出时要有文字提示。-Known circle radius r = 2.5 Cylindrical High h = 4, of circular perimeter, area, volume sphere, cylinder volume, with the cin input to calculate the project, and then output the
Birthdaycake
- 7月17日是Mr.W的生日,ACM-THU为此要制作一个体积为N*pi的M层生日蛋糕,每层都是一个圆柱体。 设从下往上数第i(1 <= i <= M)层蛋糕是半径为Ri, 高度为Hi的圆柱。当i < M时,要求Ri > Ri+1且Hi > Hi+1。 由于要在蛋糕上抹奶油,为尽可能节约经费,我们希望蛋糕外表面(最下一层的下底面除外)的面积Q最小。 令Q = S*pi 请编程对给出的N和M,找出蛋糕的制作方案(适当的Ri和Hi的值),使S最
圆
- 调用构造函数析构函数,输出圆心坐标圆面积圆柱体积(Call constructor destructor, output center coordinate, circle area, cylinder volume)