首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > 超市管理系统

超市管理系统

  • 资源大小:18.02 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: c

资 源 简 介

#include          /*输入,输出头文件*/ #include          /*申请空间头文件*/ #include          /*对字符串加工头文件*/ #include #include       /*清屏头文件*/ struct arraysGoods { int goods_id; //商品编号 char goods_name[50]; //商品名称 char goods_address[50]; //商品产地 char goods_type[50]; //商品种类 float goods_inputprice; //商品进价 float goods_outputprice; //商品售价 int goods_num; //商品进货量 }; struct arraysGoods GoodsDates[50]={ {2013,"衬衫","北京","c",1.4,2.5,5},{2012,"裤子","上海","b",1.3,2.5,6}, {2011,"短袖","大连","a",1.1,2.5,7}}; struct arraysGoods GoodsDates2[50]; void loginTitle(); void loginManager(); void selectManagerMenu(); void spendPassager(); v

文 件 列 表

2
2.cbp
2.depend
2.layout
bin
main.c
obj
VIP VIP
0.199187s