c++中点线圆的类定义及继承

c++中点线圆的类定义及继承

ID:15399395

大小:32.50 KB

页数:4页

时间:2018-08-03

c++中点线圆的类定义及继承_第1页
c++中点线圆的类定义及继承_第2页
c++中点线圆的类定义及继承_第3页
c++中点线圆的类定义及继承_第4页
资源描述:

《c++中点线圆的类定义及继承》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库

1、/*#include#includeusingnamespacestd;classPoint{private:floatx,y;public:Point(){}Point(floata,floatb):x(a),y(b){}Point(Point&a);floatDistance(Pointb);};Point::Point(Point&a){x=a.x;y=a.y;}floatPoint::Distance(Pointb){returnsqrt((x-b.x)*(x-b.x)+(y-b.

2、y)*(y-b.y));}classLine:publicPoint{private:Pointa,b;public:Line(floatx1,floaty1,floatx2,floaty2):a(x1,y1),b(x2,y2){}floatDisplay();};floatLine::Display(){returna.Distance(b);}intmain(){Pointa;Pointb(7.8,9.8),c(34.5,67.8);a=c;cout<<"两点之间距离是:"<

3、ines(7.8,8.34,34.5,67.8);cout<usingnamespacestd;#includeclassPoint{public:doublex;doubley;Point(){}Point(doublexx,doubleyy){x=xx;y=yy;}~Point(){}doubleGetX(){returnx;}doubleGetY(){returny;}virtualShow(){cout<<

4、"thepointis("<

5、int{public:PointPa;PointPb;Line(){}Line(Pointpa,Pointpb){Pa=pa;Pb=pb;};doubleGetLineLengh()//获取直线长度{doubleLx=(Pb.GetX()-Pa.GetX())*(Pb.GetX()-Pa.GetX());doubleLy=(Pb.GetY()-Pa.GetY())*(Pb.GetY()-Pa.GetY());returnsqrt(Lx+Ly);}virtualShow(){cout<<"thelengthbetweenPa

6、andPbis"<

7、GetX()-Pc.GetX()));doubleLy2=(abs(Pa.GetY()-Pc.GetY()))*(abs(Pa.GetY()-Pc.GetY()));returnsqrt((double)(Lx2+Ly2));}doubleRect::GetRectS(){returnLx2*Ly2;}voidmain(){PointPa;PointPb;Lineab(Pa,Pb);cout<<"pleaseenterpointPa"<>Pa.x;cin>>Pa.y;Pa.Show();cout<<"p

8、leaseenterpointPb"<>Pb.x;cin>>Pb.y;Pb.Show();ab.Show();}/*voidmain(){PointPa(1,2);PointPb(2,3);PointPc(1,1);PointPd(3,1);Lineobj1(Pa,Pb);Recto

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。