摘要: 对我来说实验难度较大,难以独自完成,还需要多看多练。 阅读全文
posted @ 2018-06-20 16:10 我想我成为你的 阅读(259) 评论(0) 推荐(0) 编辑
摘要: #include using namespace std; class Base1{ public: Base1(int a,int b) { cout>x>>y; A(x,y); B(x,y); C(x,y); return 0; } #include using namespace std; class vehicle{ pub... 阅读全文
posted @ 2018-06-06 16:24 我想我成为你的 阅读(192) 评论(1) 推荐(0) 编辑
摘要: matrix类编译出错,还没有解决;还不能独立解决问题,还需要多次的练习。 阅读全文
posted @ 2018-05-23 17:31 我想我成为你的 阅读(165) 评论(0) 推荐(0) 编辑
摘要: 第一题:共有n行,第i行前后各有n-i个空格,2i-1个符号。 这次实验我还不能做到单独解题,对类的应用还不熟练,还要多练习。 阅读全文
posted @ 2018-04-23 12:50 我想我成为你的 阅读(99) 评论(1) 推荐(0) 编辑
摘要: 第一题:共有n行,第i行前后各有n-i个空格、2i-1个符号。 这次实验我还不能做到单独结题,对类的应用还不熟练,还需要多练习。 阅读全文
posted @ 2018-04-22 15:26 我想我成为你的 阅读(125) 评论(3) 推荐(0) 编辑
摘要: 4-11 #include <iostream.h> using namespace std; class Rectangle { public: Rectangle(float length, float width) { Length = length; Width = width; } dou 阅读全文
posted @ 2018-04-08 10:08 我想我成为你的 阅读(138) 评论(7) 推荐(0) 编辑
摘要: 这次作业我不是我不是很会,在参考了别人的思路之后,可以慢慢的写出程序,还要勤加练习。 阅读全文
posted @ 2018-03-25 19:18 我想我成为你的 阅读(131) 评论(8) 推荐(1) 编辑
摘要: 第一题框架完全一样,只更改输出内容没有难度。 第二题一开始完全没有思路,后来听了别人的思路,仍然用了20min才写好程序。 这表明在程序设计方面,思路与动手实践我都存在着不少问题,以后要多加练习。 阅读全文
posted @ 2018-03-25 18:24 我想我成为你的 阅读(126) 评论(6) 推荐(1) 编辑