搜索资源列表
Power_up_CPP_STL
- C++标准模板库(Standard Template Library,STL)快速入门-C++ Standard Template Library (Standard Template Library, STL) Quick Start,
NOIP2007
- NOIP2007 备战指南 主要讲解了c++ STL库和竞赛中使用的各种算法-Main NOIP2007 preparing guidelines on the c++ STL library and used in a variety of competition algorithm
Ruminations_on_cpp
- c++沉思录(ruminations on c++的中文版),经典的c++教程,读后受益匪浅-c++ meditation (ruminations on c++ of the Chinese version), the classic c++ course, benefited from reading
CSTLchineseversion
- C++STL中文版,该版本翻译得非常完美,相信对大家很有帮助!-C++ STL Chinese version, the version of the translation was very perfect, I believe very helpful to everyone!
EffectiveSTL-revised
- Sure, the STL has iterators, algorithms, and function objects, but for most C++ programmers, it s the containers that stand out. More powerful and flexible than arrays, they grow (and often shrink) dynamically, manage their own memory, keep track of
stlbe.pdf
- < Design Components with C++ STL>>是一本关于STL,模板编程的经典之做。 -This is a e-book about STL programming
STL
- Josuttis - C++ Standard Library. A Tutorial and Reference
STL_gis
- 使用STL 算法实现GIS 算法可以保证它的简洁和高效该文结合C++代码实例抽象出了地理算子的概念应用在GIS 算法 当中通过定制适配器来消除地理算子和STL 算法之间的不匹配同时拓展了STL 算法满足GIS 算法更高级的需求-GIS algorithms using the STL algorithms can guarantee that the simplicity and efficiency of the paper with an abstract C++ code exampl
stl.tar
- stl快速学习(这个资料精讲了stl 而且很容易学习 其中里面有13个源代码,很适合入门)-ti is importon and easy study of stl . if you want to study stl you should study c++ you should strong stl.
STL
- C++ STL快速入门的资料,很详细,简单易学,十分推荐-C++ STL quickstart information, very detailed, easy to operate, is recommended
cpp
- C++ STL里的标准函数和类模板帮助文档-C++ STL standard function and class templates to help document
CPP_trade
- 1、使用纯C++方式编程,符合高级程序员的开发习惯 2、方便使用第三方库。如:STL等 3、可以利用VS2008强大的Debug功能进行调试,跟踪代码执行 -1, to use pure C++ way programming, in line with the development of high-level programmers habits 2, convenient to use third-party libraries. Such as: STL 3, can tak
CPP-standard-library
- 一个介绍C++标准程序库的文章,对于学习STL的人员有一定的参考价值。-An introductory article of C++ standard library, has a certain reference value for the learning of STL staff.
Beyond-the-CPP-STL
- Boost 带领你远远地超越了C++标准库,它使得C++编程更优雅、更有活力、更高产。首先, 我们系统地介绍一下Boost 库的主要组成和它们的主要用法。-Boost lead you far beyond C++ standard library, it makes C++ programming more elegant, more dynamic, more productive. First, we introduced a major component of the Boost
iterator-bad-cast
- c++ stl iterator bug
a
- 本人找工作时的机试题目:STL归并排序。并用C语言编写了两个不同的排序程序,希望大家借鉴-I test machine head when looking for a job: STL merge sort. And use C language program for two different sort, I hope you learn
C_cplusplus_refresher_codes
- These are some codes that I ve kept around for refreshing myself with C/C++ dev. They are useful, but in no way shape or form organized. There are examples of recursion, binary trees, many STL types, and several search programs. Rudimentary but usefu
CPP-STL-(Student-Manual)
- C++ Standard Template Library Student Manual
introduction_to_thrust
- a good tutorial of thrust library, thrust is a gpu library which supports c++ stl
MapPloynomial
- C++实现一元多项式的运算,使用链表、映射等高级stl技术-C++ map list