C语言仓库管理系统课设
#include#include#include#include#define M 50typedef struct //结构体{ int num; //货品编号 char name[20]; //货品名称 int stock; //原始库存 int in; //入库数目 int out; //出库数目 int amount; //最终库存 int warning_value; //警戒值 int state; //库存状态(是否低于警戒
文件列表
仓库管理系统.7z
(预估有个18文件)
仓库管理系统
code
仓库系统.cpp
9KB
stockin.txt
63B
stockout.txt
79B
amount.txt
1KB
仓库系统.opt
48KB
Debug
仓库系统.pch
3.48MB
vc60.pdb
76KB
暂无评论