宋岱瑾 2 years ago
parent 453e2f3d92
commit 90eb389b4e

@ -358,7 +358,7 @@ Step 2.5: if c == CMD_PRINT then 打印数据
Step 2.6: Step 2.6:
![主程序流程图](images/main.drawio.svg) ![主程序流程图](picture-main.svg)
#### save_data #### save_data
@ -381,7 +381,7 @@ Step 4: 输入图书名和图书数量
Step 5: 添加新图书到数据 Step 5: 添加新图书到数据
Step 6: 提示添加成功 Step 6: 提示添加成功
![添加库存记录流程图](images/add_data.drawio.svg) ![添加库存记录流程图](picture-add.svg)
### query_data ### query_data
@ -391,7 +391,7 @@ Step 3查询最后一个图书结束
Step 4if未查询到提示图书不存在 Step 4if未查询到提示图书不存在
Step 5else打印图书信息 Step 5else打印图书信息
![查询流程图](images/query_data.drawio.svg) ![查询流程图](query_data.svg)
### printf_data ### printf_data
@ -399,7 +399,7 @@ Step 1:打印图书编号和图书名
Step 2for i = 1 to num_parts Step 2for i = 1 to num_parts
Step 3:打印借阅次数 Step 3:打印借阅次数
![打印记录流程图](images/printf_data.drawio.svg) ![打印记录流程图](printf_data.svg)
#### update_data #### update_data
Step 1输入图书编号 Step 1输入图书编号

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 18 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 51 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 72 KiB

Loading…
Cancel
Save