会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
芍灸
博客园
首页
新随笔
联系
订阅
管理
2021年12月15日
实验五
摘要: task2.cpp #include <iostream> #include <fstream> #include <vector> #include "Person.hpp" int main() { using namespace std; vector<Person> phone_book;
阅读全文
posted @ 2021-12-15 00:25 芍灸
阅读(25)
评论(2)
推荐(0)
2021年11月27日
实验四
摘要: task2 程序源码 #include <iostream> #include <typeinfo> // definitation of Graph class Graph { public: void draw() { std::cout << "Graph::draw() : just as
阅读全文
posted @ 2021-11-27 20:59 芍灸
阅读(32)
评论(1)
推荐(0)
2021年11月8日
实验三
摘要: vector_int.hpp #include <iostream> #include <iomanip> #include <string> #include <cstdlib> #include <cassert> using namespace std; class Vector_int {
阅读全文
posted @ 2021-11-08 19:54 芍灸
阅读(21)
评论(2)
推荐(0)
2021年10月31日
实验二
摘要: info.hpp #include <iostream> #include <iomanip> #include <string> using namespace std; class Info { private: string nickname,contact,city; int n; publ
阅读全文
posted @ 2021-10-31 10:25 芍灸
阅读(25)
评论(3)
推荐(0)
2021年10月25日
实验报告一
摘要: #include<iostream> #include<math.h> using namespace std; class Complex { private: double a,b; public: Complex(); Complex(double a1); Complex(double a1
阅读全文
posted @ 2021-10-25 22:46 芍灸
阅读(51)
评论(3)
推荐(0)
公告