会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Faze11230426
博客园
首页
新随笔
联系
订阅
管理
2025年10月15日
实验1
摘要: 任务1 源代码 #include<iostream> #include<string> #include<vector> #include<algorithm> template<typename T> void output(const T& c); void test1(); void test
阅读全文
posted @ 2025-10-15 11:32 毛天佑202483290413
阅读(17)
评论(1)
推荐(0)
2024年12月28日
7
摘要: 1 源代码 #include <stdio.h> #define N 80 #define M 100 typedef struct { char name[N]; // 书名 char author[N]; // 作者 } Book; void write(); void read(); int
阅读全文
posted @ 2024-12-28 19:25 毛天佑202483290413
阅读(8)
评论(0)
推荐(0)
2024年12月21日
6
摘要: 1 源代码 #include<stdio.h> #include<string.h> #define N 3 typedef struct student { int id; // 学号 char name[20]; // 姓名 char subject[20]; // 考试科目 double pe
阅读全文
posted @ 2024-12-21 17:19 毛天佑202483290413
阅读(16)
评论(0)
推荐(0)
2024年12月8日
5
摘要: 1 源代码 #include<stdio.h> #define N 5 void input(int x[], int n); void output(int x[], int n); void find_min_max(int x[], int n, int *pmin, int *pmax);
阅读全文
posted @ 2024-12-08 13:37 毛天佑202483290413
阅读(8)
评论(0)
推荐(0)
2024年11月5日
4
摘要: 1 源代码 #include<stdio.h> #define N 4 #define M 2 void test1() { int x[N]={1,9,8,4}; int i; printf("sizeof(x)=%d\n",sizeof(x)); for(i=0;i<N;++i); printf
阅读全文
posted @ 2024-11-05 17:24 毛天佑202483290413
阅读(7)
评论(1)
推荐(0)
2024年10月26日
实验三
摘要: #include<stdio.h> char score_to_grade(int score); int main() { int score; char grade; while(scanf("%d",&score)!=EOF) { grade=score_to_grade(score); pr
阅读全文
posted @ 2024-10-26 17:22 毛天佑202483290413
阅读(33)
评论(0)
推荐(0)
2024年10月10日
实验二
摘要: 源代码 #include #include #include #define N 5 #define N1 397 #define N2 476 #define N3 21 int main() { int cnt; int random_major, random_no; srand(time(N
阅读全文
posted @ 2024-10-10 15:36 毛天佑202483290413
阅读(22)
评论(1)
推荐(0)
2024年9月27日
实验一
摘要:   
评论(2)
推荐(0)
公告