Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • cplusstl.rar stl编程介绍,好东东,适合c++程序员学习,强烈推荐。
  • estl-examples.rar effective stl 源代码 code
  • hash.rar ... representation that describes a surface of an object. Sometimes, the surface is represented just as a set of triangles without any other information and the STL file format, which is used for data exchanges, is a typicalexampl e of this situation.
  • STL_Advance.rar 学习STL编程非常好的教程,强烈推荐!高手必读!
  • EffectiveSTLByScott.Meyers.zip ScottMeyers的Effective STL电子书籍。PDF格式。
  • CommonLib.66.rar 这些模板类都是作者多年来开发过程中积累下来的好用代码,并在多个系统中使用了,因不大喜欢用STL,所以自已编写了XDynamicArray,XArray,XMap,XStack,XSet等模板类,还有XByteBuffer,XInputByteBuffer动态缓冲区数据处类。还有XCRC,XHexCode,XMD5,XBase64等类。自我感觉蛮好用的,代码在BCB6编译下通过的,BCB5下需要改一下,主要是XHexCode内含了ASM代码。
  • STLsourcecodeanatomy--houjie.rar 详细的介绍了STL,可以使C初学者迅速的了解并掌握STL,及其在VC环境下的应用,
  • The_C++_Standard_Library.rar STL标准库经典书籍,侯捷/孟岩译的中文版
  • bashuma.cpp.zip C++实现的八数码问题,采用A*算法,利用STL提供的priority_q
  • inverted_index.rar 简单的文件倒排实现,搜索引擎实现的步骤之一。大量使用STL,实现简单容易理解。效率一般。