• 2022-06-17
    编写复数类CComplex,实现整数与实数,复数与复数之间的加.减.乘等各种基本运算
  • #include#include#includeclassCComplex{public:frienddoublereal(constCComplex&);frienddoubleimag(constCComplex&);friendCComplexoperator+(constCComplex&,constCComplex&);friendCComplex...

    内容

    • 0

      复数与任意复数的加法运算满足:

    • 1

      整数、浮点数与复数间采用运算符运算,哪个选项是运算结果的数据类型? A: 整数 B: 浮点数 C: 复数 D: 类型不确定

    • 2

      复数的乘、除运算用复数的代数形式表示比较方便()

    • 3

      频域抽取基2FFT 算法的蝶形运算规律是先进行复数乘法,然后再进行复数加(减)法。

    • 4

      ‎整数型、浮点数型和复数型数据在一起混合运算的时候,Python会进行一种默认的数据类型转换,选项____________正确表示了这种类型转换的关系。‍ A: 整数->浮点数->复数 B: 整数->复数->浮点数 C: 复数->浮点数->整数 D: 浮点数->复数->整数