会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
wsb666
博客园
首页
新随笔
联系
订阅
管理
2025年12月
实验四
摘要: 任务一: GradeCalc.hpp #pragma once #include<vector> #include<array> #include<string> class GradeCalc{ public: GradeCalc(const std::string &cname); void i
阅读全文
posted @ 2025-12-02 14:40 愛過
阅读(8)
评论(1)
推荐(0)
2025年10月
实验二
摘要: 实验任务1: 1 #pragma once 2 #include <string> 3 // 类T: 声明 4 class T { 5 // 对象属性、方法 6 public: 7 T(int x = 0, int y = 0); // 普通构造函数 8 T(const T& t); // 复制构造
阅读全文
posted @ 2025-10-27 22:28 愛過
阅读(5)
评论(1)
推荐(0)
2022年10月
实验2 C语言控制语句应用编程
摘要: 1 #include<stdio.h> 2 #include<stdlib.h> 3 #include<time.h> 4 5 int main() 6 { 7 srand(time(0)); 8 9 int date = rand() % 31 + 1; 10 int x; 11 int i; 1
阅读全文
posted @ 2022-10-23 19:27 愛過
阅读(28)
评论(1)
推荐(0)
实验1 C语言开发环境使用和编程初体验
摘要: 1 #include<stdio.h> 2 int main() 3 { 4 printf_s(" o "); 5 printf_s(" o \n"); 6 printf_s(" <=> "); 7 printf_s(" <=> \n"); 8 printf_s(" I I "); 9 printf
阅读全文
posted @ 2022-10-16 16:19 愛過
阅读(70)
评论(3)
推荐(0)
公告