- 6
- 0
- 约 41页
- 2016-11-10 发布于江苏
- 举报
6 链表典型操作的各函数头的定义 struct student *creat(void) {} void print(struct student *head) {} struct student *del(struct student *head,int sno){} struct student * insert(struct student *head,struct student *stud){} struct student * sort(struct student *head,struct student *stud){} #define NULL 0 #define LEN sizeof(struct student) struct student {long num; char name[12]; char sex; int age; char tel[15]; char addr[10]; struct student *next; }; 将链表中的节点内容写到文件中 void save(struct student *head) {struct student *p; FILE *fp; fp=fope
您可能关注的文档
- 曹庆媛初三复习课件讲义.ppt
- ba教学研究+创新教学行为+++提高教学实效讲义.ppt
- 《结构化学》第五章讲义.ppt
- 大学物理的好帮手讲义.ppt
- 毕业论文研究与撰写指要讲义.ppt
- 成因矿物学矿物共生组合讲义.ppt
- 北京市陈经纶中学-高三生物物质结构化学键讲义.ppt
- 毕业论文设计应该注意的问题讲义.ppt
- 初中篮球教材讲义.ppt
- 地铁通风空调培训资料讲义.ppt
- 专项十三 复合句(含答案) 2026年中考人教版英语语法专项复习.doc.docx
- 专项十四 There be句型和主谓一致(含答案) 2026年中考人教版英语语法专项复习.doc.docx
- 专项14 构词法 学案(含答案)2025年中考人教版英语语法专项复习.doc.docx
- 静脉肾盂造影结石梗阻评估.ppt
- 《假期实践活动》教案-2025-2026学年冀教版(新教材)小学数学二年级下册.docx
- 老年结石病合并慢病综合诊疗.ppt
- 鹿角形肾结石复杂手术治疗.ppt
- 经皮肾镜超声碎石清石术.ppt
- 《参观爱国主义教育基地》教案-2025-2026学年冀教版(新教材)小学数学二年级下册.docx
- 《生活中的大数:整理与复习》教案(2课时)-2025-2026学年冀教版(新教材)小学数学二年级下册.docx
原创力文档

文档评论(0)