会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
葱花馒头
博客园
首页
新随笔
联系
订阅
管理
2021年12月15日
实验5
摘要: task2 hpp #ifndef PERSON_HPP #define PERSON_HPP #include <iostream> #include <string> #include <iomanip> using namespace std; class Person{ public: Pe
阅读全文
posted @ 2021-12-15 00:30 黄金派大星
阅读(24)
评论(4)
推荐(0)
2021年12月1日
实验4
摘要: task3 Battery.hpp #ifndef BATTERY_HPP #define BATTERY_HPP #include<bits/stdc++.h> using namespace std; class Battery { public: Battery(int a=70):capac
阅读全文
posted @ 2021-12-01 10:49 黄金派大星
阅读(24)
评论(3)
推荐(0)
2021年11月9日
实验3
摘要: task4 hpp #ifndef VECTOR_INT_HPP #define VECTOR_INT_HPP #include<bits/stdc++.h> using namespace std; class Vector_int { public: Vector_int(int size,in
阅读全文
posted @ 2021-11-09 22:44 黄金派大星
阅读(15)
评论(3)
推荐(0)
2021年11月3日
实验2
摘要: task5 hpp: #ifndef INFO_HPP #define INFO_HPP #include<bits/stdc++.h> #include<vector> using namespace std; class Info { public: Info()=default; Info(s
阅读全文
posted @ 2021-11-03 15:04 黄金派大星
阅读(23)
评论(3)
推荐(0)
2021年10月24日
实验一类与对象
摘要: task3 Complex.cpp #ifndef COMPLEX_HPP #define COMPLEX_HPP #include<bits/stdc++.h> using namespace std; class Complex { public: Complex(); Complex (dou
阅读全文
posted @ 2021-10-24 15:09 黄金派大星
阅读(34)
评论(3)
推荐(0)
公告