10 2021 档案

摘要:四、实验结论 2. 实验任务5 Info.hpp文件源码: #ifndef INFO_HPP #define INFO_HPP #include<iostream> #include<iomanip> using namespace std; class Info{ public: Info(); 阅读全文
posted @ 2021-10-31 13:56 三面硬币 阅读(19) 评论(3) 推荐(0)
摘要:Complex.hpp #ifndef COMPLEX_HPP #define COMPLEX_HPP #include<iostream> #include<cmath> using namespace std; class Complex{ public: Complex(): real{0}, 阅读全文
posted @ 2021-10-24 21:40 三面硬币 阅读(19) 评论(2) 推荐(0)