下载此文档

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


文档分类:行业资料 | 页数:约35页 举报非法文档有奖
1/35
下载提示
  • 1.该资料是网友上传的,本站提供全文预览,预览什么样,下载就什么样。
  • 2.下载该文档所得收入归上传者、原创者。
  • 3.下载的文档,不会出现我们的网址水印。
1/35 下载此文档
文档列表 文档介绍
2021年超市仓库综合管理系统_程序超市仓库管理系统程序以下:
#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★

2021年超市仓库综合管理系统 程序 来自淘豆网www.taodocs.com转载请标明出处.

相关文档 更多>>
非法内容举报中心
文档信息
  • 页数35
  • 收藏数0 收藏
  • 顶次数0
  • 上传人读书百遍
  • 文件大小99 KB
  • 时间2020-11-10