搜索资源列表
astl.beta.2.0
- 一个类似STL的自动机的源代码库,利用STL 组件开发,适合Windows和*nix多平台的C++ 编译器。-a similar automatic machine's source code for use STL components development for Windows and * nix multi-platform C compiler.
stl.LCS
- 参考算法导论写的LCS算法,仿照STL的泛型风格,适用于多种STL容器中的各种类型数据构成的序列的最大公共子序列(Longest Common Subsequence)问题求解。-reference Introduction to write the algorithm LCS algorithm, modeled on the STL Generic style. STL is applicable to many types of containers data constitute the
mySmartPtr
- 一个类似于c++ stl中的auto_ptr,但是功能更加的强大。支持复制构造,并且新构造出来的实例和被复制的实例都拥有资源的操作权力,而且在最后一个拥有资源的实例被析构的时候资源才会被自动的释放
C++Assignments
- 华东师范大学(面向对象程序设计基于C++)课程全部作业(12次)代码,包含一个大整数类。(包含作业内容) 1 How to use VC++ & IBM Visual Age (XL) C++ 2 Pointers, Arrays and Structures 3 Operators & Statements 4 Functions 5 Use of classes in STL 6 Define concrete classes 7 Data abstract
stl_code
- c++ STL source code, hash and vector etc