12 2024 档案
实验六
摘要:task4 代码 Vector.hpp 点击查看代码 #pragma once #include<iostream> #include<stdexcept> using namespace std; template <typename T> class Vector { public: Vecto 阅读全文
posted @ 2024-12-21 19:06 熊二不晚安 阅读(3) 评论(0) 推荐(0)
实验五
摘要:任务三: 测试代码> pets.hpp 点击查看代码 #pragma once #include<iostream> #include<string> using namespace std; class MachinePets { public: MachinePets(const string& 阅读全文
posted @ 2024-12-07 17:51 熊二不晚安 阅读(4) 评论(0) 推荐(0)