• 大小: 141KB
    文件类型: .doc
    金币: 1
    下载: 0 次
    发布日期: 2021-05-26
  • 语言: C/C++
  • 标签: C语言  图书管理  

资源简介

#include #include #include struct book{ int num; char bname[50]; char wname[20]; char press[50]; char sort[50]; int time; float price; struct book *next; }; struct book *creatbook(); //创建链表 struct book *addbook(struct book *head);

资源截图

代码片段和文件信息

评论

共有 条评论