摘要: 一 机械宠物 #include <iostream> #include "MachinePets.h" #include "Petcats.h" #include "Petdogs.h" using namespace std; void play(MachinePets *m){ cout<<m- 阅读全文
posted @ 2019-06-04 12:48 陈昱霖 阅读(91) 评论(1) 推荐(0)
摘要: Part 2 Part 1 Part3 能力有限 做不出来 阅读全文
posted @ 2019-04-23 21:05 陈昱霖 阅读(65) 评论(0) 推荐(0)
摘要: #include using namespace std; class Complex { public: Complex(float r1,float i1); Complex(float r1); void add(Complex c); void show(); private: float r; float i; }; Complex::Complex(float r1,float ... 阅读全文
posted @ 2019-04-02 20:19 陈昱霖 阅读(95) 评论(0) 推荐(0)
摘要: 函数重载练习程序 快速排序函数 类的定义、实现和使用编程 实验总结: 对于快速排序不太掌握,参考了网上的资料。程序二以及程序三有难度,依靠老师给的框架也难有进度,结合资料才勉强完成,会继续努力。 阅读全文
posted @ 2019-03-26 17:59 陈昱霖 阅读(123) 评论(1) 推荐(0)
摘要: 2-28 2-29 2-34 阅读全文
posted @ 2019-03-19 15:04 陈昱霖 阅读(90) 评论(1) 推荐(0)