06 2026 档案

摘要:task4 源代码 1 #include <stdio.h> 2 3 int main() 4 { 5 FILE *fp; 6 char ch; 7 int line = 0; 8 int char_cnt = 0; 9 if ((fp = fopen("data4.txt", "r")) == N 阅读全文
posted @ 2026-06-23 18:27 yq8 阅读(5) 评论(0) 推荐(0)
摘要:task4 源代码 1 #include <stdio.h> 2 3 int main() 4 { 5 FILE *fp; 6 char ch; 7 int line = 0; 8 int char_cnt = 0; 9 if ((fp = fopen("data4.txt", "r")) == N 阅读全文
posted @ 2026-06-20 13:21 yq8 阅读(7) 评论(0) 推荐(0)
摘要:task4 源代码 1 #include <stdio.h> 2 #define N 10 3 4 typedef struct { 5 char isbn[20]; // isbn号 6 char name[80]; // 书名 7 char author[80]; // 作者 8 double 阅读全文
posted @ 2026-06-14 13:20 yq8 阅读(13) 评论(0) 推荐(0)