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

正文內(nèi)容

c語(yǔ)言程序設(shè)計(jì)課程設(shè)計(jì)--倉(cāng)庫(kù)管理-資料下載頁(yè)

2024-11-16 17:15本頁(yè)面

【導(dǎo)讀】薂螃罿芆蒈螂肁蒁莄螁膃芄蚃袀袃肇蕿衿羅節(jié)蒅袈肇肅蒁袈袇莁莇袇罿膃蚅袆肂荿薁裊膄膂蕆襖襖莇莃羃羆膀螞羃肈莆薈芁膈薄羈羀蒄蒀薇肅芇莆薆膅蒂蚄薆裊芅薀薅羇蒀蒆蚄聿芃莂蚃膁肆蟻螞袁芁蚇蟻肅肄薃蝕膆莀葿蝕裊膃蒞蠆羈莈蚄蚈肀膁薀螇膂莆蒆螆袂腿莂螅羄蒞莈螄膇膇蚆螄袆蒃薂螃罿芆蒈螂肁蒁莄螁膃芄蚃袀袃肇蕿衿羅節(jié)蒅袈肇肅蒁袈袇莁莇袇罿膃蚅袆肂荿薁裊膄膂蕆襖襖莇莃羃羆膀螞羃肈莆薈芁膈薄羈羀蒄蒀薇肅芇莆薆膅蒂蚄薆裊芅薀薅羇蒀蒆蚄聿芃莂蚃膁肆蟻螞袁芁蚇蟻肅肄薃蝕膆莀葿蝕裊膃蒞蠆羈莈蚄蚈肀膁薀螇膂莆蒆螆袂腿莂螅羄蒞莈螄膇膇蚆螄袆蒃薂螃罿芆蒈螂肁蒁莄螁膃芄蚃袀袃肇蕿衿羅節(jié)蒅袈肇肅蒁袈袇莁莇袇罿膃蚅袆肂荿薁裊膄膂蕆襖襖莇莃羃羆膀螞羃肈莆薈芁膈薄羈羀蒄蒀薇肅芇莆薆膅蒂蚄薆裊芅薀薅羇蒀蒆蚄聿芃莂蚃膁肆蟻螞袁芁蚇蟻肅肄薃蝕膆莀葿蝕裊膃蒞蠆羈莈蚄蚈肀膁薀螇膂莆蒆螆袂腿莂螅羄蒞莈螄膇膇蚆螄袆蒃薂螃罿芆蒈螂肁蒁莄螁膃芄蚃袀袃肇蕿衿羅

  

【正文】 品數(shù) 第 31 頁(yè) 共 13 頁(yè) strcpy(tailtim,a)。/*將時(shí)間存入結(jié)點(diǎn)中 */ tailflag=1。/*表示該結(jié)點(diǎn)存放的是出庫(kù)信息 學(xué)生簡(jiǎn)歷管理系統(tǒng) 量存入結(jié)點(diǎn) */ p=tail。 printf(貨物提取完畢 !,按任意鍵返回 ...\n)。 getchar()。 getchar()。 system(cls)。 return 0。 } } } return head。 } /*判斷時(shí)間是否合法函數(shù) , 不合法返回 0,合法返回 int judge_time(char a[]) { int m,d,y。 第 32 頁(yè) 共 13 頁(yè) 1*/ 學(xué)生簡(jiǎn)歷管理系統(tǒng) if(strlen(a)!=10) return 0。 if(*(a+4)!=‘’||*(a+7)!=‘’) return 0。 y=(*a’0’)*1000+(*(a+1)’0’)*100+(*(a+2)’0’)*10+(*(a+ 3)’0’)。/*將前四位轉(zhuǎn)化為數(shù)字年 */ 月 */ 天 */ if(!((y%4==0amp。amp。y%100!=0)||y%400==0))/*滿(mǎn)足為非閏年 */ { if(m==2) if(d0||d=29) return 0。 } else { 第 33 頁(yè) 共 13 頁(yè) m=(*(a+5)’0’)*10+(*(a+6)’0’)。/*將 67 轉(zhuǎn)化為數(shù)字 d=(*(a+8)’0’)*10+(*(a+9)’0’)。/*將 910 為轉(zhuǎn)化為數(shù)字 if(m12||m0) return 0。 學(xué)生簡(jiǎn)歷管理系統(tǒng) if(m==2) if(d0||d29) return 0。 }/* 閏 年 的 情 況 */ if(m==1||m==3||m==5||m==7||m==8||m==10||m==12) if(d31||d0) return 0。 if(m==4||m==6||m==9||m==11) /*查詢(xún)指定倉(cāng)庫(kù)編號(hào)的入庫(kù)記錄 flag==1表示入庫(kù) */ void look_up_enter_spec_information(struct information *head) { struct information *p=head。 int number。 if(p==NULL){ printf( 暫無(wú)庫(kù)存 !\n)。 getchar()。 第 34 頁(yè) 共 13 頁(yè) if(d30||d0) return 0。 return 1。/*只要上述條件均不滿(mǎn)足 則合法 */ } 學(xué)生簡(jiǎn)歷管理系統(tǒng) return 。} do{ printf( 請(qǐng) 輸 入 倉(cāng) 庫(kù) 編 號(hào) (15)\n )。 scanf(%d,amp。number)。 if(number1||number5) printf( 輸入錯(cuò)誤 !請(qǐng)重新輸入 \n )。 }while(number1||number5)。 printf( 倉(cāng)庫(kù)編號(hào) 負(fù)責(zé)人 倉(cāng)庫(kù)名稱(chēng) 產(chǎn)品編號(hào) 產(chǎn)品名稱(chēng) 產(chǎn)品規(guī)格 產(chǎn)品數(shù)量 入庫(kù)日期 \n)。 while(p!=NULL){ 前提 */ { /* 打 印 倉(cāng) 庫(kù) 信 息 */ printf(%4d%14s%8s,number,pstor[i].fuzeren_name,pstor[i]. 第 35 頁(yè) 共 13 頁(yè) int i。 for(i=1。i=N。i++) { if(pstor[i].storage_number==numberamp。amp。pflag==1)/*大 學(xué)生簡(jiǎn)歷管理系統(tǒng) storage_name)。 /* 打 印 產(chǎn) 品 信 息 */ for(i=1。i=M。i++) { if(ppro[i].product_number11amp。amp。ppro[i].product_number0amp。amp。pflag==1) printf(%8d%14s%12s%10d,ppro[i].product_number,ppro[i].product_name,ppro[i].product_guige,ppro[i].amount)。 } /*打印時(shí)間 */ printf(%16s\n,ptim)。 } } p=pnext。 } printf( 按回車(chē)?yán)^續(xù) \n)。 getchar()。 getchar()。 system(cls)。 第 36 頁(yè) 共 13 頁(yè) 學(xué)生簡(jiǎn)歷管理系統(tǒng) return 。 } /*查詢(xún)指定產(chǎn)品編號(hào)的入庫(kù)記錄 flag==1 表示入庫(kù) */ void look_up_enter_product_information(struct *head) { struct information *p=head。 int number。 if(p==NULL){ printf(暫無(wú)庫(kù)存 ! \n)。 getchar()。 return 。} do{ printf( 請(qǐng)輸入產(chǎn)品編號(hào) (110)\n )。 scanf(%d,amp。number)。 if(number1||number10) printf( 輸入錯(cuò)誤 !請(qǐng)重新輸入 \n )。 }while(number1||number10)。 第 37 頁(yè) 共 13 頁(yè) information 學(xué)生簡(jiǎn)歷管理系統(tǒng) printf( 產(chǎn)品編號(hào) 產(chǎn)品名稱(chēng) 產(chǎn)品規(guī)格 產(chǎn)品數(shù)量 倉(cāng)庫(kù)編號(hào) 倉(cāng)庫(kù)名稱(chēng) 負(fù)責(zé)人 入庫(kù)日期 \n)。 while(p!=NULL){ int i。 for(i=1。i=M。i++){ if(ppro[i].product_number==numberamp。amp。pamp。gt。flag==1)/*大前提 */ { printf(%4d%14s%12s%12d,number,ppro[i].product_name,ppro[i].product_guige,ppro[i].amount)。/*打印產(chǎn)品信息 */ for(i=1。i=N。i++) { if(pstor[i].storage_number6amp。amp。pstor[i].storage_numberamp。gt。0) /*打印倉(cāng)庫(kù)信息 */ printf(%12d%14s%13s,pstor[i].storage_number,pstor[i].storage_name,pstor[i].fuzeren_name)。 } 第 38 頁(yè) 共 13 頁(yè) 學(xué)生簡(jiǎn)歷管理系統(tǒng) } /* 打 印 時(shí) 間 */ printf(%16s\n,ptim)。 } } p=pnext。 } printf( 按回車(chē)鍵返回 !)。 getchar()。 getchar()。 system(cls)。 return 。 /*查詢(xún)指定倉(cāng)庫(kù)編號(hào)的出庫(kù)記錄 flag==0表示出庫(kù) */ void look_up_out_spec_information(struct information *head) { struct information *p=head。 int number。 if(p==NULL){ printf(暫無(wú)庫(kù)存 ! \n)。 第 39 頁(yè) 共 13 頁(yè) 學(xué)生簡(jiǎn)歷管理系統(tǒng) getchar()。 return 。 } do{ printf( 請(qǐng)輸入倉(cāng)庫(kù)編號(hào) (15)\n)。 scanf(%d,amp。number)。 if(number1||number5) printf(輸入錯(cuò)誤 !請(qǐng)重新輸入 \n)。 }while(number1||number5)。 printf(倉(cāng)庫(kù)編號(hào) 負(fù)責(zé)人 倉(cāng)庫(kù)名稱(chēng) 產(chǎn)品編號(hào) 產(chǎn)品名稱(chēng) 產(chǎn)品規(guī)格 產(chǎn)品數(shù)量 入庫(kù)日期 \n)。 前提 */ { /*打印倉(cāng)庫(kù)信息 */ 第 40 頁(yè) 共 13 頁(yè) while(p!=NULL){ int i。 for(i=1。i=N。i++){ if(pstor[i].storage_number==numberamp。amp。pamp。gt。flag==1)/*大 學(xué) 生 簡(jiǎn) 歷 管 理 系 統(tǒng) printf(%d%17s%10s,number,pstor[i].fuzeren_name,pstor[i].storage_name)。 er0) printf(%3d%13s%14s%8d,ppro[i].product_number,ppr /* 打印產(chǎn)品信息 */ for(i=1。i=M。i++) { if(ppro[i].product_number11amp。amp。ppro[i].product_numbo[i].product_name,ppro[i].product_guige,ppro[i].amount)。 } 第 41 頁(yè) 共 13 頁(yè) } /* 打 印 時(shí) 間 */ printf( %s\n,ptim)。 } } p=pnext。 } getchar()。 學(xué)生簡(jiǎn)歷管理系統(tǒng) /*查詢(xún)指定產(chǎn)品編號(hào)的出庫(kù)記錄 flag==0 表示出庫(kù) */ void look_up_out_product_information(struct information *head) { struct information *p=head。 int number,i。 if(p==NULL){ printf(暫無(wú)庫(kù)存 ! \n)。 getchar()。 return 。 } do{ printf(請(qǐng)輸入產(chǎn)品編號(hào) (110)\n)。 scanf(%d,amp。number)。 if(number1||number10) printf(輸入錯(cuò)誤 !請(qǐng)重新輸入 \n)。 }while(number1||number10)。 printf(產(chǎn)品編號(hào) 產(chǎn)品名稱(chēng) 產(chǎn)品規(guī)格 產(chǎn)品數(shù)量 倉(cāng)庫(kù)編號(hào)庫(kù)名稱(chēng) 負(fù)責(zé)人 入庫(kù)日
點(diǎn)擊復(fù)制文檔內(nèi)容
研究報(bào)告相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖鄂ICP備17016276號(hào)-1