E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
空间配置器
【STL】STL基础
一、STL组成1、六大组件容器(Container)、算法(Algorithm)、迭代器(Iterator)仿函数(FunctionObject)、适配器(Adapter)、
空间配置器
(allocator
guansir
·
2010-01-27 12:00
Algorithm
算法
function
vector
iterator
permutation
空间配置器
1.1. 文件名bits/stl_alloc.h1.2. 背景知识候捷在《STL源代码剖析》中说:“源码之前,了无秘密”,自然是大师的潇洒之语。但是,如果你不熟悉C++template的基本语法,不明白GenericProgramming的基本概念,那么即便STL的源码当前,对你来讲仍会有很多秘密。所以,先简要介绍一些必要的背景知识,扫清前进的障碍。
Keanu_Rocky
·
2006-08-30 18:00
thread
多线程
struct
Class
Constructor
destructor
STL学习之一:构建自己的内存配置器
首先从
空间配置器
开始,从内部逐渐了解STL中各种容器的实现细节。 根据STL的规范,allocator必须有以下接口: typedef size_
szwolf
·
2006-08-06 01:00
上一页
3
4
5
6
7
8
9
10
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他