搜索资源列表
jifenqi
- 可以实现对给定的图形求积分,以获得其图形面积-can achieve given the right graphics quadratures to get its graphics area
C++开发图形计算程序
- 编写C++程序完成以下功能: (1) 定义一个Point类,其属性包括点的坐标,提供计算两点之间距离的方法; (2) 定义一个矩形类,其属性包括左上角和右下角两个点,提供计算面积的方法; (3) 创建一个矩形对象,提示用户输入矩形左上角和右下角的坐标; (4) 观察矩形对象以及Point类成员的构造函数与析构函数的调用; (5) 计算其面积,并输出。 -Write C++ program performs the following functions: (1
3
- 函数重载应用,要求:1.定义函数1.圆(输入半径)、2.长方形(输入长与宽)、3.正方形(输入边长)、4.扇形的面积(输入圆心角与半径); ② 给用户提示1.圆、2.长方形、3.正方形、4.扇形的面积、0.退出; ③ 根据用户选择提示输入的函数参数; ④ 计算图形面积,并显示。-Function overloading application requirements: 1. Defined function 1. Circle (input radius),
photo
- (1)定义一个抽象基类Shape,同它派生出5个类:圆、正方形、矩形、梯形、三角形。 (2)利用虚函数计算几种图形面积。 (3)演示构造函数、复制构造函数、析构函数的作用和调用顺序 (4)用类模板具体实现。 (5)利用MFC类库在图形用户界面上绘制及修改这些图形,采用对话框输入输出图形的基本属性 (6)用文件保存图形信息,且能够从文件中读取并作相应处理-(1) the definition of an abstract base class Shape, with its d
computeArea
- 给出四个简单的图形,计算图形面积:三角形,矩形,圆,梯形-compute the area of four different shapes:triangle,rectangle,circle and trapezium,
areaCalculate
- 计算几种图形面积的简单程序,用来练习对象与继承-A simple calculation of an area of several graphics programs used to practice the object and inheritance
zy
- 这是一个计算各种图形面积的java程序,可在里面增加图形来计算,实现简单。-This is a calculated area of a variety of graphical java program, you can increase the graphics to calculate the inside to achieve simple.
purevirtualfunctions
- 运算符重载以及利用纯虚函数实现多态性设计一个计算图形面积的类库-Operator overloading and the use of pure virtual functions to achieve polymorphism in the area to design a graphics library computing
area
- 关于三角形,圆形,正方形三类图形面积计算的基本程序编程-On the triangle, circle, square area calculation of the basic three types of graphical programming
mjjscad
- 自动计算封闭图形面积,并计算图形中所有图形的面积,提高工作效益-Automatic calculation of closed graph area, and calculate the area of graphics for all graphics, improve work efficiency
TIF
- 一段小程序,计算图形面积的,我觉得很有用,谢谢啦!-A small program to calculate the area of graphics, I think very useful, thank you!
DrawSystem
- 通过椭圆类 点类 长方形类 等算出图形面积端点坐标-calculate area
ledfilter
- 读取多个文件夹中的文本文档数据,然后对数据进行排序,最后实现计算图形面积-Read the text document data in multiple files in the folder, and then sort the data, and the final realization of the computer graphics area
lab2_3
- 计算图形面积,圆形,正方形,长方形,还有其他得意些图形-Calculate the graphics area
matlab
- 常见使用函数,利用积分求图形面积,函数可移植性强,有助于matlab学习,并也可直接利用。-By using matlab integral area
20130421170010504056
- 声明抽象基类Shape,由它派生出3个子类:Circle(圆形)、Rectangle(矩形)、Triangle(三角形),用一个函数printArea分别求出以上三者的面积,三个图形的数据在定义对象时给定。再设计一个函数sumArea,求出三个图形面积之和。要求用基类指针数组,使它的每一个元素指向一个派生类对象。-Declares an abstract base class Shape, three sub-classes derived from it: Circle (round), Re
Area_caculation
- 图形面积小计算:双浮点型的上底、下底、高,利用(上底+下底)*高/2的公式计算梯形面积;同样,用长*宽的公式计算矩形面积。-Graphic area is small calculation: double floating-point type on the bottom, under the bottom, the high, the use of (+ down on the bottom end)* High/2 formula trapezoid area Similarly, us
main
- 新建一个基类shape类是一个表示形状的抽象类,area( )为求图形面积的函数。请从shape类派出矩形类(rectangle)、三角形类(triangle)、圆类(circles)、并给出具体的求面积函数。-Create a new class is a base class shape represents the shape of an abstract class, area () function for the sake of the graphic area. Please se
circle
- 设计一个计算图形面积的类库。它的顶层是一个抽象类,并且提供三个纯虚函数:显示数据成员、返回面积和返回体积。
tj
- 在CAD选择封闭图形,可自动标注图形面积并输出到EXCEL(Auto mark graphics area and output to EXCEL)