12 2024 档案

摘要:1.实验任务4 Vector.hpp源代码: 点击查看代码 #pragma once #include <iostream> #include <stdexcept> #include <algorithm> // for std::copy template <typename T> class 阅读全文
posted @ 2024-12-17 14:44 雪藏的熊 阅读(4) 评论(0) 推荐(0) 编辑
摘要:实验任务3 程序源码: pets.hpp: 点击查看代码 #pragma once #include <iostream> #include <string> using std::cout; using std::endl; using std::string; class MachinePets 阅读全文
posted @ 2024-12-03 20:27 雪藏的熊 阅读(4) 评论(0) 推荐(0) 编辑