10 2021 档案
摘要:实验任务5 Info.hpp #include<iostream> #include<string> using namespace std; class Info{ public: Info(string name = "",string con = "",string ci = "",int n
阅读全文
摘要:实验任务3 "Complex.hpp" #include<iostream> #include<cmath> using namespace std; class Complex { public: Complex(double a = 0,double b = 0):real{a},imag{b}
阅读全文
浙公网安备 33010602011771号