摘要: 尊重作者劳动成果,转载请注明出处,谢谢! 1. array.h #ifndef array_H #define array_H #include <stddef.h> #include <sys/types.h> #include "delegate.h" //动态数组,能够动态的进行扩容,支持多种 阅读全文
posted @ 2021-09-02 12:50 chenyuxin 阅读(62) 评论(0) 推荐(0) 编辑
摘要: 尊重作者劳动成果,转载请注明出处,谢谢! 1. linkList.h #ifndef linkList_H #define linkList_H #include <stddef.h> #include "delegate.h" //链表节点 typedef struct linkNode { vo 阅读全文
posted @ 2021-09-02 12:36 chenyuxin 阅读(42) 评论(0) 推荐(0) 编辑
摘要: 联系作者:645779719@qq.com 阅读全文
posted @ 2021-09-02 12:34 chenyuxin 阅读(13) 评论(0) 推荐(0) 编辑