You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
系统:
|
|
|
|
|
用户界面 数据处理
|
|
|
|
|
main:系统主函数
|
|
|
|
|
用户界面:
|
|
|
|
|
系统初始化(init)、显示菜单(display_menu)、选择菜单命令(make_choice)、确认(confirm)、退出(quit)
|
|
|
|
|
数据处理:
|
|
|
|
|
读取数据(read _data)、保存数据(save_data)、打印数据(print_data)、查询数据(query_data)、添加数据(add_data)、更新数据(update_data)、删除数据(delete_data)、数据排序(sort_data)、生成图表(make_chart)
|
|
|
|
|
查询数据:
|
|
|
|
|
find
|