06 2026 档案
摘要:实验任务4 源代码 1 #include <stdio.h> 2 #include <stdlib.h> 3 int main() 4 { 5 FILE *fp; 6 char ch; 7 int line=0,charCnt=0; 8 fp=fopen("C:\\Users\\lenovo\\De
阅读全文
摘要:实验任务4 源代码 1 #include <stdio.h> 2 #include <stdlib.h> 3 #define N 10 4 5 typedef struct { 6 char isbn[20]; // isbn号 7 char name[80]; // 书名 8 char autho
阅读全文
摘要:实验任务1 源代码1 1 #include <stdio.h> 2 #include<stdlib.h> 3 #define N 5 4 5 void input(int x[], int n); 6 void output(int x[], int n); 7 void find_min_max(
阅读全文
浙公网安备 33010602011771号