forgiver

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2023年11月19日

摘要: 一、实验目的 二、实验准备 三、实验内容 四、实验结论 1. 实验任务1 task1_1.c 源代码: 1 #include <stdio.h> 2 #define N 4 3 void test1() { 4 int a[N] = {1, 9, 8, 4}; 5 int i; 6 // 输出数组a 阅读全文
posted @ 2023-11-19 15:59 Forgiver 阅读(70) 评论(0) 推荐(0)

2023年11月5日

摘要: 一、实验目的 二、实验准备 三、实验内容 1. 实验任务1 源代码: 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <time.h> 4 #include <windows.h> 5 #define N 80 6 7 void print 阅读全文
posted @ 2023-11-05 15:03 Forgiver 阅读(34) 评论(0) 推荐(0)

2023年10月20日

摘要: 摘要 一、实验目的 二、实验准备 三、实验内容 四、实验结论 task1 源代码: 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <time.h> 4 #define N 5 5 #define N1 374 6 #define N2 4 阅读全文
posted @ 2023-10-20 16:18 Forgiver 阅读(50) 评论(0) 推荐(0)

2023年9月29日

摘要: 一、实验目的 二、实验准备 三、实验内容 四、实验结论 task1 task1_1 代码: 1 #include <stdio.h> 2 3 int main() 4 { 5 printf(" O \n"); 6 printf("<H>\n"); 7 printf("I I\n"); 8 9 pri 阅读全文
posted @ 2023-09-29 22:57 Forgiver 阅读(51) 评论(0) 推荐(0)