c语言图书管理标准系统.docVIP

  • 2
  • 0
  • 约2.52万字
  • 约 32页
  • 2018-12-08 发布于江苏
  • 举报
c语言图书管理标准系统

#include stdio.h #include dos.h #include conio.h #include stdlib.h #include stdio.h #include string.h #define Key_UP 72 #define Key_DOWN 80 #define Key_ENTER 28 #define Key_N 49 #define Key_Y 21 #define LEN sizeof(struct linklist) typedef struct book1 /*图书基本信息结构体*/ { char name[20]; char writer[30]; char type[20]; char num[20]; char time[20]; char press[20]; char edition[20]; char ISBN[40]; float price; int count; int lendnum; }bbasic; /* 图书资料基本信息:中图法分类号、图书编号、书名、作者(要考虑多个作者情况)、出版社、出版日期、ISBN、版次、定价、馆藏数、借阅数等。 */ typedef struct book2 /*图书采购信息结构体*/ { char name[2

文档评论(0)

1亿VIP精品文档

相关文档