会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
gycgy
博客园
首页
新随笔
联系
订阅
管理
2023年12月18日
实验6
摘要: #include <iostream> #include "Vector.hpp" void test() { using namespace std; int n; cin >> n; Vector<double> x1(n); for (auto i = 0; i < n; ++i) x1.at
阅读全文
posted @ 2023-12-18 09:42 骑美利达的猪
阅读(18)
评论(0)
推荐(0)
2023年12月1日
实验5
摘要: #program once #include<iostream> #include<string> using namespace std; class TextCoder{ private: string text; void encoder(); #include "textcoder.hpp"
阅读全文
posted @ 2023-12-01 09:55 骑美利达的猪
阅读(26)
评论(0)
推荐(0)
2023年11月5日
实验 3
摘要: 1. hpp #include <iostream> using std::cout; using std::endl; class Point { public: Point(int x0 = 0, int y0 = 0); ~Point() = default; int get_x() cons
阅读全文
posted @ 2023-11-05 21:43 骑美利达的猪
阅读(25)
评论(0)
推荐(0)
2023年10月22日
实验 2
摘要: task 3: task 4: task 5:
阅读全文
posted @ 2023-10-22 23:57 骑美利达的猪
阅读(20)
评论(0)
推荐(0)
2023年10月19日
实验1 类和对象
摘要: task 1: #include <iostream> #include <string> #include <vector> #include <array> template<typename T> void output1(const T &obj) { for (auto i : obj)
阅读全文
posted @ 2023-10-19 23:44 骑美利达的猪
阅读(28)
评论(0)
推荐(0)
公告