91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

資源簡(jiǎn)介

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

資源截圖

代碼片段和文件信息

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

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

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

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

?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件??????128255??2015-06-18?09:27??C程序作品說(shuō)明書(shū).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

評(píng)論

共有 條評(píng)論

相關(guān)資源