• 大小: 0.98M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-29
  • 标签: 模拟  语言  系统  C语言  

资源简介


代码片段和文件信息

#include
#include
struct sp{
      char id[20];
  char name[20];
  float price;
  float xy;
  int kc;
  int num_pj;
  int num_gm;
  int num_sc;
};
struct yh{
char name[20];
char code[20];
float money;
};
struct sc{
     char yh_name[20];
 char sp_id[20];
 char sp_name[20];
 float price;
};
struct gm{
     char yh_name[20];
 char sp_id[20];
 char sp_name[20];
 float price;
};
struct sp sps[1000];
struct yh yhs[1000];
struct sc scs[1000];
struct gm gms[1000];
int number=0;
int number1=0;
int number2=0;
int number3=0;
char yh_name[20];
FILE *yhml=NULL;  // ****用户目录文件****
FILE *spml=NULL;  // ****商品目录文件****
FILE *ygm=NULL;   // ****已购买文件******
FILE *ysc=NULL;   // ****已收藏文件******  
int num[4];
void main(){
  /*函数声明*

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       60662  2018-07-14 21:42  gouwu.exe
     文件     1013353  2018-07-14 21:37  源代码及运行截图.docx
     文件       27036  2018-07-14 21:39  gouwu.c

评论

共有 条评论