搜索资源列表
list2
- 异质链表 void print(void) //遍历链表输出 int length(void) //求链表长度 void insert_head(double value) //链头插入 void insert_tail(double value) //链尾插入 void insert_k(int k, double value) //第k个元素后插入 void delete_head(void) //链头结点删除 void dele
ConsoleApplication5
- 基于异质链表的信息管理系统,包括类,结构体,共用体,枚举类型。-Based on the list of heterogeneous information management system