Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • Readstl.rar C++语言对STL文件格式进行读取,并将其显示出来,有一定的交互功能
  • Introduction_to_STL.zip 对于初学C++ STL有很大帮助,给出了基本的特征与语法讲解,并给出了很多有用的链接资源
  • EffectiveSTL.zip Effective系列的,关于STL的部分。很有用。
  • CplusplusSTL.rar 这是C++ STL中文版的pdf书籍,对于学习STL特别的有帮助
  • 20090716_STL_CXYKFZN_YuanMa.rar STL程序员开发指南源码,内含每个章节的随书源码,经典源码,值得收藏。
  • SmartOGCtrl.rar VC++简单的OpenGL封装库源文件,刚开始学习OpenGL,觉得OpenGL虽然好,但是仍有不足的地方。首先要按照它的一些语法去写东西,每个应用都要写一些重复的代码;第二,还得了解一些关于投影矩阵方面的知识。第三,要按照一定的规范去写画线、画图形等东西。因此,为了方便使用,自己把OpenGL做了个封装,用ATL和STL做了一个COM组件,然后用.Net来调用它。
  • STLProgrammerGuide.rar ... to the Standard Template Library The Standard Template Library, or STL, is a C++ library of container classes, algorithms, and ... the basic algorithms and data structures of computer science. The STL is a generic library, meaning that its components are ...
  • SGISTL.rar ... of the basic algorithms and data structures of computer science. The STL is a generic library, meaning that its components are heavily parameterized: almost every component in the STL is a template. You should make sure that you understand ...
  • STLinusagemap.rar map中由于它内部有序,由红黑树保证,因此很多函数执行的时间复杂度都是log2N的,如果用map函数可以实现的功能,而STL Algorithm也可以完成该功能,建议用map自带函数,效率高一些。
  • temp.zip algo list for stl and c++ for programming