知迩

11 2024 档案

实验4 类的组合、继承、模板类、标准库
摘要:实验任务2 1 #include <iostream> 2 #include <vector> 3 #include <string> 4 #include <algorithm> 5 #include <numeric> 6 #include <iomanip> 7 8 using std::ve 阅读全文

posted @ 2024-11-20 13:36 知迩 阅读(12) 评论(0) 推荐(0) 编辑

实验3 类和对象_基础编程2
摘要:实验任务1 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 public: 12 阅读全文

posted @ 2024-11-08 20:35 知迩 阅读(4) 评论(0) 推荐(0) 编辑

导航