06 2025 档案

摘要:实验任务4 task4.c源码 点击查看代码 #include<stdio.h> #include<stdlib.h> int main(){ FILE *fp; int count_line=0; int count_str=0; char ch; fp=fopen("D:\\data4.txt" 阅读全文
posted @ 2025-06-08 21:25 High_Auditorium 阅读(16) 评论(0) 推荐(0)
摘要:实验任务4 task4.c源代码 点击查看代码 #include <stdio.h> #define N 10 #include<stdlib.h> typedef struct { char isbn[20]; // isbn号 char name[80]; // 书名 char author[8 阅读全文
posted @ 2025-06-02 22:46 High_Auditorium 阅读(20) 评论(0) 推荐(0)