10 2021 档案

摘要:实验任务5 info.h #ifndef INFO_H #define INFO_H #include<iostream> #include<vector> #include<array> using namespace std; class info { public: info(string a 阅读全文
posted @ 2021-10-30 22:30 HJ5623 阅读(55) 评论(3) 推荐(0)
摘要:实验结论: 实验任务3: Complex.h源码 #ifndef COMPLEX_HPP #define COMPLEX_HPP #include<cmath> #include<iostream> using namespace std; class Complex { public: Compl 阅读全文
posted @ 2021-10-22 23:24 HJ5623 阅读(61) 评论(4) 推荐(0)