C语言仓库管理系统课设

上传者: q694847426 | 上传时间: 2021-06-18 14:14:49 | 文件大小: 1.15MB | 文件类型: 7Z
#include #include #include #include #define M 50 typedef struct //结构体 { int num; //货品编号 char name[20]; //货品名称 int stock; //原始库存 int in; //入库数目 int out; //出库数目 int amount; //最终库存 int warning_value; //警戒值 int state; //库存状态(是否低于警戒值) }goods; goods s[M]; //用于存放货品信息 goods r[M]; //用于存放入库货品信息 goods t[M]; //用于存放出库货品信息 void Re_file(); //读入原始库存文件 void Stock_in(); //读入入库文件 void Stock_out(); //读入出库文件 void Display(); //显示库存情况 void Estimate(); //判断库存值是否小于警戒值 void Query(); //查询货品 void Sort(); //商品库存总量从小到大排序 void Printf_back(); //返回主菜单 void Modify(); //修改货品信息 void Statistics(); //统计数目 int Wr_file(); //写输出文件 int N; int P; main() { int sele; Re_file(); //读取货品信息 sele=1; while(sele) { system("cls"); printf("\n\n"); printf("**************************************\n"); printf("* 仓库物资管理系统 *\n"); printf("**************************************\n"); printf("********** 1.物资入库 **********\n"); printf("********** **********\n"); printf("********** 2.物资出库 **********\n"); printf("********** **********\n"); printf("********** 3.物资查询 **********\n"); printf("********** **********\n"); printf("********** 4.物资排序 **********\n"); printf("********** **********\n"); printf("********** 5.库存修改 **********\n"); printf("********** **********\n"); printf("********** 6.统计库存 **********\n"); printf("********** **********\n"); printf("********** 7.退出程序 **********\n"); printf("**************************************\n"); printf("\n\n"); printf("请选择功能序号:"); scanf("%d",&sele); switch(sele) { case 1:Stock_in();Display();break; case 2:Stock_out();Display();break; case 3:Query();break; case 4:Sort();Display();break; case 5:M

文件下载

资源详情

[{"title":"( 18 个子文件 1.15MB ) C语言仓库管理系统课设","children":[{"title":"仓库管理系统","children":[{"title":"code","children":[{"title":"仓库系统.cpp <span style='color:#111;'> 9.41KB </span>","children":null,"spread":false},{"title":"stockin.txt <span style='color:#111;'> 63B </span>","children":null,"spread":false},{"title":"stockout.txt <span style='color:#111;'> 79B </span>","children":null,"spread":false},{"title":"amount.txt <span style='color:#111;'> 1.41KB </span>","children":null,"spread":false},{"title":"仓库系统.opt <span style='color:#111;'> 47.50KB </span>","children":null,"spread":false},{"title":"Debug","children":[{"title":"仓库系统.pch <span style='color:#111;'> 3.48MB </span>","children":null,"spread":false},{"title":"vc60.pdb <span style='color:#111;'> 76.00KB </span>","children":null,"spread":false},{"title":"仓库系统.ilk <span style='color:#111;'> 231.71KB </span>","children":null,"spread":false},{"title":"vc60.idb <span style='color:#111;'> 145.00KB </span>","children":null,"spread":false},{"title":"仓库系统.exe <span style='color:#111;'> 208.07KB </span>","children":null,"spread":false},{"title":"仓库系统.pdb <span style='color:#111;'> 457.00KB </span>","children":null,"spread":false},{"title":"仓库系统.obj <span style='color:#111;'> 34.23KB </span>","children":null,"spread":false}],"spread":true},{"title":"仓库系统.dsw <span style='color:#111;'> 541B </span>","children":null,"spread":false},{"title":"仓库系统.dsp <span style='color:#111;'> 3.35KB </span>","children":null,"spread":false},{"title":"仓库系统.ncb <span style='color:#111;'> 33.00KB </span>","children":null,"spread":false},{"title":"仓库系统.plg <span style='color:#111;'> 1.27KB </span>","children":null,"spread":false},{"title":"goods.txt <span style='color:#111;'> 419B </span>","children":null,"spread":false}],"spread":false},{"title":"仓库管理系统.docx <span style='color:#111;'> 188.22KB </span>","children":null,"spread":false}],"spread":true}],"spread":true}]

评论信息

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明