C語言購物卡管理系統(tǒng)_第1頁
C語言購物卡管理系統(tǒng)_第2頁
C語言購物卡管理系統(tǒng)_第3頁
已閱讀5頁,還剩19頁未讀, 繼續(xù)免費閱讀

下載本文檔

版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進行舉報或認領(lǐng)

文檔簡介

1、購物卡管理系統(tǒng)(一) 系統(tǒng)主要功能模塊:(1) 實現(xiàn)系統(tǒng)內(nèi)制卡、發(fā)卡功能。(2) 實現(xiàn)系統(tǒng)內(nèi)購物卡帳戶及相關(guān)帳戶管理。(3) 實現(xiàn)購物卡交易和合法性檢查。(4) 實現(xiàn)購物卡交易積分功能。(5) 實現(xiàn)購物卡報表功能。(6) 數(shù)據(jù)以文件形式存儲。提示:制卡:指申請一個購物卡,但還沒有使用。發(fā)卡:指該卡已經(jīng)起用。實現(xiàn)卡交易:指從卡中消費掉一定金額。(二) 題目及要求的分析:根據(jù)題目要求,系統(tǒng)應(yīng)該實現(xiàn)以下功能:(1) 制卡:主要是新建出一張購物卡,并輸入了顧客部分信息,如姓名、密碼等,但卡沒有激活,依然不可使用。(2) 發(fā)卡:激活新建的購物卡,用戶能夠使用卡進行各項活動。消費:進入帳戶后,取走少于帳戶

2、金額的錢款進行消費,并在帳戶少減少相應(yīng)的金額,增加相應(yīng)的積分。(3) 存款:進入帳戶后,在金額項加上用戶要存入的錢款。(4) 報表:顯示顧客購物卡上記錄的所有信息,除密碼外。(5) 存儲:購物卡內(nèi)的信息以文件形式存儲。(6) 退出:從系統(tǒng)中退出。(7) 菜單:提供良好的界面,方便用戶的操作。代碼:#include<stdio.h>#include<ctype.h>/*調(diào)用字符函數(shù)*/#include<stdlib.h>#include<conio.h>/*通用輸入輸出庫*/#include<string.h>#include<w

3、indows.h>intflag=5;structcardcharname20;charnumber20;floatmoney;charkey10;floatjifen;floatmid;intpower;structcard*next;save(structcard*head);voidlist();voidjihuo();structcard*chaxun();save(structcard*head)FILE*fp;structcard*q;q=head;if(fp=fopen("e:123.txt","ab+")=NULL)printf(&

4、quot;無法打開n");exit(0);)while(q!=NULL)(if(fwrite(q,sizeof(structcard),1,fp)!=1)(printf("文件寫入錯誤!");fclose(fp);return(head);)q=q->next;)fclose(fp);)structcard*save1(structcard*head)FILE*fp;structcard*q;q=head;if(fp=fopen("e:123.txt","wb")=NULL)(printf("無法打開n&qu

5、ot;);exit(0);while(q!=NULL)(if(fwrite(q,sizeof(structcard),1,fp)!=1)(printf("文件寫入錯誤!");fclose(fp);return(head);q=q->next;fclose(fp);structcard*duqu()/讀取數(shù)據(jù)structcard*head=NULL;structcard*p1,*p2;FILE*fp;if(fp=fopen("e:123.txt”,"rb+")=NULL)printf("打開文件出錯n");exit(0)

6、;while(!feof(fp)if(p1=(structcard*)malloc(sizeof(structcard)=NULL)printf("somethingiswrong!n");fclose(fp);exit(0);if(fread(p1,sizeof(structcard),1,fp)!=1)free(p1);break;if(head=NULL)head=p2=p1;else(p2->next=p1;p2=p1;)fclose(fp);return(head);)structcard*createlist()(structcard*head,*p,*q

7、;inti;charnum20;head=(structcard*)malloc(sizeof(structcard);head->next=NULL;head->money=0;head->jifen=0;system("cls");printf("ntt*注冊購物卡*nnn,);doprintf("nnt請輸入要注冊的卡號(六位數(shù)):");scanf("%s”,head->number);if(strlen(head->number)!=6)system("cls");printf

8、("nnnnnnnnnnttt對不起您的輸入有誤,請重新輸入!nn");Sleep(1000);system("cls");注冊購物卡printf("ntt*nnn,);continue;.1|<密smffl(=55ur彖彖彖彖彖彖彖彖彖彖彖彖彖彖彖彖彖彖*i-murmumdi(9".(0qEnUA,p*q)u0ES)(D=i66n0ModA,p*qM業(yè)4P*5.S*.MU8Sr®®s峻YflsAWWrmul二0EeuA,p*5.s汶=Mueosr>NS峻YflsAWWrmuloCDqoA*回弦w

9、71;w$f與。WM5UM目堡mffl平密®=m.Ed三AQWMUMUWr蚪ul二p*q)*esooqoA*sCDJt軍CTA0UOEAdsqEnuAd(l)EeuAdLz.SMs.w電汶sz*rm.Ed(=55氽套躇<驢平N«*rmulkcm-=m.Ed)voidcost(structcard*q)(structcard*p,*a;p=duqu();a=p;while(strcmp(q->number,p->number)!=0)(p=p->next;system("cls");賬戶消費printf("ntt*nnn&

10、quot;);printf("nnnnnn");printf("ttt請輸入您的消費金額:");scanf("%f”,&p->mid);(p->money)=(p->money)-(p->mid);(p->jifen)=(p->jifen)+(p->mid);printf("nnttt您的余額為:.2f”,p->money);printf("nnnnnttt顯示完畢,按任意鍵返回子菜單.");getche();p=a;save1(p);)voidcunkuan

11、(structcard*q)(structcard*p,*a;p=duqu();a=p;while(strcmp(q->number,p->number)!=0)(p=p->next;)system("cls");printf("ntt*賬戶存款*nnn");printf("nnnnnn");printf("ttt請輸入您的存款金額:");scanf("%f”,&p->mid);(p->money)=(p->mid)+(p->money);printf(&

12、quot;nnttt您的余額為:.2f”,p->money);printf("nnnnnttt顯示完畢,按任意鍵返回子菜單.");getche();p=a;save1(p);)voidxiugai(structcard*q)charkey10,num10;structcard*p,*a;p=duqu();a=p;while(strcmp(q->number,p->number)!=0)p=p->next;system("cls");printf("ntt*修改賬戶密碼*nnn,);printf("nnnn&qu

13、ot;);printf("ttt請輸入您的新密碼:");scanf("%s",num);printf("nnttt請再次輸入您的密碼:");scanf("%s",key);if(strcmp(key,num)!=0)system("cls");printf("ntt*修改賬戶*nnn,);printf("nnnnntt對不起,兩次輸入的密碼不一樣,密碼修改密碼失敗!");Sleep(1000);system("cls");if(strcmp(ke

14、y,num)=0)修改賬戶system("cls");printf("ntt*nnn,);strcpy(p->key,num);printf("nnnnnnttt修改密碼成功!");Sleep(1000);p=a;save1(p);)voidchaxun2(structcard*q)(structcard*p,*a;p=duqu();a=p;while(strcmp(q->number,p->number)!=0)(p=p->next;賬戶查詢system("cls");printf("nt

15、t*nnn");printf("t您的賬戶信息為:nnn");printf("ntt姓名卡號余額積分nn");printf("tt%2s%16s%13.2f%13.2f”,p->name,p->number,p->money,p->jifen);printf("n");getch();structcard*chaxun()intb,i=0;intflag=9;structcard*head;charnum10,key10;structcard*p,*head1;head1=duqu();p=

16、head1;system("cls");printf("ntt*賬戶登陸*nnn,);printf("nnt請輸入您的卡號(六位數(shù)):");scanf("%s",num);while(p!=NULL)if(strcmp(num,p->number)!=0)p=p->next;if(p=NULL)system("cls");printf("ntt*戶登陸*nnn,);printf("nnnnnnnttt沒有該卡號信息,請重新輸入!nn");Sleep(1000);s

17、ystem("cls");printf("ntt*戶登陸*nnn,);printf("nnt請重新輸入卡號(六位數(shù)):");scanf("%s”,num);p=head1;continue;if(p->power)=99)system("cls");賬戶登陸printf("ntt*5");printf("nnnnnnnttt對不起,該卡未激活,請先激活!");getche();system("cls");main();if(p->power=1

18、00)while(flag=9)printf("nnt請輸入密碼(六位數(shù)):");scanf("%s”,key);if(strcmp(key,p->key)=0)flag=10;if(strcmp(key,p->key)!=0)system("cls");賬戶登陸printf("ntt*5");printf("nnnnnnnttt對不起,密碼輸入錯誤%d次!",i+1);flag=9;i+;if(i=3)system("cls");printf("nnnnnnnt

19、tt密碼輸入錯誤三次,系統(tǒng)白動返回主菜單!");Sleep(2000);system("cls");return;if(flag=10)break;while(1)system("cls");printf("*偵)printf("賬戶查詢*n");printf("*n");printf("*n");printf("*n");printf("*n");printf("*n");printf("*n"

20、);printf("*n");printf("*n");printf("*n");printf("*n");printf("*n");printf("*n");printf("*n");printf("*n");printf("3:消費4:修改密碼5:返回主菜單*偵)printf("n");printf("tt請選擇操作:");scanf("%d",&b);s

21、witch(b)(case1:chaxun2(p);break;case2:cunkuan(p);break;case3:cost(p);break;case4:xiugai(p);break;case5:main();default:printf("對不起,您的輸入有誤,請重新輸入!");)voidjihuo()charx;charnum10;structcard*p,*head1;head1=duqu();p=head1;system("cls");printf("ntt*激活購物卡*nnn,);printf("t請輸入您要激活的

22、卡號(六位數(shù)):");scanf("%s”,num);while(p!=NULL)if(strcmp(num,p->number)!=0)p=p->next;elsebreak;while(p=NULL)system("cls");printf("ntt*活購物卡*nnn");printf("nnnnnnttt沒有該卡號信息,請重新輸入卡號!nn");Sleep(1000);system("cls");printf("ntt*活購物卡*nnn");printf(&

23、quot;t請重新輸入您申請的卡號(六位數(shù)):");scanf("%s”,num);p=head1;system("cls");printf("ntt*激活購物卡*nnn,);printf("您的購物卡為:printf("nt姓名nn");卡號余額積分nn");printf("t%2s%16s%13.2f%13.2f”,p->name,p->number,p->money,p->jifen);printf("nnnnnttt確認激活您的購物卡?nnttt<

24、1>是<2>否");printf("nnttt請選擇:");scanf("%c”,&x);switch(x)case'1':system("cls");printf("ntt*激活購物卡*nnn,);p->power=100;save1(head1);printf("nnnnnnnttt");printf("激活成功,按任意鍵返回主菜單.");getche();break;case'2':system("cls&

25、quot;);printf("ntt*購物卡*nnn,);printf("nnnnnnnttt");printf("您已放棄激活,按任意鍵返回主菜單");getche();break;default:system("cls");printf("ntt*購物卡*nnn,);printf("nnnnnnnttt");");printf("對不起,您的輸入有誤,請重新輸入!Sleep(2000);voidlist()structcard*p1;p1=duqu();system(&q

26、uot;cls");printf("ntt*顯示購物卡*nnn,);printf("所有購物卡信息為:nnn");printf("nt姓名卡號積分nn");while(p1!=NULL)printf("t%2s%16s%14.2f%14.2f”,p1->name,p1->number,p1->money,p1->jifen);printf("n");p1=p1->next;main()inta;struct*head;printf("nnnnnnnntttt");printf("歡迎使用");printf("nn");printf("t*購物卡管理系統(tǒng)*偵)Sleep(1000);system("cls");while(1)printf("n");printf("*偵)printf("系統(tǒng)*n");購物卡管理printf("*偵)printf("*n");pr

溫馨提示

  • 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
  • 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
  • 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
  • 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
  • 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負責。
  • 6. 下載文件中如有侵權(quán)或不適當內(nèi)容,請與我們聯(lián)系,我們立即糾正。
  • 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。

評論

0/150

提交評論