摘要:
实验内容 任务四 源代码 #include <stdio.h> int main() { FILE *fp; char ch; int line = 1; int char_cnt = 0; fp = fopen("data4.txt", "r"); while ((ch = fgetc(fp)) 阅读全文
posted @ 2026-06-23 14:49
陈哲羽
阅读(7)
评论(0)
推荐(0)
摘要:
实验内容 任务四 源代码 #include <stdio.h> #define N 10 typedef struct { char isbn[20]; // isbn号 char name[80]; // 书名 char author[80]; // 作者 double sales_price; 阅读全文
posted @ 2026-06-12 12:57
陈哲羽
阅读(14)
评论(0)
推荐(0)
浙公网安备 33010602011771号