From 5bf4e5735f3fa5e97fcc8a0d7d5c869c84769cdd Mon Sep 17 00:00:00 2001 From: Liwenfei <3496841962@qq.com> Date: Sun, 21 May 2023 15:33:54 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E6=89=93=E5=8D=B0=E5=87=BD=E6=95=B0?= =?UTF-8?q?=E4=BC=AA=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 打印函数伪代码 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 打印函数伪代码 diff --git a/打印函数伪代码 b/打印函数伪代码 new file mode 100644 index 0000000..133197f --- /dev/null +++ b/打印函数伪代码 @@ -0,0 +1,4 @@ +INPUT number,name,score +DO +printf stu[i].number,stu[i].name,stu[i].score +END \ No newline at end of file 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 2/3] =?UTF-8?q?=E8=AF=BB=E5=8F=96=E5=87=BD=E6=95=B0?= =?UTF-8?q?=E4=BC=AA=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 关闭文件 From 758f7e5934da2fff2cd580af0c82079a0269c667 Mon Sep 17 00:00:00 2001 From: Liwenfei <3496841962@qq.com> Date: Sun, 21 May 2023 15:47:52 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E6=89=93=E5=8D=B0=E5=87=BD=E6=95=B0?= =?UTF-8?q?=E6=B5=81=E7=A8=8B=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 打印函数流程图.drawio.svg | 55 ++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 打印函数流程图.drawio.svg diff --git a/打印函数流程图.drawio.svg b/打印函数流程图.drawio.svg new file mode 100644 index 0000000..824f206 --- /dev/null +++ b/打印函数流程图.drawio.svg @@ -0,0 +1,55 @@ + + + + + + + + + +
+
+
+ print_data +
+
+
+
+ + print_data + +
+
+ + + + + + +
+
+
+ 输出学生学号、姓名 +
+ 成绩 +
+
+
+
+ + 输出学生学号、姓名 +成绩 + +
+
+ +
+ + + + + Text is not SVG - cannot display + + + +
\ No newline at end of file