zzx1119

导航

 

2023年5月31日

摘要: 任务4 #include <stdio.h> #include <string.h> #define N 100 typedef struct { char num[10]; int s1; int s2; double sum; char level[10]; }STU; int fun(STU 阅读全文
posted @ 2023-05-31 21:46 22X 阅读(25) 评论(0) 推荐(0)
 

2023年4月20日

摘要: 1 #include <stdio.h> #define N 4 int main() { int a[N] = {2, 0, 2, 3}; char b[N] = {'2', '0', '2', '3'}; int i; printf("sizeof(int) = %d\n", sizeof(in 阅读全文
posted @ 2023-04-20 14:36 22X 阅读(23) 评论(0) 推荐(0)
 

2023年4月5日

摘要: 实验任务1 #include <stdio.h> #include <stdlib.h> #include <time.h> #include <windows.h> #define N 80 void print_text(int line, int col, char text[]); void 阅读全文
posted @ 2023-04-05 16:52 22X 阅读(30) 评论(0) 推荐(0)
 

2023年3月23日

摘要: 实验任务一 #include <stdio.h> #include <stdlib.h> #include <time.h> #define N 5 #define R1 586 #define R2 701 int main() { int number; int i; srand(time(0) 阅读全文
posted @ 2023-03-23 14:15 22X 阅读(24) 评论(0) 推荐(0)
 

2023年3月8日

摘要: 实验任务1.1 源代码 #include <stdio.h> int main() { printf(" 0 \n"); printf("<H>\n"); printf("I I\n"); printf(" 0 \n"); printf("<H>\n"); printf("I I\n"); retu 阅读全文
posted @ 2023-03-08 22:34 22X 阅读(5) 评论(0) 推荐(0)