10 2022 档案
摘要:实验五 代码: info.hpp: #pragma once #include<iostream> using namespace std; class info{ public: info(string ni="",string co="",string ci="",int n0=0):nickn
阅读全文
摘要:实验二任务四 代码: Complex.hpp: #pragma once #include<iostream> #include"math.h" using namespace std; class Complex{ public: Complex(double r = 0.0,double i =
阅读全文
摘要:实验二: 代码如下: #include<iostream> using namespace std; class Point{ public: Point(int x0 = 0, int y0 = 0); Point(const Point &p); ~Point()=default; int ge
阅读全文

浙公网安备 33010602011771号