- 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
您可能关注的文档
- 2019年A类班级能力提高阶段——学习策略教改报告.doc
- 2019年B.重点专项目标考核办法.doc
- 2019年B1包、财务软件.doc
- 2019年B2C电子商务中的信用风险分析及对策.doc
- 2019年B4包、医疗信息系统升级改造.doc
- 2019年B5包、山东省物联网产品质检中心实验室信息管理系统.doc
- 2019年BD-EIP综合管理平台功能清单.doc
- 2019年BEASCarShow——品车·品酒·品音乐1912时尚夜车展策.ppt
- 2019年BeautyIsMoney-生技产业在美容市场的商机-.ppt
- 2019年BeihangSoftwareCollege程建群博士(Dr.JasonCheng).ppt
原创力文档

文档评论(0)