文件名称:booklist
介绍说明--下载内容均来自于网络,请自行研究使用
1、功能说明:
(1)列出所有图书
(2)查询指定图书
a 按图书编号查询
b 按图书名查询
(3)添加记录
(4)删除记录
(5)清空图书列表
(6)保存修改
2、解决方案:使用链表来实现对图书信息的添加、删除、查询、修改等操作;使用文件来保存数据,下次运行时可以从文件中自动读取数据。
-1, function: (1) lists all books (2) query number specified books a query by book by book name query b (3) Add records (4) remove the record (5) empty list of books (6) Save Changes 2, the solution: Use the list to achieve the book information to add, delete, query, modification and other operations use files to store data, the next run can be automatically read from the file.
(1)列出所有图书
(2)查询指定图书
a 按图书编号查询
b 按图书名查询
(3)添加记录
(4)删除记录
(5)清空图书列表
(6)保存修改
2、解决方案:使用链表来实现对图书信息的添加、删除、查询、修改等操作;使用文件来保存数据,下次运行时可以从文件中自动读取数据。
-1, function: (1) lists all books (2) query number specified books a query by book by book name query b (3) Add records (4) remove the record (5) empty list of books (6) Save Changes 2, the solution: Use the list to achieve the book information to add, delete, query, modification and other operations use files to store data, the next run can be automatically read from the file.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
booklist.doc