10 2021 档案

摘要:# ifndef INFO_H # define INFO_H # include <iostream> # include <string> using namespace std; class info { public: info(string a = " ", string b = " ", 阅读全文
posted @ 2021-10-29 20:30 wjsx 阅读(52) 评论(3) 推荐(0)
摘要:孙逊 202083290303 阅读全文
posted @ 2021-10-27 17:13 wjsx 阅读(26) 评论(0) 推荐(0)
摘要:# ifndef COMPLEX_H #define COMPLEX_H # include <iostream> # include <cmath> class Complex{ public: Complex(double a=0,double b=0): real(a),imag(b) {} 阅读全文
posted @ 2021-10-22 11:14 wjsx 阅读(71) 评论(3) 推荐(0)