搜索资源列表
radius
- 编写一个程序,计算正方体、球体和圆柱体的表面积和体积-Write a program to calculate the cube, sphere and cylinder surface area and volume
1
- 要求正方体、球、圆柱的表面积,可以抽象出一个公共的基类Container为抽象类,在其中定义一个公共的数据成员radius(此数据可以作为正方形的边长、球的半径、圆柱体底面圆半径),以及求表面积的纯虚函数area()。由此抽象类派生出要描述的三个类,利用基类指针和虚函数,分别计算三种图形的表面积。-Requirements of the surface area of 挠甀戀攀, sphere, cylinder, you can abstract out a common base class
prouf-
- 正方体球体和圆柱体在无数次分割的情况下 的表面积与体积之比-Cube spheres and cylinders in the case of split numerous times the surface area to volume ratio