diff --git a/README.md b/README.md index 3e0b5df..b278375 100644 --- a/README.md +++ b/README.md @@ -343,6 +343,18 @@ Step 2.12: if c == CMD_QUIT then 退出 ![](pictures/main_chart.drawio.svg) + +#### read_data + +Step 1: 输入文件名 +Step 2: 打开文件 +Step 3: if 文件为空 then 结束 +Step 4: else 读取文件 +Step 5: 提示读取并记录 + +![](pictures/read.drawio.svg) + + #### save_data Step 1: 输入文件名 @@ -361,15 +373,6 @@ Step 3: else 学号存在 then 输出学号、姓名、成绩 ![](pictures/query_data.drawio.svg) -#### read_data - -Step 1: 输入文件名 -Step 2: 打开文件 -Step 3: if 文件为空 then 结束 -Step 4: else 读取文件 -Step 5: 提示读取并记录 - -![](pictures/read.drawio.svg) #### make_chart diff --git a/pictures/save_data.drawio.svg b/pictures/save_data.drawio.svg index 47de788..9028fcf 100644 --- a/pictures/save_data.drawio.svg +++ b/pictures/save_data.drawio.svg @@ -1,4 +1,4 @@ - + @@ -43,17 +43,13 @@ - - - - - + -
+
@@ -63,20 +59,16 @@
- + 关闭文件 - - - - - + -
+
@@ -86,12 +78,12 @@
- + 提示打开文件失败 - + @@ -113,8 +105,6 @@ - - @@ -151,6 +141,16 @@ + + + + + + + + + +