会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
actddjd
博客园
首页
新随笔
联系
订阅
管理
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)
公告
点击右上角即可分享