10 2021 档案

摘要:实验任务5 info.hpp #ifndef INFO_HPP #define INFO_HPP #include<iostream> #include<string> #include<vector> using namespace std; class info{ public: info(st 阅读全文
posted @ 2021-10-30 17:28 yami123 阅读(50) 评论(3) 推荐(0)
摘要:实验任务3 Complex.hpp #ifndef COMPLEX_HPP #define COMPLEX_HPP #include<iostream> #include<cmath> using namespace std; class Complex { public: Complex(); C 阅读全文
posted @ 2021-10-23 16:52 yami123 阅读(63) 评论(3) 推荐(0)