搜索资源列表
jusuanbiaomianji
- 输入几何公式计算表面积和侧面积输入几何公式计算表面积和侧面积-formula imported geometry surface area and side area geometric formula input surface area and side area
yuanyuan
- 几何体的体积表面积计算-geometric size of the surface area calculation
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
BallComputation
- 球体积和球表面积计算设计。功能简单,运算方便-Ball size and surface area calculation of the design of the ball. Features simple, convenient operation
yuanzhiti
- 函数功能:计算圆柱体的表面积和体积 输入:半径 高 方法:C++结构体实现-Function features: calculate the surface area and volume of a cylinder type: high radius method: C++ structures to achieve
22
- 2、 编写一个程序计算出球、圆柱和圆锥的表面积和体积。 a) 要求: i. 定义一个基类圆,至少含有一个数据成员半径; ii. 定义基类的派生类球、圆柱、圆锥,都含有求表面积和体积的成员函数和输出函数。 iii. 定义主函数,求球、圆柱、圆锥的和体积。 -2, write a program to calculate the ball, cylindrical and conical surface area and volume. a) asked: i. defining
myjob4
- 本程序用于计算球的表面积和体积,只需输入球体的半径即可知道表面积和体积-Calculate the surface area and volume of the ball
Exp2_2
- 编写程序:要求输入球的半径,分别计算球的表面积、体积和质量,假设球的密度为7.8,输出以上结果。 -Programming: asks for the radius of the ball, the ball were calculated surface area, volume and mass, assuming that the density of the ball is 7.8, the output results.
geometry
- c++虚基类的应用实例,定义虚基类计算正方体,球体,圆柱体的表面积和体积。-c++ virtual base class of application examples, the calculation base class defines a virtual cube, sphere, cylinder surface area and volume.
BOX
- 设计一个立方体类Box,它能计算体积和表面积,设计后自行测试。 私有数据:a(边长),volume(体积),area(表面积) 构造函数:1.Box(),2.Box(float r) 设计一个立方体类Box,它能计算体积和表面积,设计后自行测试。 私有数据:a(边长),volume(体积),area(表面积) 构造函数:1.Box(),2.Box(float r) -It can calculate the volume and surface area, to desi
geometry
- c++虚基类的应用实例,定义虚基类计算正方体,球体,圆柱体的表面积和体积。-c++ virtual base class of application examples, the calculation base class defines a virtual cube, sphere, cylinder surface area and volume.
ExportClassDll
- 创建Win32 DLL导出一个计算长方体表面积和体积的类,VC++精选编程源码,很好的参考资料。-Create a Win32 DLL derived a calculation of rectangular surface area and volume, VC++ select programming source code, a good reference.
UseExportClassDll
- 调用DLL,使用其导出类计算长方体的表面积和体积,VC++精选编程源码,很好的参考资料。-The call to DLL, use the derived class calculation of rectangular body surface area and volume, VC++ select programming source code, a good reference.
3
- 设计一个立方体类Box,能够计算并输出立方体的表面积和体积。 提示:定义一个立方体类Box,包含一个私有数据成员(立方体边长),两个公有函数(构造函数Box和计算并输出立方体的表面积和体积的函数show)。 -Design of a cube class Box, the output can be calculated and the surface area and volume of the cube. Tip: define a class cube Box, comprisin
inherit-
- 试定义类TRI(三角形)及其派生类COL(三角柱体).其中三角形类可以计算三角形的面积和周长:三角柱体类可以计算柱体的体积和表面积.-Try to define classes TRI (triangle) and its derived classes COL (triangular prism) which can calculate the triangle class area and perimeter of triangles: triangular prism class can
1
- 首先定义类Point,然后定义类Point的公有派生类Circle,在定义类Circle的公有派生类Cylinder。 类Point的数据成员int型的x和y,用于表示点的坐标位置,有成员函数p_show()、构造函数和析构函数、p_set(),p_show()用于娴熟输出点的坐标,p_set()用于设置x和y的值。 类Circle有新增私有数据成员float型的h和double型的s,表示圆的半径和面积,有成员函数c_area用于计算圆的面积并对s赋值,有成员函数c_set(
qiu
- “球体积和球表面积计算设计”。设计一个对话框,可以输入球的半径,输出球体积和球表面积。- Design and calculation of ball volume and surface area of a sphere . The design of a dialog box, you can enter the radius of the ball, the ball ball output volume and surface area.
空间分析
- 空间分析的小程序,包含马氏距离,欧氏距离等计算,包含表面积计算(mini apps of spatial analysis)
计算坐标的圆柱体的面积、体积
- 可以根据给定的坐标,来计算圆柱体的体积,表面积(The volume and surface area of the cylinder are calculated)