自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(12)
  • 收藏
  • 关注

原创 SGI STL (7) :: why stl containers have their own iterators?

Hi guysMy Email: jakezhang1989@hotmail.com My GitHub LinkThank you for taking time to go through this post from which you would get what you want. If you have any problems or opinions that are diffe

2016-03-15 18:19:44 298

原创 SGI STL :: Source Code Analysis :: stl_config.h

Hi guysMy Email: jakezhang1989@hotmail.com My GitHub LinkThank you for taking time to go through this post from which you would get what you want. If you have any problems or opinions that are diffe

2016-03-13 12:13:10 500

原创 SGI STL (2) :: Classification of Components

Categories are a classification by functionality and they are: Container Iterator Algorithm Function Object Utility Adaptor Allocator Component types are a structural classification: one based on what

2016-03-08 16:54:26 408

原创 SGI STL (1) :: Use Proper Containers and Algorisms

what complexity meansIf you ignore it, the performance of the resulting program will often render it useless. For example: Consider the STL vector container. Ignoring the complexity specification, i

2016-03-08 13:24:14 299

原创 SGI STL (4) :: String Implementation Issue

Issue in String Draft Standardthe problem is that, if two strings share a common representation, they are vulnerable to modification through a pre-existing reference or iterator. #include <string> #inc

2016-03-08 12:50:31 242

原创 SGI STL (3) :: Thread Safe

SGI STL THREAD SAFE

2016-03-08 10:53:12 267

原创 SGI STL (5) :: Allocator Design

SGI STL Supports 1. Allocator interface in the C++ standard 2. Its own customized Default Allocator. SGI Default Allocatordefault allocator maintains its own free lists for small objects. It u

2016-03-08 09:22:26 271

原创 Programming Language :: Python :: Understanding Twisted Deferred

What is Deferred Deferred is a type of object designed to do one thing only: encode the execution order as callback-based and separately from the normal order of the python source codes. What does

2016-03-07 11:44:39 251

原创 Game Server Programming : MemoryPool : Memory Alignment

Hi guys.Thank you for taking time to go through this post from which you would get what you want. If you have any problems or opinions that are different form mins, please email me or leave a comments

2016-03-07 10:47:27 288

转载 欢迎使用CSDN-markdown编辑器

欢迎使用Markdown编辑器写博客本Markdown编辑器使用StackEdit修改而来,用它写博客,将会带来全新的体验哦: Markdown和扩展Markdown简洁的语法 代码块高亮 图片链接和图片上传 LaTex数学公式 UML序列图和流程图 离线写博客 导入导出Markdown文件 丰富的快捷键 快捷键 加粗 Ctrl + B 斜体 Ctrl + I 引用 Ctrl

2016-03-07 07:02:58 202

原创 Binary Expression and Value Expression

Hi guys. Thank you for taking time to go through this post from which you would get what you want. If you have any problems or opinions that are different form mins, please email me or leave a comm

2016-03-06 16:12:28 295

原创 Art of Unit Test :: Stubs

Tests without Use of Stub Tests Must Use StubGlossary

2016-03-06 09:25:56 545

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除