From 3605f6ca52ca199ee1184679eed845642e58e49d Mon Sep 17 00:00:00 2001 From: Cx330 <2011690092@qq.com> Date: Sun, 23 Apr 2023 19:26:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BB=E4=BF=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b4c604..84dc46e 100644 --- a/README.md +++ b/README.md @@ -394,7 +394,19 @@ Step 1:初始化 Step 2:根据用户选择的命令执行相应的操作 Step 2.1:显示菜单 Step 2.2:选择菜单命令 c -Step 2.3:if c == +Step 2.3:if c == 1 then ReadScore +Step 2.4:if c == 2 then AverSumofEveryStudent +Step 2.5:if c == 3 then AverSumofEveryCourse +Step 2.6:if c == 4 then SortbyScore +Step 2.7:if c == 5 then SortbyScore +Step 2.8:if c == 6 then AsSortbyNum +Step 2.9:if c == 7 then SortbyName +Step 2.10:if c == 8 then SearchbyNum +Step 2.11:if c == 9 then SearchbyName +Step 2.12:if c == 10 then StatisticAnalysis +Step 2.13:if c == 11 then PrintScore +Step 2.14:if c == 12 then WritetoFile +Step 2.15:if c == 13 then ReadfromFile ![系统模块图](main函数详细实现.drawio.svg)