11 2021 档案

摘要:实验任务二 #程序源码 1 #include <iostream> 2 #include <typeinfo> 3 4 // definitation of Graph 5 class Graph 6 { 7 public: 8 virtual void draw() { std::cout << 阅读全文
posted @ 2021-11-24 01:04 曾经蜡笔没有小新i 阅读(57) 评论(2) 推荐(0)
摘要:实验任务四 vector_int.hpp 1 #ifndef VECTOR_INT_HPP 2 #define VECTOR_INT_HPP 3 #include<iostream> 4 #include<cassert> 5 6 using namespace std; 7 class Vecto 阅读全文
posted @ 2021-11-02 22:22 曾经蜡笔没有小新i 阅读(56) 评论(2) 推荐(0)