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