From 53958c5872d47d885ef85d5ef3f769284e427678 Mon Sep 17 00:00:00 2001 From: Liwenfei <3496841962@qq.com> Date: Sun, 21 May 2023 15:41:19 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=BB=E5=8F=96=E5=87=BD=E6=95=B0=E4=BC=AA?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 读取函数伪代码 | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 读取函数伪代码 diff --git a/读取函数伪代码 b/读取函数伪代码 new file mode 100644 index 0000000..abd44fe --- /dev/null +++ b/读取函数伪代码 @@ -0,0 +1,7 @@ +INPUT 读取数据 +printf 请输入文件名 +IF 文件为空 return +ELSE +DO fscanf(fp) +stu[i].number,stu[i].name,stu[i].score END +THEN 关闭文件