下載本文檔
版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進行舉報或認(rèn)領(lǐng)
文檔簡介
1、倉庫管理系統(tǒng)(c 語言)2 作者: 日期:3 作品名稱 開發(fā)者: 一、 系統(tǒng)背景: 本軟件能減輕對貨物數(shù)目管理及價格盈虧等信息處理的工作量以便能快捷及 時準(zhǔn)確的調(diào)整貨物的倉儲量達到最合理化??梢允沟曛鞑皇实墓?jié)省大量精 力用于其他方面符合當(dāng)今社會的商業(yè)形式而且本軟件體積小操作簡單是管理 倉庫的不二選擇 二、 系統(tǒng)簡介: 設(shè)計亮點: 三級菜單使操作更簡便明了 密碼操作能有效保證客戶信息的安全性 獨特的 dos 命令調(diào)用使信息存儲的實體屬性為隱藏且無擴展名大大增大了安全系數(shù) 數(shù)據(jù)結(jié)構(gòu)為鏈表擺脫了數(shù)據(jù)數(shù)量的限制 提供三種查看模式并會標(biāo)出排名 退出店主模式時會提示是否保存若選擇 yes 著進行保存操
2、作 基本功能: 在員工模式下可輸入賣出貨物的名稱和數(shù)目程序自動在后臺進行一系列的操作 新建數(shù)據(jù)并同時對其處理 修改數(shù)據(jù) 插入數(shù)據(jù) 刪除數(shù)據(jù) 查找數(shù)據(jù) 查看數(shù)據(jù) 數(shù)據(jù)存檔 修改密碼 4 三、 系統(tǒng)結(jié)構(gòu)圖5 #defi ne LEN sizeof(struct shop) #in clude #in clude #in clude #in clude struct shop char n ame30; float price_i n; float price_out; int num_in; int num_now; int nu m_sold; float win; float perce nt
3、; struct shop *n ext; ; int n=0; void mai n(void) void auto1(struct shop *h_p); int men u1(struct shop *h_p); void prin t1(void); void assista nt(struct shop *head); int password(void); int menu 2(struct shop *h_p); void prin t2(void); void creat(struct shop *h_p);齧令金亭采單三 I毎也:&互吞I 掠刼利査檔 橄利迦:a:. 6 vo
4、id rewrite(struct shop *h_p); void in sert(struct shop *h_p); void deleat(struct shop *h_p); void search(struct shop *h_p); void prin tall(struct shop *h_p); void save(struct shop *head); void password_set(void); int password_exi(struct shop *h_p); int data_exi(struct shop *h_p); void load(struct sh
5、op *h_p); void save(struct shop *head); struct shop *addbuild(struct shop *h_p); void sort0(struct shop *h_p); int search1(struct shop *h_p,char a30); void sort1(struct shop *h_p); void sort2(struct shop *h_p); void sort3(struct shop *h_p); void prin t3(void); void password_create(void); struct shop
6、 *addbuild(struct shop *h_p); int a; struct shop *head,*h_p; head=NULL; h_p=&head; auto1(h_p); do a=me nu1(h_p); while(a!=3); system(cls); printf(謝謝使用 A_A); getch(); int men u1(struct shop *h_p) int a,b; struct shop *head; head=*h_p; prin t1(); scan f(%d,&a); putchar(n); getchar();7 do switch(a) cas
7、e 1:assista nt(head);break; case 2: if(password() do b=me nu 2(h_p); while(b!=9); break; default:break; if(a!=3) system(cls); prin t1(); scan f(%d,&a); while(a!=3); return(a); int menu 2(struct shop *h_p) int b; char a; struct shop *head; head=*h_p; prin t2(); scan f(%d,&b); putchar(n); getchar(); d
8、o switch(b) case 1:creat(h_p);break; case 2:rewrite(h_p);break; case 3:i nsert(h_p);break;8 case 4:deleat(h_p);break; case 5:search(h_p);break; case 6:pri ntall(h_p);break; case 7:head=*h_p;save(head);break; case 8:password_set();break; default:break; if(b!=9) system(cls); prin t2(); scan f(%d,&b);
9、getchar(); while(b!=9); printf(n 保存嗎?(y/n):); putchar(n); scan f(%c,&a); if(a=y) head=*h_p; save(head); return(b); void auto1(struct shop *h_p) if(password_exi(h_p) & data_exi(h_p) load(h_p); void prin t1(void) system(cls); * *printf( ); printf(” 倉庫管理系統(tǒng) n); printf( *n printf(” 9 n); printf(n 請選擇(1-3
10、):); void assista nt(struct shop *head) char a50,c=y: int b; struct shop *i; i=head; while(c=y) system(cls); printf(n請輸入賣出的商品名稱 :n); gets(a); putchar(n); printf(n請輸入賣出的商品數(shù)量:n); scan f(%d,&b); putchar(n); while(strcmp(i- name,a)!=0&i-n ext!=NULL) i=i-n ext; if(i- next!=NULL) i-num_no w-=b; i-w in=(i-
11、num_in-i-num_no w)*(i-price_out-i-price_i n); else printf(n此商品不存在或通知店主更新數(shù)據(jù)庫 n”); printf(n 繼續(xù)嗎? (y/n):); putchar(n);n); printf(” n); printf(” n); printf(” n); printf(” n); #* * 菜單 * *# #| 1.員工模式 1# #| 2.店主模式 1# #| 3.退出 |# printf(” n); printf(” * 10 printf(” n);c=getchar(); getchar(); save(head); int
12、password(void) FILE*fp; char a50,b50; int i; system(cls); fp=fope n(c:y_secrea,rb); fsca nf(fp,%s,&a); fclose(fp); printf(”請輸入密碼:n); putchar(n); i=0; do bi=getch(); prin tf(*); i+; while(bi-1!=13&in ame,0)=0) f=0; while(f) 請在名稱處輸“ 0” .nn); n+; if(n=1) head=j; f=1; printf(n請輸入下一種貨物的數(shù)據(jù) i=addbuild(&hea
13、d); if(strcmp(i-n ame,0)=0) free(i); f=0; break; nn); 12 j-n ext=i; j=i; j-n ext=NULL; *h_P=head; void rewrite(struct shop *h_p) char a30; struct shop *i,*j,*head; head=*h_p; i=head; do printf(n請輸入要修改貨物的名稱:”); putchar(n); gets(a); if(n =1 &!search1(h_p,a) printf(n不存在的貨物名稱! n); getch(); if(head=NULL)
14、 goto end; while( n=1&!search1(h_p,a); while(strcmp(a,i- name)!=0&i-n ext!=NULL) i=i-n ext; if(strcmp(a,i-n ame)=0) printf(n 真的要修改嗎? ?(y/n):); putchar(n); if(getchar()=y) getchar(); j=addbuild(h_p);13 strcpy(i-n ame,j-n ame); i-price_i n=j-price_i n; i-price_out=j-price_out; i-numn =j- num _i n; i-n
15、um_no w=j- num_now; i-nu m_sold=j-nu m_sold; i-wi n=j-wi n; i-perce nt=j-perce nt; free(j); printf(n 修改完成 A_Ann); en d:; void in sert(struct shop *h_p) struct shop *i,*j,*x,*head; head=*h_p; x=addbuild(h_p); i=j=head; while(strcmp(i-n ame,x- n ame)n ext!=NULL) j=i; i=i-n ext; if(strcmp(i-n ame,x- n
16、ame)=0) if(i=head) head=x; else j_n ext=x; x-n ext=i; else i-n ext=x; x-n ext=NULL; printf(n 插入完成 A_Ann.); *h_p=head; 14 void deleat(struct shop *h_p) struct shop*i,*j,*head; char a30,b; head=*h_p; do system(cls); printf(n請輸入你要刪除的貨物的名稱 :n); putchar(n); gets(a); if(n =1 &!search1(h_p,a) printf(n不存在的貨
17、物名稱! n); if(head=NULL) goto end; while( n=1&!search1(h_p,a); printf(n 真的要刪除嗎?(y/n):); putchar(n); b=getchar(); getchar(); if(b=y) i=head; while(strcmp(i- name,a)!=0&i-n ext!=NULL) j=i; i=i-n ext; if(strcmp(i-n ame,a)=0) if(i=head) 15 head=i-n ext; free(i); else j-n ext=i-n ext; n-; printf(n 刪除完成 A_A
18、.nn); *h_P=head; end:; void search(struct shop *h_p) int beg in,en d,mid,t; char a30; struct shop *i,*head; head=*h_p; i=head; printf(n請輸入要查詢貨物的名稱:”); putchar(n); gets(a); while(strcmp(i- name,a)!=0)&i-n ext!=NULL) i=i-n ext; if(strcmp(i-n ame,a)=0) printf(n名稱t 進價t 售價t 進貨數(shù)目 存貨數(shù)目 銷量t 贏利t 利率n); prin t
19、f(n= =n); prin tf(%s%10.2f%10.2f%10d%10d%10d%9.2f%10.2f,i- name,i-price_i n, i-price_out,i- n umn ,i-num_no w,i-nu m_sold,i-w in, i-perce nt); else printf(n 此貨物不存在!n); getch(); 16 void prin tall(struct shop *h_p) int a,c; char b=y: struct shop *i; while(b=y) do system(cls); prin t3(); scan f(%d,&a);
20、 while(a!=1 &a!=2&a!=3); switch(a) case 1:sort1(h_p);break; case 2:sort2(h_p);break; case 3:sort3(h_p);break; default:break; for(c=1,i=*h_p;i-n ext!=NULL;i=i-n ext,c+) printf(n名稱t 進價t 售價t 進貨數(shù)目 存貨數(shù)目 銷量t 贏利t 利率t 排名 n); prin tf(n= =n); prin tf(%s%10.2f%10.2f%10d%10d%10d%9.2f%10.2f%8d,i- name,i-price_i
21、n, i-price_out,i -numn ,i-num_no w,i-nu m_sold,i-w in, i-perce nt,c); if(c%8=0) getch(); getchar(); printf(按任意鍵繼續(xù)。n); 17 printf(n名稱t 進價t 售價t 進貨數(shù)目 存貨數(shù)目 銷量t 贏利t 利率t 排名 n); prin tf(n= =n); prin tf(%s%10.2f%10.2f%10d%10d%10d%9.2f%10.2f%8d,i- name,i-price_i n, i-price_out,i -numn ,i-num_no w,i-nu m_sold,
22、i-w in, i-perce nt,c); getch(); getchar(); system(cls); printf(查看其他排列方式? (y/n):); scan f(%c,&b); putchar(n); void save(struct shop *head) FILE *fp; struct shop *i; system(attrib c:y_data -h); system(del c:y_data); fp=fope n(c:y_data,wb+); i=head; for(i=head;i-n ext!=NULL;i=i-n ext) fprin tf(fp,%s%7.
23、2f,%.2f,%d,%d,%d,%.2f,%.2f,i- name,i-price_i n,i-price_out,i- numn ,i-num_no w,i-nu m_sold,i-w in, i-perce nt); fprin tf(fp,%s%7.2f,%.2f,%d,%d,%d,%.2f,%.2f,i- name,i-price_i n,i-price_out,i- numn ,i-num_no w,i-nu m_sold,i-w in, i-perce nt); fclose(fp); system(attrib c:y_data +h); printf(nA_A 已保存 n);
24、 void password_set() FILE *fp; int i,f=0,t=0; char a20,b20; do 18 if(password() do system(cls); printf(請輸入新密碼(319 位):n”); putchar(n); i=0; do ai=getch(); prin tf(*); i+; while(ai-1!=13&i19); ai-1=0; printf(n 請確認(rèn)新密碼:n); putchar(n); i=0; do bi=getch(); prin tf(*); i+; while(bi-1!=13&i2) t=1; system(at
25、trib c:y_secrea -h); system(del c:y_secrea); fp=fope n(c:y_secrea,wb+); fprin tf(fp,%s,a); fclose(fp); printf(n密碼修改完成A_An); ; while(t=0);19 else f+; if(f=3) break; while(t=O); int password_exi(struct shop *h_p) FILE *fp; if(fp=fope n(c:y_secrea,rb)!=NULL) fclose(fp); return 1; else password_create()
26、; creat(h_p); save(*h_p); return 0; int data_exi(struct shop *h_p) FILE *fp; if(fp=fope n(c:y_data,rb)!=NULL) fclose(fp); return 1; else creat(h_p);20 save(*h_p); return 0; void load(struct shop *h_p) FILE *fp; struct shop *head,*i,*j; head=NULL; j=i=(struct shop *)malloc(LEN); if(fp=fope n(c:y_data
27、,rb)!=NULL) while(!feof(fp) fsca nf(fp,%s%f,%f,%d,%d,%d,%f,%f,i- name,&i-price_i n,&i-price_out,&i- numn,&i- n um_now,&i-nu m_sold,&i-w in,&i-perce nt); n+; if(n=1) head=j; if(!feof(fp) i=(struct shop*)malloc(LEN); j-n ext=i; j=i; j-n ext=NULL; *h_p=head; fclose(fp); struct shop *addbuild(struct sho
28、p *h_p) struct shop *i; int b,f; float c; char a30; i=(struct shop *)malloc(LEN); do 21 f=0; printf(n 請輸入名稱:nn); scan f(%s,a); if(n =1 &search1(h_p,a) printf(n 名稱重復(fù)! n); f=1; while(f); strcpy(i-n ame,a); if(strcmp(i-n ame,0)=0) return(i); printf(” 請輸入進價:nn); scan f(%f, &c); i-price_ in=c; printf(請輸入
29、售價:nn); scan f(%f, &c); i-price_out=c; printf(請輸入進貨數(shù)目:nn); scan f(%d,&b); i-num_in=b; printf(請輸入現(xiàn)存數(shù)目:nn); scan f(%d,&b); i-num_no w=b; i-num _sold=i-numn-i-num_now; i-w in=(i-num_in-i-num_no w)*(i-price_out-i-price_i n); i-perce nt=(i-price_out-i-price_ in)/(i-price_ in); return(i); void sort0(struc
30、t shop *h_p) struct shop *i,*j,*z,*sei,*jt,*seit; int n i,nj ,n p,t; char sm30; if(n =2) for(i=*h_p ,ni=1;i-n ext!=NULL;i=i-n ext ,ni+) strcpy(sm,i-n ame); np=ni; for(j=i-n ext,nj=ni+1;j-n ext!=NULL;j=j-n ext,nj+)22 if(strcmp(sm,j-n ame)0) n p=nj; strcpy(sm,j-n ame); if(j- next=NULL) if(strcmp(sm,j-
31、n ame)0) n p=nj; if(n p!=ni) for(t=1,j=*h_p;t n ext,t+); jt=j-n ext; i=jt; if(n i=1) seit=*h_p; z=*h_p; *h_p=j _n ext; j_n ext=z; else for(t=1,sei=*h_p;t n ext,t+); seit=sei-n ext; z=sei-n ext; sei-n ext=j-n ext; j_n ext=z; z=jt-n ext; jt- n ext=seit- n ext; seit- n ext=z; int search1(struct shop *h
32、_p,char a30) struct shop *i; int j; for(i=*h_p,j=1;j n ext) if(strcmp(a,i-n ame)=0) return 1;23 ; if(strcmp(a,i-n ame)=O) return 1; else return 0; void sort1(struct shop *h_p) struct shop *i,*j,*z,*sei,*jt,*seit; int n i,nj ,n p,t; int sm; if(n =2) for(i=*h_p ,ni=1;i-n ext!=NULL;i=i-n ext ,ni+) sm=i-nu m_sold; np=ni; for(j=i-n ext,nj=n i+1;j- next!=NULL;j=j- next,nj+) if(sm num _sold) n p=nj; sm=j-nu m_sold; if(j- next=NULL) if(sm num _
溫馨提示
- 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)容負(fù)責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時也不承擔(dān)用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 維修電工高級技師培訓(xùn)計劃與教學(xué)大綱
- 《接觸網(wǎng)施工》課件 4.3.1 接觸線終錨端頭安裝
- 2024年g0培訓(xùn)課件:探秘工程圖紙的全方位管理之道
- 海南省三亞市(2024年-2025年小學(xué)五年級語文)統(tǒng)編版綜合練習(xí)((上下)學(xué)期)試卷及答案
- 《小丑的眼淚》-探索人性的復(fù)雜性
- 文書模板-納稅租賃合同
- 2024年《植物生理學(xué)》教案升級與優(yōu)化教學(xué)路徑
- 2024屆江西科技學(xué)院某中學(xué)高考語文試題命題比賽模擬試卷(19)含解析
- 2024年視角:《贈劉景文》課件的創(chuàng)新發(fā)展
- 輸氣工基礎(chǔ)知識考試題庫(濃縮300題)
- 俄羅斯禮儀完
- 小學(xué)六年級語文(小升初)修改病句專項練習(xí)題(含答案)
- 人教版六年級音樂上冊全冊教案
- 辦稅服務(wù)外包投標(biāo)方案(技術(shù)標(biāo))
- 冷庫是有限空間應(yīng)急預(yù)案
- 基于PLC的機械手控制系統(tǒng)設(shè)計畢業(yè)設(shè)計
- 足軟組織感染的護理查房
- 建設(shè)項目竣工環(huán)境保護驗收管理辦法
- 植物學(xué)課件:第二章 種子和幼苗
- 第8課 用制度體系保證人民當(dāng)家做主
- 軟件測試規(guī)范模板
評論
0/150
提交評論