摘要: 实验4 实验结论: 实验任务1: 源码: GradeCalc.hpp #pragma once #include <vector> #include <array> #include <string> class GradeCalc { public: GradeCalc(const std::st 阅读全文
posted @ 2025-11-30 18:54 .Maring 阅读(3) 评论(0) 推荐(0)
摘要: 实验3 实验结论: 实验任务1: 源码: button.hpp #pragma once #include <iostream> #include <string> class Button { public: Button(const std::string &label_); const std 阅读全文
posted @ 2025-11-22 15:46 .Maring 阅读(6) 评论(1) 推荐(0)
摘要: 实验2 实验结论: 实验任务1: 源码: T.h #pragma once #include <string> class T { public: T(int x = 0, int y = 0); T(const T &t); T(T &&t); ~T(); static const std::st 阅读全文
posted @ 2025-10-26 18:02 .Maring 阅读(15) 评论(1) 推荐(0)
摘要: 实验结论 实验任务一 : task1.cpp: #include <iostream> #include <string> #include <vector> #include <algorithm> template <typename T> void output(const T &c); vo 阅读全文
posted @ 2025-10-12 23:11 .Maring 阅读(18) 评论(1) 推荐(0)
摘要: https://www.cnblogs.com/xiabanglu 阅读全文
posted @ 2025-10-12 22:14 .Maring 阅读(7) 评论(0) 推荐(0)