王意伟 2 years ago
parent 6f1eb3ef2a
commit c4b51929e3

@ -239,7 +239,7 @@ a: No such file or directory
delete_data、数据排序sort_data和生成图表make_chart等子模块。其中查询、添加、更 delete_data、数据排序sort_data和生成图表make_chart等子模块。其中查询、添加、更
新和删除数据还会用到根据编号查询数据的方法find 新和删除数据还会用到根据编号查询数据的方法find
上述各模块通过主程序main进行调用系统模块图如下。 上述各模块通过主程序main进行调用系统模块图如下。
![](1.svg) ![](main.svg)
@ -278,7 +278,7 @@ Step 2.3: if c == CMD_READ then 读取数据
Step 2.4: if c == CMD_SAVE then 保存数据 Step 2.4: if c == CMD_SAVE then 保存数据
Step 2.5: if c == CMD_PRINT then 打印数据 Step 2.5: if c == CMD_PRINT then 打印数据
Step 2.6: Step 2.6:
![](1.svg) ![](main.svg)
### save_data ### save_data
Step 1: 输入文件名 Step 1: 输入文件名
Step 2: 打开文件 Step 2: 打开文件

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 28 KiB

Loading…
Cancel
Save