搜索资源列表
lianbiao_tongxulu
- c语言,通讯录的源代码(用链表实现),是本人在课程实践是完成的.指点指点-c language, the source code directory (using chain achieved), in the course of my practice is completed. Instruct the instructions
MyMemoryPool_v_3_0
- 本内存池实现了任意长度内存块的申请和释放,支持特定长度内存块链表的扩展.-The memory pool memory block of any length to achieve the application and release of a specific length of the block of memory to support the expansion of the list.
Link
- 实现了链表的所以功能,且功能十分的强大啊,可以下载下来看看啊-make link come true
static_linklist
- 静态链表C语言实现,包括测试程序,操作未作封装-static link list
stacknode
- 栈这种数据结构是一个工具性的数据结构,通常被其它复杂数据结构所使用。比如实现二叉树的遍历的非递归算法。下面就用C++模板实现栈数据结构的一个较完整代码!在书本《数据结构(C语言版)--严慰明》提到栈可以用数组,也可以用链表实现,这里只用链表实现这一数据结构。-This data structure is a stack instrumental data structure is often used for other complex data structures. Such as a bi
ListADTSolving
- 仿照cpp的链表实现,添加了两个链表的整合操作(Follow the cpp list to achieve, adding two linked list of the operation)