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

正文內(nèi)容

小型圖書管理系統(tǒng)c語言課程設(shè)計(jì)報(bào)告(編輯修改稿)

2025-04-19 07:22 本頁面
 

【文章內(nèi)容簡介】 )。 strcpy(p1writer,swriter)。 strcpy(p1publishinghouse,spublishinghouse)。 p1price=sprice。 strcpy(snumber,swapnumber)。 strcpy(stitle,swaptitle)。 strcpy(swriter,swapwriter)。 strcpy(spublishinghouse,swappublishinghouse)。 sprice=swapprice。 } p=p1。 p1=pnext。 }while(p1!=NULL)。 pnext=s。 snext=NULL。 printf( ******* 添加成功!*******)。 printf(\n 繼續(xù)添加?(Y/N):)。 fflush(stdin)。 scanf(%c,amp。flag)。 printf(\n)。 if(flag==39。N39。||flag==39。n39。) {break。} else if(flag==39。Y39。||flag==39。y39。) {continue。} }save(head)。}//查找//void search_book(struct book *head){ struct book * p。 char temp[20]。 p=head。 if(head==NULL || headnext==NULL) { printf( ******* 圖書庫為空!*******\n)。 } else { printf(請輸入您要查找的書名: )。 fflush(stdin)。 scanf(%s,temp)。 while(pnext!= NULL) { p=pnext。 if(strcmp(ptitle,temp)==0) { printf(\n圖書已找到!\n)。 printf(\n)。 printf(書號(hào): %s\t\n,pnumber)。 printf(書名: %s\t\n,ptitle)。 printf(作者名: %s\t\n,pwriter)。 printf(出版社: %s\t\n,ppublishinghouse)。 printf(價(jià)格: %.2f\t\n,pprice)。 } if(pnext==NULL) { printf(\n查詢完畢!\n)。 } } }} void Print_Book(struct book * head) { struct book * p。 if(head==NULL || headnext==NULL) { printf(\n ******* 沒有圖書記錄! *******\n\n)。 } p=head。 printf(*************************************\n)。 printf( 書號(hào)\t書名\t作者\(yùn)t出版社\t價(jià)格\t\n)。 printf(*************************************\n)。 while(pnext!= NULL) { p=pnext。 printf(%s\t%s\t%s\t%s\t%.2f\t\n,pnumber,ptitle,pwriter,ppublishinghouse,pprice)。 } printf(*************************************\n)。 printf(\n)。}//更改//void change_Book(struct book * head){ struct book * p。 int panduan=0。 char temp[20]。 p=head。 printf(請輸入要修改圖書的書號(hào):)。 scanf(%s,temp)。 while(pnext!= NULL) {p=pnext。 if(strcmp(pnumber,temp)==0) { printf(\n
點(diǎn)擊復(fù)制文檔內(nèi)容
電大資料相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖片鄂ICP備17016276號(hào)-1