搜索资源列表
stl算法
- stl算法集,具体实现了摸板编程的各种示例,有利于初学者.-stl algorithm set, a concrete realization of various diameters programming examples, is conducive to beginners.
TheAnnotatedSTLSourse(usingSGISTL)
- 本书主要深入STL实作技法,一窥大家风范,可以提升自己的编程功力。 本书不适合STL初学者,主要在于STL源代码的剖析,同时学习世界一流程序员的身手,同时可以彻底了解各种广为流传的资料结构和算法。
STL
- 源码之前了无秘密,你将看到vector的实现、list的实现、heap的实现、deque的实现、Red Black tree的实现、hash table的实现、set/map的实现;你将看到各种算法(排序、查找、排列组合、数据移动与复制技术)的实现;你甚至能够看到底层的memory pook和高阶抽象的traits机制的实现。(Before the secret source code, you will see the vector implementation, list implement