一、complex类 1、内联函数 class complex { public: complex(double r=0,double i=0):re(r),im(i){} complex& operator += (const complex&); double real () const {re Read More
posted @ 2025-11-09 22:37 cswft Views(4) Comments(0) Diggs(0)