Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • C++STLReference.rar 不可多得的C++ STL 教程,由候杰先生翻译,本人看后觉得讲的比较透彻,希望与大家共享。
  • std_list.rar 标准模板库-LIST 本文以List容器为例子,介绍了STL的基本内容,从容器到迭代器,再到普通函数,而且例子丰富,通俗易懂。不失为STL的入门文章,新手不容错过!
  • GreedySnake.rar STL实现了贪吃蛇的基本功能,算法比较精练,有参考价值
  • DesigningComponentsWithTheC++STL3rd.rar 是一本C++的电子书籍,是关于使用STL设计C++组件的书
  • cpp_mru_cache.zip ... a MRU cache is, otherwise you wouldn t been reading this. This is an implementation of a very simple one using only STL. To implement a cache, derive a subclass from this template class. As an implementor, you d have to implement two methods: ...
  • GraphLib_src.zip ... and algorithms that you must have learned from text books. The Graph data structure is implemented as its natural structure. Taking advantage of C++ STL associative container, it is of high performance and efficiency when deletion insertion and search.
  • 2005416135418.rar C++ Stl标准详细开发手册,内容非常详细,学STL的好帮手
  • a-star-algorithm-implementation.zip 基于stl的a star寻路算法的高效实现
  • VisualCSTLVC.rar STL中文版-程序设计-VC.rar 为学习stl的可以多多交流。我的qq:143
  • SGI_stl.zip 著名的STL三大库之一,SGI STL的源代码,极具研究价值!