11 2024 档案
摘要:1. 实验任务1 验证性实验 2. 实验任务2 GradeCalc.hpp源代码: #include <iostream> #include <vector> #include <string> #include <algorithm> #include <numeric> #include <io
阅读全文
摘要:1. 实验任务1 button.hpp源代码: 1 #pragma once 2 3 #include <iostream> 4 #include <string> 5 6 using std::string; 7 using std::cout; 8 9 // 按钮类 10 class Butto
阅读全文