freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內容

c語言圖書管理系統(tǒng)課程設計論文(編輯修改稿)

2024-07-23 11:36 本頁面
 

【文章內容簡介】 fprintf(fp,\t\t%s,pstatus)。 fprintf(fp,\n)。 fclose(fp)。 printf(信息已保存!!!)。}link *findnumber(link *head){char key[100]。link *h,*t1=NULL。printf(請輸入圖書的編號:)。getchar()。gets(key)。for(h=head。h!=NULL。h=hnext){ if(strcmp(key,hnumber)==0) { t1=h。 break。 }}return t1。} link *findboookname(link *head){char key[100]。link *h,*t2=NULL。printf(請輸入圖書的書名:)。getchar()。gets(key)。for(h=head。h!=NULL。h=hnext){ if(strcmp(key,hbookname)==0) { t2=h。 break。 }}return t2。}link *findauthor(link *head){char key[100]。link *h,*t3=NULL。printf(請輸入作者姓名:)。getchar()。gets(key)。for(h=head。h!=NULL。h=hnext){ if(strcmp(key,hauthor)==0) { t3=h。 break。 }}return t3。}link *sortnumber(link *head){ link *p,*q,*temp。 temp=(link *)malloc(sizeof(link))。 if(temp==NULL) { printf(申請內存出錯!?。?。 exit(1)。 } for(p=head。p!=NULL。p=pnext) { for(q=pnext。q!=NULL。q=qnext) { if(strcmp(pnumber,qnumber)0) { strcpy(tempnumber,pnumber)。 strcpy(tempbookname,pbookname)。 strcpy(tempauthor,pauthor)。 strcpy(temppublish,ppublish)。 strcpy(temptime,ptime)。 tempprice=pprice。 strcpy(tempstatus,pstatus)。 strcpy(pnumber,qnumber)。 strcpy(pbookname,qbookname)。 strcpy(pauthor,qauthor)。 strcpy(ppublish,qpublish)。 strcpy(ptime,qtime)。 pprice=qprice。 strcpy(pstatus,tempstatus)。 strcpy(qnumber,tempnumber)。 strcpy(qbookname,tempbookname)。 strcpy(qauthor,tempauthor)。 strcpy(qpublish,temppublish)。 strcpy(qtime,temptime)。 qprice=tempprice。 strcpy(qstatus,tempstatus)。 } } }return head。} link *borrowbook(link *head){ link *h,*p。 char ch,ch1[100]=在庫,ch2[100]=不在庫。 h=head。 printf(\n**************************************************\n)。 printf(\t\t歡迎使用借書系統(tǒng)!!!\n)。 p=findboookname(h)。 if(p==NULL) printf(借
點擊復制文檔內容
教學課件相關推薦
文庫吧 www.dybbs8.com
備案圖片鄂ICP備17016276號-1