会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
YYWZS
博客园
首页
新随笔
联系
订阅
管理
随笔 - 7
文章 - 0
评论 - 4
阅读 -
1007
2018年6月20日
实验7
摘要: 1 #include 2 #include 3 #include 4 #include 5 #include 6 #include 7 using namespace std; 8 struct student{ 9 int id; 10 long long stu_num; 11 string name; 12 ...
阅读全文
posted @ 2018-06-20 22:55 YYWZS
阅读(131)
评论(0)
推荐(0)
2018年6月6日
实验6
摘要: 1 #include 2 using namespace std; 3 class vehicle{ 4 public: 5 vehicle(int m,int w):maxspeed(m),weight(w){ 6 } 7 void run(){ 8 cout 40 using namespac...
阅读全文
posted @ 2018-06-06 16:34 YYWZS
阅读(145)
评论(0)
推荐(0)
2018年5月23日
实验 5 类和对象-3
摘要: vector 6-17 6-18 matrix
阅读全文
posted @ 2018-05-23 15:53 YYWZS
阅读(122)
评论(0)
推荐(0)
2018年4月22日
实验四
摘要: 内容二
阅读全文
posted @ 2018-04-22 14:56 YYWZS
阅读(149)
评论(1)
推荐(0)
2018年4月8日
实验三
摘要: 1 #include<iostream> 2 using namespace std; 3 class rect{ 4 public: 5 rect(float L,float W){ 6 length=L; 7 wide=W; 8 } 9 area_print(){ 10 cout<<length
阅读全文
posted @ 2018-04-08 12:04 YYWZS
阅读(138)
评论(3)
推荐(0)
2018年3月24日
cpp实验二
摘要: ##2-28 ```c #include<iostream> using namespace std;int main(){ char a; while (true) { cout<< "Menu:A(dd) D(elete) S(ort) Q(uit)"<<endl<<"Select one:";
阅读全文
posted @ 2018-03-24 11:58 YYWZS
阅读(122)
评论(0)
推荐(0)
2018年3月15日
cpp实验一
摘要: #include<iostream> using namespace std;int main(){ int a; cin>>a; switch(a) { case(1): case(2): case(3): case(4): case(5): cout<<"workday.Let's work h
阅读全文
posted @ 2018-03-15 21:36 YYWZS
阅读(200)
评论(0)
推荐(1)
公告
昵称:
YYWZS
园龄:
7年2个月
粉丝:
5
关注:
2
<
2025年6月
>
日
一
二
三
四
五
六
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
1
2
3
4
5
6
7
8
9
10
11
12
搜索
常用链接
我的随笔
我的评论
我的参与
最新评论
我的标签
随笔档案
2018年6月(2)
2018年5月(1)
2018年4月(2)
2018年3月(2)
阅读排行榜
1. cpp实验一(200)
2. 实验四(149)
3. 实验6(145)
4. 实验三(138)
5. 实验7(131)
评论排行榜
1. 实验三(3)
2. 实验四(1)
推荐排行榜
1. cpp实验一(1)
最新评论
1. Re:实验四
挺好的
--枫眠
2. Re:实验三
你的错误一楼都指出来了,很好奇你是怎么运行成功的,而且你没有写对类的理解,建议补上。
--折纸真爱厨
3. Re:实验三
还不错。继续加油!
--Anx听风吟
4. Re:实验三
你和27号代码很像。。。
--枫眠
点击右上角即可分享