文件名称:C_lianbiao
介绍说明--下载内容均来自于网络,请自行研究使用
Data *Create() //创建一个带头结点的空表
void Insert(Data *,int) //插入一个节点
void Reverse(Data *) //就地逆置
void Delete(Data *) //删除指定节点的节点
void Print(Data *) //打印链表
void Exit() //退出-Data* Create () // create an empty table to take the lead node void Insert (Data*, int) // insert a node void Reverse (Data*) // place against the home void Delete (Data*) // Remove the specified nodes that void Print (Data*) // print out the list void Exit () //
void Insert(Data *,int) //插入一个节点
void Reverse(Data *) //就地逆置
void Delete(Data *) //删除指定节点的节点
void Print(Data *) //打印链表
void Exit() //退出-Data* Create () // create an empty table to take the lead node void Insert (Data*, int) // insert a node void Reverse (Data*) // place against the home void Delete (Data*) // Remove the specified nodes that void Print (Data*) // print out the list void Exit () //
(系统自动生成,下载前可以参看下载内容)
下载文件列表
C_lianbiao.c