Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • STL_intro.rar 介绍有关STL的两篇文章,对其原理与使用做了详细的介绍。作为你进一步学习STL的基础。
  • stack.rar 手动编写的一个C++的栈,功能与STL的相同
  • Curvature.rar This is to compute discrete curvature from STL (tesselated)3D model.
  • STLyuanmapouxi.rar 本电子书籍是pdf格式的,是对STL源码进行剖析,供大家直接接触源码,献给每一位对STL渴望的人
  • Containers.rar Data Structures - Overview of STL container classes, lecture material is adapted from E-Book "Data Structures with C++ using STL"
  • Queues.rar lecture material about Queues. Adopted from E-book "Data Structures with C++ using STL" by William Ford, William Topp
  • Stacks.rar Lecture material on Stacks, adopted from E-book "Data Structures with C++ using STL" by William Todd, William Ford
  • LinkedLists.rar Power Point Presentation/Lecture material on STL topic Linked Lists, adopted from book "Data Structures with C++ using STL" by William Ford, William Topp
  • Vector_Deque.rar Power Point Presentation/Lecture Material on Vectors and Deques (C++ STL), adapted from "Data Structures with C++ using STL" by William Ford, William Topp
  • tree-2.65.tar.gz 这是一个表示数据结构tree的c++模板对象,封装的非常好.tree-msvc.hh能在 visual c++下使用,如同使用stl标准模板类库一样