文件名称:bothwaylist
介绍说明--下载内容均来自于网络,请自行研究使用
利用结构体定义结点,每个结点有前驱指针与后继指针,结点数据也是用指针动态开辟内存,每个前驱指针指向前一个结点,每个后继指针指向后一个结点实现双向循环列表,新数据插入可选择首部插入与尾部插入-Use structure is defined nodes, each node has predecessor and successor pointers pointer, node data also opened with a pointer dynamic memory, each precursor pointer to the previous node, each subsequent cycle pointer pointing to a two-way junction achieve list of new data into the tail selectively insert header insertion
(系统自动生成,下载前可以参看下载内容)
下载文件列表
main.c
list.c
list.h