超市管理系统源程序.docVIP

  • 2
  • 0
  • 约1.28万字
  • 约 11页
  • 2016-11-28 发布于河南
  • 举报
超市管理系统源程序

超市管理系统源程序 #include stdio.h #include string.h #define MAX 20 #define N 3 #define PAGE 2 #define PRINT1 printf(\n) #define PRINT2 printf(商品号--商品名称--商品种类--销售价格--生产日期(年-月-日)--保质期\n) #define PRINT3 printf(%4d%s%s%8d%15%-%2d-%2d%10d\n,goods[i].num,goods[i].name,goods[i].kind,goods[i].out_price,goods[i].pro_time.year,goods[i].pro_time.month,goods[i].pro_time.date,goods[i].save_day) int sum;/*记录商品数目*/ struct date /*日期结构体类型*/ { int year; int month; int date; } struct goods_type /*商品结构体类型*/ { int sum; char name[10]; char kind[10]; int amount; int goods_up; int goods_dow

文档评论(0)

1亿VIP精品文档

相关文档