摘要: 一、实验内容: 实验任务4: 1.Complex.hpp: #include <iostream> #include <cmath> using namespace std; class Complex { public: Complex(double x = 0, double y = 0) : 阅读全文