From 5c5fcd2970ed91dd3e1ecd6b89b83a8530ec0449 Mon Sep 17 00:00:00 2001 From: fei liang rong <1057432755@qq.com> Date: Sun, 21 May 2023 16:15:11 +0800 Subject: [PATCH] =?UTF-8?q?c5,c7,c8=E6=B5=81=E7=A8=8B=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- delete_data.drawio.svg | 204 +++++++++++++++++++++++++++++++++++++++++ query_data.drawio.svg | 168 +++++++++++++++++++++++++++++++++ update_data.drawio.svg | 147 +++++++++++++++++++++++++++++ 3 files changed, 519 insertions(+) create mode 100644 delete_data.drawio.svg create mode 100644 query_data.drawio.svg create mode 100644 update_data.drawio.svg diff --git a/delete_data.drawio.svg b/delete_data.drawio.svg new file mode 100644 index 0000000..2e74120 --- /dev/null +++ b/delete_data.drawio.svg @@ -0,0 +1,204 @@ + + + + + + + + + + + + + + delete_data + + + + + + + delete_data + + + + + + + + + + + + + 输入图书编号 + + + + + + 输入图书编号 + + + + + + + + + + + + + + + 查找图书所在位置 + + + + + + 查找图书所在位置 + + + + + + + + + + + N + + + + + + N + + + + + + + + + + + Y + + + + + + Y + + + + + + + + + + + + + 输出该图书不存在 + + + + + + 输出该图书不存在 + + + + + + + + + + + + + 删除该图书信息 + + + + + + 删除该图书信息 + + + + + + + + + + + + + 将该图书后面的依次往前移动信息 + + + + + + 将该图书后面的依次往前移动信息 + + + + + + + + + + + + + 图书总数减一 + + + + + + 图书总数减一 + + + + + + + + + + + + + 提示删除成功 + + + + + + 提示删除成功 + + + + + + + + + + Text is not SVG - cannot display + + + + \ No newline at end of file diff --git a/query_data.drawio.svg b/query_data.drawio.svg new file mode 100644 index 0000000..afff578 --- /dev/null +++ b/query_data.drawio.svg @@ -0,0 +1,168 @@ + + + + + + + + + + + + + + query_data + + + + + + + query_data + + + + + + + + + + + + + 输入查询的图书编号 + + + + + + 输入查询的图书编号 + + + + + + + + + + + + + + + for i=0 to num_parts + + 开始查询 + + + + + + for i=0 to num_parts... + + + + + + + + + + + N + + + + + + N + + + + + + + + + + + Y + + + + + + Y + + + + + + + + + + + + + 查询到所查询的图书 + + + + + + 查询到所查询的图书 + + + + + + + + + + + + + 给出该图书的索引号 + + + + + + 给出该图书的索引号 + + + + + + + + + + + + + + 未查询到所查询的图书 + + + + + + 未查询到所查询的图书 + + + + + + + + + Text is not SVG - cannot display + + + + \ No newline at end of file diff --git a/update_data.drawio.svg b/update_data.drawio.svg new file mode 100644 index 0000000..0bcfddf --- /dev/null +++ b/update_data.drawio.svg @@ -0,0 +1,147 @@ + + + + + + + + + + + + + + update_data + + + + + + + update_data + + + + + + + + + + + + + 输入图书编号 + + + + + + 输入图书编号 + + + + + + + + + + + + + + + 查找图书是否已录入 + + + + + + 查找图书是否已录入 + + + + + + + + + + + N + + + + + + N + + + + + + + + + + + Y + + + + + + Y + + + + + + + + + + + + + 输出图书信息 + + + + + + 输出图书信息 + + + + + + + + + + + + + + 退出 + + + + + + 退出 + + + + + + + + + Text is not SVG - cannot display + + + + \ No newline at end of file