04 2019 档案

摘要:part2 #include <iostream> #include "graph.h" using namespace std; int main() { Graph graph1('*',5); graph1.draw(); system("pause"); system("cls"); Gra 阅读全文
posted @ 2019-04-23 23:06 鸿崽 阅读(84) 评论(0) 推荐(0)
摘要:#include #include using namespace std; class Complex{ public: Complex(double real0,double imaginary0); Complex(double real0); Complex(Complex &a); void add(Comp... 阅读全文
posted @ 2019-04-01 16:47 鸿崽 阅读(78) 评论(0) 推荐(0)