搜索资源列表
list-and-Queue-template
- 自己封装的队列和链表模板类,使用方便!使用VC++开发工具.-Package their own queue and linked list template class, easy to use! Using VC++ development tools.
PageModel
- 分页模板类,封装了一个List,是分面后得到的结果集-Page template classes, a package List, is a sub-surface after the result set
doubleList
- 使用C++做的双链表模板类 具有头插法,尾插法,左向插入,右向插入,删除结点,获取结点值,设置结点值,复制构造函数,还重载了输出操作符、赋值操作符、相等操作符和不等操作符,还具有倒置链表的功能。还有结点类的重载的输出操作符,具有很好的封装性。-Using C++ to do the double linked list template class with the first interpolation method, tail in
SysQueue
- 自己封装一个相对stl和queue对列模板类,名字叫做动态队列,希望给初学者有些启示-A relatively stl own package and the list of template class queue, called the dynamic queue name, want to give some inspiration for beginners
List模板封装
- 用c++实现list模板类封装,包括对list常用的一些操作,增删改查等(List template class encapsulation)