搜索资源列表
MFCIteratorDemo
- 这个项目演示了STL风格的迭代子,如何编写自己的迭代子,使用容器来简化STL,并与STL兼容。在这个例子中使用的容器是MFC框架应用程序,文档模板,文档类CWinApp,-the project demonstrated the STL - style iteration, how to prepare their son iteration, the use of containers to simplify the STL, and compatible with the STL. In t
tmpl-examples
- C++模板源码 模板和泛型编程的学习资料-C source code templates and template Generic Programming learning materials
stla8
- 这是一个关于A*算法的实现8数码的程序源代码,所有的算法核心全部使用STL标准模板库编程,对想熟悉STL编程和A*算法的朋友有很好的借鉴意义。-This is one of the A * algorithm to achieve eight digital source code, all of the core algorithms use all STL standard template library programming, STL right to know programming
array2_T
- 一个二维数组,模板写的,内存连续,可以通过计算内存得到正确的数据,元素类型为T-a two-dimensional array, templates written in the continuous memory, memory can be correctly calculated data, elements of type T
兩個链表模板类
- 编写一个STL中的CString类-preparation of a STL redeem Cla
stl
- 标准模板库STL常用代码,包括一般操作,
STLport-4.5
- 使用C++语言对标准模板类和数据结构进行实现
TheC++StandardLibrary
- C++标准模板库书籍,候杰翻译,繁体字。很不错的STL入门书籍。
STL
- 标准模板库基础教程,快速掌握STL开发要点
sgi-STL
- 介绍标准模板库(STL)的重要参考资料。
STL_guider
- 指导程序员合理、高效的进行标准模板库编程。
STL
- c++的标准模板STL操作,对初学者很有用,帮助更快入们
STL
- 标准模板库STL编程入门教程 新手指南 请斑竹开通账号
stl
- 模板类C++,公司面试必备的东西,简介清楚易学-moudle of c++
STL
- 标准模板库函数 仿函数 容器 很全面很好用,可以看下-standard Template Library
STLStream
- 使用标准模板库流(STL STREAM)来简化C++“线程安全”的日志记录-Logging:Flow using a standard template library (STL STREAM) to simplify the C++ “thread-safe”
cpp200
- 《C++应用编程200例 赫阿明著》源码 通过大量实例全面系统介绍了C++语言程序设计的基本概念和方法,主要内容包括:基本运算、数据类型、程序结构、函数、类与对象、预处理指令、文件处理、函数模板、类模板和STL的使用等。 通过实例讲解,使初学者能较快入门。-cpp 200
VCPPISODATA-Code
- 基于VC++的ISODATA算法代码 本例基于VC++环境,使用了STL模板容器实现了ISODATA算法,简单易用。 -Based on VC++ ISODATA algorithm code cases based on VC++ environment, the use of the STL template container to achieve the ISODATA algorithm, easy to use.
stl
- 一步 学STL标准模板库,从简单做起。-Step learning STL Standard Template Library, from simple start.
归并排序
- Visual studio上利用C++模板类实现归并排序(sort c++ template on visual studio)