-
-
-
STL.zip
source code from Mastering The Standard C++ Classes using C++.
1) The source code listings from each chapter can be found in the listings
directory. The listings directory is divided by chapter.
2) A html quick reference for the most ...
-
-
Stl_Tutorial_And_Reference_Guide.rar
The Standard Template Library, or STL, is a C++ library of container classes, algorithms, and iterators it provides many of the basic algorithms and data structures of computer science.This book will help you how to programming with STL.
-
CH_STL.rar
详细介绍STL,包括vector,deque,list,set和map的实现原理和使用方法
-
-
SimpleQuickHuffmanCode.zip
本文描述在网上能够找到的最简单,最快速的哈夫曼编码。本方法不使用任何扩展动态库,比如STL或者组件。只使用简单的C函数,比如:memset,memmove,qsort,malloc,realloc和memcpy。
大家都会发现,理解甚至修改这个编码都很容易
-
-
-
-