2022年6月7日

陈凯迪的实验6

摘要: 陈凯迪的实验6 一、实验结论 1.1 代码: 1 #include <stdio.h> 2 #define N 4 3 4 int main() 5 { 6 int x[N] = {1, 9, 8, 4}; 7 int i; 8 int *p; 9 10 // ��ʽ1��ͨ�����������±�������� 阅读全文

posted @ 2022-06-07 16:43 CKDDOUBI 阅读(43) 评论(2) 推荐(0) 编辑

2022年6月5日

陈凯迪的实验5

摘要: 陈凯迪的实验5 一、实验结论 1.1 代码: 1 #include <stdio.h> 2 #define N 5 3 #define M 80 4 typedef struct { 5 char name[M]; 6 char author[M]; 7 } Book; 8 9 int main() { 10 Bo 阅读全文

posted @ 2022-06-05 21:19 CKDDOUBI 阅读(17) 评论(2) 推荐(1) 编辑

空白模板

摘要: 空白模板 2333333 阅读全文

posted @ 2022-06-05 20:31 CKDDOUBI 阅读(126) 评论(0) 推荐(0) 编辑

2022年5月10日

陈凯迪的实验4

摘要: 陈凯迪的实验4 一、实验结论 1_1 代码: 1 #include <stdio.h> 2 #define N 4 3 int main() 4 { 5 int a[N]={2,0,2,2}; 6 char b[N] ={'2','0','2','2'}; 7 int i; 8 printf("sizeof(int 阅读全文

posted @ 2022-05-10 07:15 CKDDOUBI 阅读(8) 评论(1) 推荐(0) 编辑

2022年4月26日

陈凯迪的实验3

摘要: 陈凯迪的实验3 一、实验结论 1 代码: 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <time.h> 4 #include <windows.h> 5 #define N 80 6 7 void printText(int line, int col 阅读全文

posted @ 2022-04-26 12:13 CKDDOUBI 阅读(10) 评论(1) 推荐(0) 编辑

2022年4月16日

陈凯迪的实验2

摘要: 陈凯迪的实验2 简单易读的作业 阅读全文

posted @ 2022-04-16 11:51 CKDDOUBI 阅读(24) 评论(2) 推荐(0) 编辑

2022年3月22日

陈凯迪的实验1

摘要: 一、实验结论 1.1 代码: 1 #include <stdio.h> 2 int main() 3 { 4 int i = 1; 5 for(i=1;i<=2;i++){ 6 printf(" o \n"); 7 printf("<H>\n"); 8 printf("I I\n"); 9 } 10 阅读全文

posted @ 2022-03-22 23:11 CKDDOUBI 阅读(61) 评论(6) 推荐(1) 编辑

导航