資源簡介
1.題目
《圖書管理系統》的設計與實現
2.功能
本圖書信息管理系統,使之能提供以下功能:
一.系統總菜單
(1)系統以菜單方式工作,分為書籍管理、讀者管理、借還書系統三個部分
(2)圖書管理與讀者管理系統進入需要密碼,密碼錯誤則不能進入
(3)退出系統時提示將修改保存
二.書籍管理系統
(1)進入需要密碼
(2)圖書信息錄入及添加功能
(3)圖書信息加載功能
(4)圖書信息保存功能
(5)圖書信息瀏覽功能
(6)圖書信息查詢功能
查詢方式:可以按書名,按作者名,按出版單位,按出版時間進行查詢。
(7)圖書信息的刪除與修改
二.讀者管理系統
(1)進入需要密碼
(2)讀者信息錄入及添加
代碼片段和文件信息
#include
#include
#include
#include
void?outreader(struct?Student*?head);??????????????????//輸出讀者信息???????????????????????????
void?outbok(struct?Book?*?head);????????????????????????//輸出書籍信息
void?ret_bok(struct?Student*head1struct?Book*head2);?????//還書系統
void?bor_bok(struct?Student*head1struct?Book*head);??????//借書系統
void?changebok(struct?Book*head);?????????????????????????//修改圖書信息
struct?Student*deletereader(struct?Student*head);?????????//刪除讀者信息
struct?Book*deletebok(struct?Book*head);?????????????????//刪除書籍信息
struct?Student*searchreader(struct?Student*head);?????????//查詢讀者信息
struct?Book*searchbok(struct?Book*head);??????????????????//查詢書籍新信息
struct?Student*?readreader();??????????????????????????//加載學生信息
struct?Book*?readbok();??
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????????523??2014-10-01?17:59??使用程序前必讀!.txt
?????目錄???????????0??2014-10-02?15:42??圖書管理系統\
?????文件?????????464??2014-10-01?17:59??圖書管理系統\書籍信息.dat
?????文件???????20955??2014-10-01?17:59??圖書管理系統\圖書管理系統.c
?????文件??????225344??2014-10-01?17:59??圖書管理系統\圖書管理系統.exe
?????文件????????2520??2014-10-01?17:59??圖書管理系統\學生信息.dat
?????文件??????251392??2015-05-10?20:30??實驗設計報告.doc
評論
共有 條評論