搜索资源列表
定义抽象基类Shape
- 一个程序,定义抽象基类Shape,由它派生出3个派生类:Circle(圆形)、Rectangle(矩形)、Triangle(三角形),用一个函数printArea分别输出以上三者的面积,3个图形的数据在定义对象时给定。-A program that defines an abstract base class Shape, which it derived three derived classes: Circle (Circular), Rectangle (rectangle), Trian
areajisuan.rar
- 编程计算图形的面积。(程序可计算长方形、正方形和圆形的面积,运行时提示用户选择图形的类型,然后按要求输入相关数据计算面积。,Calculate the area of graphics programming. (Program calculate rectangular, square and round the area, run-time prompts the user to select the type of graph, and then asked to enter the re
xufunction
- 写一个程序,定义抽象基类shape, 由它派生3个基类,Circle(圆),Rectangle(矩形),Trapezoid(梯形)。用虚函数分别计算几种图形的面积,并求他们的和。要求:用基类指针数组,使它的每一个元素指向一个派生类对象-Write a program that defines an abstract base class shape, it is derived from the three basic classes, Circle (round), Rectangle (re
3809413_3805193_1_42
- 已知坐标点求多边形面积,在Excel下实现的简单图形公式,方便学习使用-Known coordinates for the polygon area, in a simple Excel graph under the formula used to facilitate learning
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.
1
- 虚函数实现的图形类,有三角形,矩形,圆,含计算面积的函数-Virtual functions for graphics class, with triangular, rectangular, round, with a function of calculating area
mjjscad
- 自动计算封闭图形面积,并计算图形中所有图形的面积,提高工作效益-Automatic calculation of closed graph area, and calculate the area of graphics for all graphics, improve work efficiency
AreaCalculate
- 输入相关图形的数据,可以得到它的面积 注释很清楚,win7,vs2010调试通过-Input graphics data, you can get its area The comment is very clear, win7, vs2010 debugging by
virtuoso_skill_code
- 用于 cadence virtuoso的skill代码 CCStoggleLayerSel.il 选择LSW对应层上的所有图形 coord.il 得到选择obj的坐标并输出 dataBrowser.il 显示cellview的所有数据 doublesel.il 选择与当前选择的obj相同的其它obj objinfo.il 在virtuoso界面显示鼠标点击选择obj的信息,如W L,面积,Layer,网线名称 Path_Length.il 计算path的长度 P
a
- 关于类的构造,基于各种图形的体积面积等计算-Class constructor, calculated based on the volume of a variety of graphics area of
area
- 题目源自于一个C++课程的大作业,要求处理三角形、矩形和圆形的周长、面积计算问题,要求分别用面向过程和面向对象的方法解决问题。本程序典型得运用了面向过程和面向对象的方法,对面向过程和面向对象的区别做了鲜明的对比。本例可对各图形的输入输出流做了重载,可从控制台或文件输入输出。-Topic from a C + + course big job, required to deal with triangular, rectangular and circular perimeter, area ca
pixeledit
- 图元编辑程序,实现了各种图形的添加删除,面积计算,文件的读取保存及管理。-Primitive editing program, and a variety of graphics add delete, area, preservation and management of the file read.
shiyan
- 编程计算图形的面积。程序可计算圆形、长方形、正方形的面积,运行时先提示用户选择图形的类型,然后,对圆形要求用户输入半径值,对长方形要求用户输入长和宽的值,对正方形要求用户输入边长的值,计算出面积后将其显示出来-Programming calculate the area of the graph. The program calculates the area of the circular, rectangular, square, ru
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
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
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)