搜索资源列表
一个基于XML的Log框架
- 实现对文件读写的操作。利用STL实现对有很好的移植性-realization of the document to read and write operation. The use of STL to achieve a very good transplantation
my_log_statistic
- 自己写的统计log的程序,其中大量使用了STL-himself wrote the statistical log of procedures, the extensive use of the STL
avl-array-CPP-1.2.1
- AVL Array 是一个C++风格的容器类,具有快速随机存取和任意位置快速插入、删除的功能。-AVL Array is a C++ STL-style container with fast random access _and_ fast insert/erase at any point (all are O(log N) worst case)
SingleLinkSort
- 使用Visual C++,其实是用了STL了,实现单链表的排序,通过采用分治法,使得时间为O(n*log(n)),空间复杂度O(n)。-Sort of Single Link List