1 / 35
文档名称:

2021年超市仓库综合管理系统 程序.doc

格式:doc   大小:99KB   页数:35页
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

2021年超市仓库综合管理系统 程序.doc

上传人:读书百遍 2020/11/10 文件大小:99 KB

下载得到文件列表

2021年超市仓库综合管理系统 程序.doc

相关文档

文档介绍

文档介绍:超市仓库管理系统程序以下:
#include <>
#include<>
#include <>
#include<>
#include""
#define N 500
#define LEN sizeof(struct product)
#define ILEN sizeof(struct in_product)
#define OLEN sizeof(struct out_product)
#define QLEN sizeof(struct quit_product)
void init()
{
head=NULL;
qhead=NULL;
ihead=NULL;
ohead=NULL;
printf("\t\t★★★★★★★★★★★★★★★★★★★★★★★★★★\n");
printf("\t\t★ ★\n");
printf("\t\t★ ★\n");
printf("\t\t★ ★\n");
printf("\t\t★ ******************** ★\n");
printf("\t\t★ * * ★\n");
printf("\t\t★ * ♀ 欢迎进入 ♀ * ★\n");
printf("\t\t★ * * ★\n");
printf("\t\t★ * 超市仓库管理系统 * ★\n");
printf("\t\t★ * * ★\n");
printf("\t\t★ ******************** ★\n");
printf("\t\t★ ★\n");
printf("\t\t★ ★\n");
printf("\t\t★ ★\n");
printf("\t\t★★★★★★★★★★★★★★★★★★★★★★★★★★\n\n");
printf("\t\t\t\t 1: 入库管理\n");
printf("\t\t\t\t 2: 出库管理\n");
printf("\t\t\t\t 3: 退货管理\n");
printf("\t\t\t\t 4: 商品统计\n");
printf("\t\t\t\t 0: 退出系统\n");
}
void menu()
{


printf("\t\t\t\t 1: 添加数据\n");
printf("\t\t\t\t 2: 删除数据\n");
printf("\t\t\t\t 3: 修改数据\n");
printf("\t\t\t\t 4: 查看数据\n");
printf("\t\t\t\t其它: 退回上一级菜单\n");
}
void menu2()
{
printf("\t\t★★★★★★★★★★★★★★★★★★★★★★★★★★\n");
printf("\t\t★ ★\n");
printf("\t\t★