06 2025 档案

摘要:实验任务4 task4.c源代码 #include <stdio.h> #include <string.h> #include<ctype.h> int main(){ FILE *fp = fopen("data4.txt","r"); int line_count = 0; int char_ 阅读全文
posted @ 2025-06-09 13:45 runjizhao 阅读(16) 评论(0) 推荐(0)
摘要:实验任务4 task4.c源代码 #include <stdio.h> #define N 10 typedef struct { char isbn[20]; // isbn号 char name[80]; // 书名 char author[80]; // 作者 double sales_pri 阅读全文
posted @ 2025-06-03 20:58 runjizhao 阅读(11) 评论(0) 推荐(0)