VC++模板双向链表演示代码
该示例使用VS2013编写,其中DoubleDIRList为数据元素类,DoubleDIRListContainer为自己手写实现的双向链表类,DequeForListContainer为使用Deque实现的双向链表类
文件列表
双向链表模板类.zip
(预估有个25文件)
双向链表模板类
使用说明.txt
1KB
源代码
DoubleDIRListContainer.h
5KB
DoubleDIRList.h
1KB
DequeForListContainer.h
5KB
示例
SingleDirList_Test(2016082002_正式版1.0)
SingleDirList_Test.sln
1000B
Debug
暂无评论