- 29
- 0
- 约5.13千字
- 约 5页
- 2017-06-25 发布于湖北
- 举报
实验目的:题目:
#include stdio.h
#include conio.h
#include stdlib.h
#include windows.h
struct node
{
char c;
struct node *next;
};
struct node *head,*tail,*p,*q,*r;
int cut1=0;
void show()
{
printf(\n\n\t\t\t\t欢 迎 使 用!);
printf(\n\n\t\t\t1、加入元素);
printf(\n\n\t\t\t2、输出全部元素和元素个数);
printf(\n\n\t\t\t3、输出特定元素位置);
printf(\n\n\t\t\t4、输出特定位置元素);
printf(\n\n\t\t\t5、在特定位置插入元素);
printf(\n\n\t\t\t6、删除特定位置元素);
printf(\n\n\t\t\t7、删除全部元素);
printf(\n\n\t\t\t0、退出);
printf(\n\n\t\t请输入:);
}
void chu()
{
head=(struct node*)malloc(sizeof(struct node));
head-next=NU
您可能关注的文档
最近下载
- 酿酒专用小麦品质与酿造性能研究.pptx VIP
- 广西建设领域现场专业人员三新技术网络培训考试试题.100分.pdf VIP
- 四旋翼无人机设计.docx VIP
- 2026 年 静脉输液治疗技术操作规范(WS_T 433-2025,附穿刺流程).docx VIP
- 《输电网规划设计内容深度规定》DL_T 5631-2021 电力.docx VIP
- 2026年信息技术在智能教育教学资源开发中的应用与共享.docx
- 泰和110kV输变电工程可行性研究报告.doc VIP
- 表面处理机器人系列编程:Fanuc CRX-10iA_L_(11).故障诊断与排除.docx
- 煤油冷却器的设计毕业设计论文.doc VIP
- 检验科意外事故处理方案.docx VIP
原创力文档

文档评论(0)