题目
定义一个复数类,实现两个复数相加.
并把它显示出来.用操作符重载.
并把它显示出来.用操作符重载.
提问时间:2020-06-15
答案
你很幸运!我正好有个现成的.
namespace CeshiFushu
{
class Program
{
static void Main(string[] args)
{
Fushu fs1 = new Fushu(5,3);
Fushu fs2 = new Fushu(7,4);
Fushu fs3 = fs1 + fs2;
Console.WriteLine("实部的值是:{0}",fs3.shibu);
Console.WriteLine("虚部的值是:{0}",fs3.xubu);
Console.ReadLine();
}
}
class Fushu
{
public int shibu;//复数的实部
public int xubu;//复数的虚部
public Fushu(int a,int b)
{
this.shibu = a;
this.xubu = b;
}
public static Fushu operator +(Fushu FS1,Fushu FS2)
{
return new Fushu(FS1.shibu + FS2.shibu,FS1.xubu + FS2.xubu);
}
}
}
namespace CeshiFushu
{
class Program
{
static void Main(string[] args)
{
Fushu fs1 = new Fushu(5,3);
Fushu fs2 = new Fushu(7,4);
Fushu fs3 = fs1 + fs2;
Console.WriteLine("实部的值是:{0}",fs3.shibu);
Console.WriteLine("虚部的值是:{0}",fs3.xubu);
Console.ReadLine();
}
}
class Fushu
{
public int shibu;//复数的实部
public int xubu;//复数的虚部
public Fushu(int a,int b)
{
this.shibu = a;
this.xubu = b;
}
public static Fushu operator +(Fushu FS1,Fushu FS2)
{
return new Fushu(FS1.shibu + FS2.shibu,FS1.xubu + FS2.xubu);
}
}
}
举一反三
已知函数f(x)=x,g(x)=alnx,a∈R.若曲线y=f(x)与曲线y=g(x)相交,且在交点处有相同的切线,求a的值和该切线方程.
我想写一篇关于奥巴马的演讲的文章,写哪一篇好呢?为什么好
奥巴马演讲不用看稿子.为什么中国领导演讲要看?
想找英语初三上学期的首字母填空练习……
英语翻译
最新试题
热门考点
- 1, I heard a song, my old tears came down, Because of this song, together we listened to sing.翻译
- 2长江流域都有哪些河流?
- 3林肯公园 in the end的歌词中文翻译.
- 4板块运动与地址构造、火山活动、地震活动的关系?
- 5tdx-01色谱柱可以分析甲烷含量吗,使用FID检测器
- 6寓言 月亮和她的妈妈
- 7已知p(2,2)在反比例函数y=k/x(k≠0)的图象上,如果函数值y的取值范围是y≥3,则自变量x的取值范围是?
- 8初二《老山界》红军翻山中经历了哪些困难
- 9钟表在整点时,时针与分针的夹角会出现5种度数相等的情况,请分别写出它们的度数_.
- 10what does Jane do on September?英文翻译