11 2024 档案

摘要:1、实验任务2 GradeCalc.hpp 1 #include<iostream> 2 #include<vector> 3 #include<string> 4 #include<algorithm> 5 #include<numeric> 6 #include<iomanip> 7 8 usi 阅读全文
posted @ 2024-11-23 10:24 lbldmx 阅读(25) 评论(0) 推荐(0)
摘要: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 Button{ 11 pu 阅读全文
posted @ 2024-11-06 13:58 lbldmx 阅读(26) 评论(0) 推荐(0)