From a902026d1c592057023a7a3ff22e91fe28357f72 Mon Sep 17 00:00:00 2001 From: Liwenfei <3496841962@qq.com> Date: Sun, 21 May 2023 16:01:54 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=9D=E5=AD=98=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 | 146 +++++++++++++++++++++++++++++++ 1 file changed, 146 insertions(+) create mode 100644 保存函数流程图.drawio.svg diff --git a/保存函数流程图.drawio.svg b/保存函数流程图.drawio.svg new file mode 100644 index 0000000..b6624de --- /dev/null +++ b/保存函数流程图.drawio.svg @@ -0,0 +1,146 @@ + + + + + + + + + +
+
+
+ save_data +
+
+
+
+ + save_data + +
+
+ + + + + + +
+
+
+ puts("保存数据“) +
+
+
+
+ + puts("保存数据“) + +
+
+ + + + + + +
+
+
+ fp==NULL +
+
+
+
+ + fp==NULL + +
+
+ + + + + +
+
+
+ YES +
+
+
+
+ + YES + +
+
+ + + + +
+
+
+ perror(filename) +
+
+
+
+ + perror(filename) + +
+
+ + + + + + +
+
+
+ 打印学号,姓名 +
+ 成绩 +
+
+
+
+ + 打印学号,姓名 +成绩 + +
+
+ + + + +
+
+
+ fclose(fp) +
+ 保存成功 +
+
+
+
+ + fclose(fp)... + +
+
+
+ + + + + Text is not SVG - cannot display + + + +
\ No newline at end of file From 5bead6cde99312d7471549419a52082ecc9afc03 Mon Sep 17 00:00:00 2001 From: Liwenfei <3496841962@qq.com> Date: Sun, 21 May 2023 16:10:41 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E8=AF=BB=E5=8F=96=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 | 112 +++++++++++++++++++++++++++++++ 1 file changed, 112 insertions(+) create mode 100644 读取函数流程图.drawio.svg diff --git a/读取函数流程图.drawio.svg b/读取函数流程图.drawio.svg new file mode 100644 index 0000000..33932c1 --- /dev/null +++ b/读取函数流程图.drawio.svg @@ -0,0 +1,112 @@ + + + + + + + + + +
+
+
+ read_data +
+
+
+
+ + read_data + +
+
+ + + + + + +
+
+
+ 输入文件名 +
+
+
+
+ + 输入文件名 + +
+
+ + + + + + +
+
+
+ 打开文件 +
+
+
+
+ + 打开文件 + +
+
+ + + + + + +
+
+
+ fp==NULL +
+
+
+
+ + fp==NULL + +
+
+ + + + + +
+
+
+ 读取文件 +
+
+
+
+ + 读取文件 + +
+
+ + + + + +
+ + + + + Text is not SVG - cannot display + + + +
\ No newline at end of file