您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. C语言商品销售系统源码分享

  2. 主要为大家分享了C语言商品销售系统源码,具有一定的参考价值,感兴趣的小伙伴们可以参考一下
  3. 所属分类:其它

    • 发布日期:2020-08-27
    • 文件大小:83968
    • 提供者:weixin_38640168
  1. C语言商品销售系统源码分享

  2. 本文实例为大家分享了C语言商品销售系统的具体代码,供大家参考,具体内容如下 #include //头文件 #include //头文件 #include //头文件 #define M 100 //货物种类 #define N 100 //顾客数目 struct goods //单个货物信息格式 { int number; //产品编号 char name[20]; //产品名称 int price1; //进价(或利润) int price2; //售价 int amount
  3. 所属分类:其它

    • 发布日期:2020-12-26
    • 文件大小:84992
    • 提供者:weixin_38681147