C语言课程设计设备管理系统.pdfVIP

  • 1
  • 0
  • 约1.51万字
  • 约 9页
  • 2021-10-14 发布于上海
  • 举报
... #include stdio.h #include stdlib.h #include conio.h #include string.h void menu();// 功能选择 void lkp();// 查看信息 void chng();// 修改信息 void dlt();// 删除信息 void add();// 添加信息 void read();// 读取文件 void write();// 写入文件 void count();// 统计信息 struct dvc { char dno[20],dname[20],downer[20],ddpartment[20],damount[20],dtime[20],dprice[20]; int dlt; } d[200]; int tot,sum; int main() { system(color fc); system(mode con cols=146 lines=40); puts(

文档评论(0)

1亿VIP精品文档

相关文档