11 2023 档案

摘要:实验任务1 task 1_1.c 源代码: 1 #include <stdio.h> 2 #define N 4 3 4 void test1() 5 { 6 int a[N]={1,9,8,4}; 7 int i; 8 9 printf("sizeof(a)=%d\n",sizeof(a)); 1 阅读全文
posted @ 2023-11-19 16:46 侯岩宏 阅读(18) 评论(0) 推荐(0) 编辑
摘要:实验任务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_text(int line,int col,c 阅读全文
posted @ 2023-11-05 20:05 侯岩宏 阅读(18) 评论(0) 推荐(0) 编辑

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