摘要: //// heap.cpp// 笔记//// Created by fam on 15/3/15.//////---------------------------15/03/15----------------------------//heap{ /* heap概述: heap并不是... 阅读全文
posted @ 2015-03-15 22:08 boydfd 阅读(295) 评论(0) 推荐(0) 编辑
摘要: //// stack.cpp// 笔记//// Created by fam on 15/3/15.//////---------------------------15/03/15----------------------------//stack{ /* stack概述: ... 阅读全文
posted @ 2015-03-15 16:58 boydfd 阅读(364) 评论(0) 推荐(0) 编辑
摘要: protected: typedef simple_alloc data_allocator; //用来配置元素的alloc typedef simple_alloc map_allocator; //用来配置指针的alloc deque(in... 阅读全文
posted @ 2015-03-15 02:00 boydfd 阅读(419) 评论(0) 推荐(0) 编辑