11 2023 档案

摘要:1、实验任务1 task1_1 源代码 1 #include <stdio.h> 2 #define N 5 3 4 void input(int x[], int n); 5 void output(int x[], int n); 6 void find_min_max(int x[], int 阅读全文
posted @ 2023-11-29 22:29 孙雨婷 阅读(12) 评论(0) 推荐(0) 编辑
摘要:1、实验任务1 task1_1 源代码 #include <stdio.h> #define N 4 void test1() { int a[N] = {1, 9, 8, 4}; int i; // 输出数组a占用的内存字节数 printf("sizeof(a) = %d\n", sizeof(a 阅读全文
posted @ 2023-11-19 23:23 孙雨婷 阅读(12) 评论(0) 推荐(0) 编辑
摘要:1、实验任务1 源代码 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <time.h> 4 #include <windows.h> 5 #define N 80 6 void print_text(int line, int col, 阅读全文
posted @ 2023-11-03 17:07 孙雨婷 阅读(12) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示