10 2022 档案

摘要:实验任务5: task5.hpp: #pragma once #include <iostream> #include <vector> #include <string> using namespace std; class Info{ public: Info(string name, stri 阅读全文
posted @ 2022-10-19 16:38 彭鑫宇 阅读(124) 评论(0) 推荐(0) 编辑
摘要:实验任务4: task4.hpp: #pragma once #include<iostream> #include<math.h> using namespace std; class Complex { public: Complex() :real{ 0 }, imag{ 0 } {} ~Co 阅读全文
posted @ 2022-10-13 23:45 彭鑫宇 阅读(19) 评论(0) 推荐(0) 编辑