11 2024 档案

摘要:任务2: 源代码: Gradecalc.hpp: #include <iostream> #include <vector> #include <string> #include <algorithm> #include <numeric> #include <iomanip> using std: 阅读全文
posted @ 2024-11-24 16:17 相梓文 阅读(4) 评论(0) 推荐(0) 编辑
摘要:任务1: 源代码: button.hpp: #pragma once #include <iostream> #include <string> using std::string; using std::cout; // 按钮类 class Button { public: Button(cons 阅读全文
posted @ 2024-11-10 19:49 相梓文 阅读(8) 评论(0) 推荐(0) 编辑