数据结构图书管理系统课程设计报告范文.pptx
数据结构图书管理系统课程设计报告;4) 退出和文件保存 退出读书管理系统并保存读者和图书信息;typedef struct book { char book_num[10]; char book_name[20]; char book_writer[10]; int book_xy; int book_kc; struct book *next; }BK; 读者信息 typedef struct
下载地址
用户评论