10 2021 档案

摘要:#ifndef INFO_HPP #define INFO_HPP #include<iostream> #include<string> #include<vector> using namespace std; class info{ public: info(string a,string b 阅读全文
posted @ 2021-10-27 15:46 姜振晖 阅读(85) 评论(3) 推荐(0)
摘要:#ifndef INFO_HPP #define INFO_HPP #include<iostream> #include<string> #include<vector> using namespace std; class info{ public: info(string a,string b 阅读全文
posted @ 2021-10-26 18:15 姜振晖 阅读(26) 评论(0) 推荐(0)
摘要:实验任务三 #ifndef COMPLEX_HPP #define COMPLEX_HPP #include <iostream> #include<cmath> using namespace std; class Complex { public: Complex():real(0),imag( 阅读全文
posted @ 2021-10-22 20:37 姜振晖 阅读(31) 评论(4) 推荐(0)