10 2021 档案

摘要:实验任务5 #ifndef INFO_HPP #define INFO_HPP #include<iostream> #include<string> using namespace std; struct Info{ public: Info(string nn0="a",string c0="b 阅读全文
posted @ 2021-10-27 15:59 sensenzd 阅读(117) 评论(3) 推荐(0)
摘要:实验结论 实验任务3 #ifndef COMPLEX_HPP #define COMPLEX_HPP #include <iostream> #include <cmath> using namespace std; class Complex{ public: Complex(double a=0 阅读全文
posted @ 2021-10-22 23:44 sensenzd 阅读(56) 评论(4) 推荐(0)