12 2024 档案

摘要:实验任务4 Vector.hpp源代码 #pragma once #include <iostream> #include <stdexcept> using namespace std; template<typename T> class Vector { public: Vector(int 阅读全文
posted @ 2024-12-22 15:53 奇衡幽弥 阅读(3) 评论(0) 推荐(0) 编辑
摘要:实验任务3 pets.hpp源码 #pragma once #include<iostream> #include<string> using namespace std; class MachinePets{ private: string nickname; public: MachinePet 阅读全文
posted @ 2024-12-05 23:11 奇衡幽弥 阅读(5) 评论(0) 推荐(0) 编辑