c语言图书管理系统源代码

c语言图书管理系统源代码

ID:9315405

大小:245.50 KB

页数:90页

时间:2018-04-27

c语言图书管理系统源代码_第1页
c语言图书管理系统源代码_第2页
c语言图书管理系统源代码_第3页
c语言图书管理系统源代码_第4页
c语言图书管理系统源代码_第5页
资源描述:

《c语言图书管理系统源代码》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库

1、课程设计//*******************************************//图书管理系统v1.0作者:何星霖//2016年1月5日//*******************************************//头文件#include#include#include#include#include#include//***********************************************//结构体//*****

2、******************************************//时间typedefstructt{intyear;intmonth;intday;}TIME;//图书信息typedefstructbook{charno[5];charname[31];charauthor[21];charpublish[25];charsort[21];charpublish_date[14];charISBN[18];TIMEwareroom_date;intjude_borrow;intnumber_sum;intnumber_now;floatprice;charco

3、ntent[201];structbook*pnext;structbook*pup;}BOOK;//学生信息typedefstructstudent_ifo{charname[17];第90页课程设计charno[12];charsex[3];charciphercode[17];floatpayment;intborrow;structstudent_ifo*pnext;structstudent_ifo*pup;}STUDENT;//图书借阅信息typedefstructlibray{charbook_no[5];charstudent_no[12];TIMEborrow_t

4、ime;TIMElater_time;intjudge;//书已还为1,未还为0structlibray*pnext;}LIBRAY;//还书信息记录typedefstructreturn_ifo{charbook_no[5];charstudent_no[12];intdays;TIMEborrow_time;TIMEtime;structreturn_ifo*pnext;}RETURN;//学号,编号保存typedefstructno{charno1[12];LIBRAY*libray_p;RETURN*return_p;structno*pnext;}NO;//短消息type

5、defstructmessage{charsend_no[12];charreceive_no[12];charcontent[201];TIMEsend_time;intjude_read;第90页课程设计structmessage*pnext;structmessage*pup;}MESSAGE;//***************************************//函数原型声明//************************************************//***************************************//主

6、要函数//************************************************voidwelcome();intfeature(int);intlogin(int);voidexit1(int);intregist();voidload(int);voidload1(int);voidadmin_student_look();voidadmin_student_search();voidadmin_student_alter();voidadmin_student_delete();voidadmin_book_look();voidadmin_book

7、_add();voidadmin_book_alter();voidadmin_book_search();voidadmin_book_delete();voidadmin_book_borrow();voidadmin_book_return();voidadmin_book_borrow_s();voidadmin_book_return_s();voidadmin_message_receive();voidadmin_message_send();voida

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。