会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
actddjd
博客园
首页
新随笔
联系
订阅
管理
随笔 - 7
文章 - 0
评论 - 0
阅读 -
182
2022年12月7日
实验6
摘要: task4 task.cpp #include <iostream> #include "Vector.hpp" void test() { using namespace std; int n; cin >> n; Vector<double> x1(n); for(auto i = 0; i <
阅读全文
posted @ 2022-12-07 08:41 MRchenyuheng
阅读(26)
评论(0)
推荐(0)
2022年11月28日
实验5
摘要: task4 main.cpp #include <iostream> #include "pets.hpp" void play(MachinePets &obj) { std::cout << obj.get_nickname() << " says " << obj.talk() << std:
阅读全文
posted @ 2022-11-28 21:29 MRchenyuheng
阅读(30)
评论(0)
推荐(0)
2022年11月8日
实验四
摘要: #1cpp #include<iostream> #include"point.hpp" #include<vector> using namespace std; void test1() { int n; cin >> n; vector<Point> x(n); x.at(0).show();
阅读全文
posted @ 2022-11-08 23:13 MRchenyuheng
阅读(21)
评论(0)
推荐(0)
2022年10月19日
实验三
摘要: #实验任务一 model 1 #include <iostream> using std::cout; using std::endl; // 类A的定义 class A{ public: A(int x0, int y0): x{ x0 }, y{ y0 } {} void show() cons
阅读全文
posted @ 2022-10-19 16:39 MRchenyuheng
阅读(24)
评论(0)
推荐(0)
2022年10月13日
实验二
摘要: 实验二 实验任务1 #include <iostream> #include <complex> int main() { using namespace std; complex<double> c1{3,4} , c2{4.5}; const complex<double> c3{c2}; co
阅读全文
posted @ 2022-10-13 22:00 MRchenyuheng
阅读(30)
评论(0)
推荐(0)
2022年9月28日
实验1
摘要: Test 1 #include<iostream> #include<cstring> #include<vector> using namespace std; int main() { string s1; string s2{"c plus plus"}; string s3{s2}; str
阅读全文
posted @ 2022-09-28 20:53 MRchenyuheng
阅读(33)
评论(0)
推荐(0)
2022年9月26日
hello
摘要: welcome to my blogs!
阅读全文
posted @ 2022-09-26 11:01 MRchenyuheng
阅读(18)
评论(0)
推荐(1)
公告
昵称:
MRchenyuheng
园龄:
2年9个月
粉丝:
1
关注:
3
+加关注
<
2025年7月
>
日
一
二
三
四
五
六
29
30
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
31
1
2
3
4
5
6
7
8
9
搜索
常用链接
我的随笔
我的评论
我的参与
最新评论
我的标签
随笔档案
2022年12月(1)
2022年11月(2)
2022年10月(2)
2022年9月(2)
阅读排行榜
1. 实验1(33)
2. 实验5(30)
3. 实验二(30)
4. 实验6(26)
5. 实验三(24)
推荐排行榜
1. hello(1)
点击右上角即可分享