搜索资源列表
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
block
- 实验内容: 1 创建类Block用来描述长方体,私有数据成员length、width、height记录长方体的长、宽、高。要求用成员函数实现以下功能: 成员函数input用来从键盘分别输入长方柱的长、宽、高; 成员函数volume计算长方体的体积; 成员函数output输出长方体的体积。 2 编写一个程序,设计一个满足如下要求的时间类 Ctime 1) 用下面的格式输出时间:时:分:秒 2)输出在当前时间上加上25秒后的时间 3)设置时间值
myjob4
- 本程序用于计算球的表面积和体积,只需输入球体的半径即可知道表面积和体积-Calculate the surface area and volume of the ball
5
- 设计一个常用圆形体体积计算器,采用命令方式输入1、2、3,分别选择计算球体、圆柱体、圆锥体的体积,并输入计算所需相应参数。 -Design a common circular body volume calculator, use the command mode input 1,2,3, were selected calculation sphere, cylinder, cone size, and enter the appropriate parameters to calcula
zuoye2.3
- 编写一个控制台应用程序,定义和使用cylinder类,cylinder类的构造方法被传递了两个double值,分别表示圆柱体的半径和高度。用cylinder类计算圆柱体的体积,并存储在一个double变量中。在cylinder类中包含一个方法vol(),用来显示每个cylinder对象的体积。-Write a console application, the definition and use of cylinder type, cylinder class constructor metho
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(
CPPbiaomianjitijijisuan
- 计算正方体、球体和圆柱体的表面积及体积。要求写出主程序,应用C++的多态性,分别计算边长为6.0的正方体、半径为5.0的球体,以及半径为5.0和高为6.0的圆柱体的表面积-Calculating surface area and volume of the cube, sphere and cylinder. Asked to write the main program, the application of c++ polymorphism, side length are calculat
code
- 以绝对体积法为计算框架,充分考虑混凝土各种原材料对混凝土用水量的影响,通过调整用水量计算法编写混凝土配合比计算程序-Based on the “ Absoluteness Volume ”, considering the effect of each concrete raw materials to water consumption, a concrete proportion program is programmed according to “ Adjusting Water Con
1
- 有限体积法求解库塔流 计算流体力学程序 c编写 参数可改- U6709 u9650 u4F3 u7F3 u7F09 u3C1 u5B3 u5E3
不规则三角网法体积计算
- 1.完整的VS项目,采用VS2017编写; 2.C#语言开发; 3.可以构建不规则三角网,并进行土方计算; 4.采用可视化读文件方式,并用表格显示; 5.计算完成后实时绘制三角网; 6.可以输出TIN的点、边、三角形信息和土方量。(1. Complete VS project, written in VS2017; 2. C # Language Development; 3. Irregular triangular network can be constructed
003
- 第三题 分别用类的继承、虚函数、抽象类继承、接口实现计算球、圆柱、圆锥的表面积和体积。(Third questions The surface area and volume of sphere, cylinder and cone are calculated by class inheritance, virtual function, abstract class inheritance and interface.)