搜索资源列表
purevirtualfunctions
- 运算符重载以及利用纯虚函数实现多态性设计一个计算图形面积的类库-Operator overloading and the use of pure virtual functions to achieve polymorphism in the area to design a graphics library computing
exp6
- 在exp6_2.cpp已有圆Circle和长方形Rectangle类的基础上,再定义一个具有类似功能的Triangle(三角形)类(面积公式为p(p-a)(p-b)(p-c)的平方根,其中p=(a+b+c)/2,三角形三边a、b、c)。 ● 再设计一个普通求和函数sum,求这三种图形的面积之和。 ● 在主函数中设计代码,用虚函数分别计算这三种图形(圆半径12.7,长方形25.2×15.0,三角形边长51.4×35.5×26.8)的面积,再调用求和函数求这三种图形的面积之和(正确结果13
liangjuxingxiangjiaomianji
- 输入两个矩形,判断两个矩形是否相交,如果相交,计算出相交的面积,不相交返回。-Input the two rectangular determine whether two rectangles intersect if intersect, calculate the area of the intersection of disjoint return.