06 2026 档案

摘要:实验任务4 1.源代码 task4.c #include <ctype.h> #include <stdio.h> int main(void) { FILE *fp; int ch; int lines = 0; int chars = 0; int has_char_in_line = 0; f 阅读全文
posted @ 2026-06-22 23:51 顾伟雲 阅读(7) 评论(0) 推荐(0)
摘要:实验任务4 1.源代码 task4.c #define _CRT_SECURE_NO_WARNINGS #include <stdio.h> #define N 10 typedef struct { char isbn[20]; // isbn号 char name[80]; // 书名 char 阅读全文
posted @ 2026-06-14 20:41 顾伟雲 阅读(11) 评论(0) 推荐(0)
摘要:实验任务1 1.源代码 task1_1.c #define _CRT_SECURE_NO_WARNINGS #include <stdio.h> #define N 5 void input(int x[], int n); void output(int x[], int n); void fin 阅读全文
posted @ 2026-06-02 16:13 顾伟雲 阅读(18) 评论(0) 推荐(0)