From 0de02f7e6d408b42a4eb41123f00ed0818a95390 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=8E=8B=E6=84=8F=E4=BC=9F?= <1687396619@qq.com>
Date: Wed, 3 May 2023 23:51:36 +0800
Subject: [PATCH] .
---
README.md | 5 ++++
query_data.drawio | 61 +++++++++++++++++++++++++++++++++++++++++++++++
query_data.svg | 1 +
3 files changed, 67 insertions(+)
create mode 100644 query_data.drawio
create mode 100644 query_data.svg
diff --git a/README.md b/README.md
index 5702966..419042b 100644
--- a/README.md
+++ b/README.md
@@ -293,6 +293,11 @@ Step 2: 打印学生成绩
![](print_data.svg)
### query_data
+Step 1: 输入查询学号
+Step 2: for 0 to num_part-1 查询
+Step 3: 根据查询结果输出
+
+![](query_data.svg)
### add_data
### update_data
### delete_data
diff --git a/query_data.drawio b/query_data.drawio
new file mode 100644
index 0000000..688e598
--- /dev/null
+++ b/query_data.drawio
@@ -0,0 +1,61 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/query_data.svg b/query_data.svg
new file mode 100644
index 0000000..c22d158
--- /dev/null
+++ b/query_data.svg
@@ -0,0 +1 @@
+
\ No newline at end of file