2019年C语言课程设计.docxVIP

  • 3
  • 0
  • 约7.12千字
  • 约 7页
  • 2019-03-08 发布于天津
  • 举报
C语言课程设计 题目:图书管理系统的设计与实现 学院:信息科学与工程学院 专业:电气工程及其自动化 班级:电气17-1BF 姓名:雷志恒 学号:14175403120 #include stdio.h #include string.h #include stdlib.h struct node ? { char name[10]; ??? float price; ??? char pub[15]; ??? struct node *link; ? }; ?struct node *add(struct node *head ) ;??? /*??????? 函数功能:创建结点,输入结点数据??????????? */ ?void print(struct node *head);??????????? /*??????? 函数功能:链表输出????????????????????????? */ ?void save(struct node *head);???????????? /*??????? 函数功能:链表存储????????????????????????? */ void search(struct node *head);?????????? /*??????? 函数功能:链表结点查找?????????????????????? */ ?struct no

文档评论(0)

1亿VIP精品文档

相关文档