题目
定义一个Point类并用成员函数 double Distance(const& Point)求两点间距离
#include
#include
using namespace std;
class Point
{
private:
double X,Y;
public:
Point(double x,double y)
{
X=x;
Y=y;
}//构造函数
double GetX()
{
return X;
}
double GetY()
{
return Y;
}
double Distance(const& Point)
{ double d;
return d=sqrt((Point.X-X)*(Point.X-X)+(Point.Y-Y)*(Point.Y-Y));
}
void show()
{
cout
#include
#include
using namespace std;
class Point
{
private:
double X,Y;
public:
Point(double x,double y)
{
X=x;
Y=y;
}//构造函数
double GetX()
{
return X;
}
double GetY()
{
return Y;
}
double Distance(const& Point)
{ double d;
return d=sqrt((Point.X-X)*(Point.X-X)+(Point.Y-Y)*(Point.Y-Y));
}
void show()
{
cout
提问时间:2021-03-27
答案
#include
#include
using namespace std;
class Point
{
private:
double X,Y;
public:
Point(double x,double y)
{
X=x;
Y=y;
}//构造函数
double GetX()
{
return X;
}
double GetY()
{
return Y;
}
double Distance(const Point &p) //传入对象引用
{
return sqrt((X-p.X)*(X-p.X)+(Y-p.Y)*(Y-p.Y));
}
void show(const Point &p)
{
cout
#include
using namespace std;
class Point
{
private:
double X,Y;
public:
Point(double x,double y)
{
X=x;
Y=y;
}//构造函数
double GetX()
{
return X;
}
double GetY()
{
return Y;
}
double Distance(const Point &p) //传入对象引用
{
return sqrt((X-p.X)*(X-p.X)+(Y-p.Y)*(Y-p.Y));
}
void show(const Point &p)
{
cout
举一反三
我想写一篇关于奥巴马的演讲的文章,写哪一篇好呢?为什么好
奥巴马演讲不用看稿子.为什么中国领导演讲要看?
想找英语初三上学期的首字母填空练习……
英语翻译
1,人们染上烟瘾,最终因吸烟使自己丧命.
最新试题
- 1IN THE PIT怎么样
- 2六年级的96名学生都订阅了刊物,有2/3的人订阅了《智力开发报》,有1/2的人订阅了《小学生报》,两种刊物都订阅了的有多少人?
- 3强强从学校去街心公园,每小时走4.8千米,0.5小时可以到达;如果每小时只走3.2千米,要多少小时才能到达?
- 4-12xy*3x^2y-x^2y*(-3xy)
- 5英语:对道歉,道谢,请求等问题的回答方式
- 6邻补角的数量关系是什么?
- 7半径为r的金属圆环竖直放置,环上套有一质量为m的小球
- 80.4个标准大气压相当于多少Pa
- 9七年级上册英语书P53页(2b)中文翻译!(人民教育出版社)
- 10在长20厘米、宽8厘米的长方形铁皮里挖去两个面积最大的圆,剩下的面积是多少平方厘米?
热门考点
- 1椭圆怎么画的?要具体画法
- 2Your hometown是什么意思?
- 3海口到三亚全程340千米,一辆客车4.2小时行完全程,一辆小汽车3.5小时行完全程.客车的速度比小轿车的速
- 4单质在常温下呈液态的金属有?非金属有?
- 5能给我一篇500字左右描写雨的散文吗?
- 6记忆“铜绿"的文字表达式极现象
- 7爱能包容大千世界,爱能使千差万别,迥异不同的人和谐相处.仿句 恨
- 8电源电压为6V,当开关S闭合时,电流表的示数为0.5A.如果电阻R2的阻值为6Ω,1)求通过电阻R2的电流和电功率.
- 9有几个英语句子没看懂,麻烦解释下
- 10tom told the teacher the reason _for which___he was late again