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_
阅读全文
摘要:实验任务4 task4.c源代码 #include <stdio.h> #define N 10 typedef struct { char isbn[20]; // isbn号 char name[80]; // 书名 char author[80]; // 作者 double sales_pri
阅读全文