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"
阅读全文
摘要:实验任务4 task4.c源代码 点击查看代码 #include <stdio.h> #define N 10 #include<stdlib.h> typedef struct { char isbn[20]; // isbn号 char name[80]; // 书名 char author[8
阅读全文
浙公网安备 33010602011771号