声明复数类complx,该类中有两个私有变量real,image分别表示一个复数的实部和虚部, - 爱问答

(爱问答)

声明复数类complx,该类中有两个私有变量real,image分别表示一个复数的实部和虚部,

为complex类添加适当的构造类函数,并使用友元函数add实现复数加法

很基础的类定义(若是C++的)

class complex
{
   public:
       friend complex add(complex &x,complex &y);

       complex()
       {
           real = 0.0;
           imag = 0.0;
       }
       complex(float x, float y)
       {
           real = x;
           imag = y;
       }

   private:
       float real;
       float imag;
};
complex add(complex &x,complex &y)
{
   return complex( x.real+y.real,x.imag+y.imag);
}


下一篇:UKcloudme登录指定账号是什么

上一篇:加千兆路由器后网络上传速度变慢怎么办

热门标签:
excel 网盘 破解 word dll
最新更新:
微软重新评估新的Outlook的使用时机 联想推出搭载联发科Helio G80芯片组的Tab M9平板 英特尔创新大赛时间确定! 微软Edge浏览器在稳定渠道中推出Workspaces功能 英伟达RTX4060TiGPU推出MaxSun动漫主题! 谷歌地图为用户提供了街景服务! GameSir 在T4 Kaleid中推出了一款出色的控制器! 微软开始在Windows 11 中测试其画图应用程序的新深色模式! LG电子推出全球首款无线OLED电视 英伟达人工智能芯片崭露头角! Steam Deck可以玩什么游戏-Steam Deck价格限时优惠 雷蛇推出CobraPro鼠标 Kindle电子阅读器可以访问谷歌商店吗 Windows10如何加入组策略 window10图片查看器怎么没有了?