xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

資源簡介

1、作品題目:《倉庫管理系統》 2、主要功能: a、用戶注冊登陸功能; b、商品入庫(輸入詳細信息); c、商品出庫(可按商品編碼、商品名稱出庫。并可通過出庫數量判斷庫存情況); d、商品一覽(可分總覽、編號和名稱三種方式輸出商品詳細情況); e、退出。

資源截圖

代碼片段和文件信息

#include?
#include
#include?“deal_file.h“
void?close_file(void)?//關閉文件
{
????fclose(global.pfile);
????global.pfile=NULL;

}
void?open_file(char?*mode)//打開文件
{
????if(global.pfile)
????????close_file();
????if(fopen_s(&global.pfileglobal.filenamemode))
????{
????????printf(“不能通過%s打開%s“modeglobal.filename);
????????exit(1);

????}
????setvbuf(global.pfileNULL?_IOFBFBUFSIZ);

}
void?laid_up(void)??//商品入庫
{
????printf(“\n\n==============================================================================\n“);
????printf(“—————————————————商品入庫——————————————————\n“);
????printf(“==============================================================================\n請輸入商品信息:\n“);
????open_file(“ab“);
????printf(“商品編碼:\n“);
????scanf(“%d“&info.NUM_thing

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????128255??2015-06-18?09:27??C程序作品說明書.docx
?????目錄???????????0??2015-06-18?12:32??the_storage_system\
?????文件???????11208??2015-06-16?20:34??the_storage_system\deal_file.c
?????文件?????????566??2015-06-16?16:55??the_storage_system\deal_file.h
?????文件????????7008??2015-06-13?10:21??the_storage_system\deployment.pri
?????文件?????????961??2015-06-14?22:20??the_storage_system\laid_out.c
?????文件????????3001??2015-06-16?17:03??the_storage_system\login.c
?????文件?????????287??2015-06-16?16:58??the_storage_system\login.h
?????文件????????1105??2015-06-16?14:17??the_storage_system\look_up.c
?????文件??????????82??2015-06-16?17:03??the_storage_system\main.c
?????文件??????????54??2015-06-14?00:14??the_storage_system\main.h
?????文件????????1207??2015-06-16?17:03??the_storage_system\menu.c
?????文件??????????76??2015-06-13?23:49??the_storage_system\menu.h
?????文件?????????285??2015-06-14?22:53??the_storage_system\save_out.c
?????文件?????????304??2015-06-16?16:57??the_storage_system\the_storage_system.pro
?????文件???????18505??2015-06-17?23:43??the_storage_system\the_storage_system.pro.user

評論

共有 條評論