搜索资源列表
myinifile
- inifile read and write in stl c
vector_unique-for-aix
- C++ STL 的 vector_unique 在AIX 下的应用实例。-C STL vector_unique AIX in the application.
boost_source_code
- 正则表达式,可以与POSIX API和Perl语言处理正则表达式的功能相媲美,而且还能支持各种字符类型(如char、wchar_t,甚至还可以是自定义字符类型); 多线程,想了很久的跨平台多线程库了; 数据结构“图”,再加上即将加入标准的hash_set、hash_map、hash_multiset、hash_multimap等等(事实上不少STL实作,如SGI STL,已经支持以上数据结构),C++对数据结构的支持已近完备; python,没错,对Python语言的支持;
VB6Str2Cpp
- VB6 has two very useful string functions: Join and Split. This code implements Join and Split functions using STL so that you can use them in your C++ programs -VB6 has two very useful string functions : Join and Split. This code implements Join and
Test_Map
- 包中TMap,TMapStringToPtr类,为本人重vc下CMap,CMapStringToPtr两个STL移植到linux的,经过测试,效率比C++中的stl对应的高3-5倍以上
SimulateCat
- 一个用C++实现的模拟UNIX的cat的程序,使用了STL的istreambuf_iterator,支持“-”,终端直接输出,文件输出和错误输出。-C to achieve a simulated UNIX cat procedures, the use of the STL istreambuf_iterator support "-", a direct output terminals, document output and the output error.
STL
- 学习过C++程序设计语言(也就是说学习过Template),但是还没有接触过STL的STL的初学者。这实际上是我学习STL的一篇笔记,老鸟就不用看了。-stl
asearchd-1.06.tar
- 功能强大的搜索引擎的源代码,可进行垂直搜索,企业搜索,专业知识领域的搜索-A full featured Internet search engine, specifically designed to power vertical search, enterprise search, or a knowledge area search. Can index 2.5 million documents per 24 hours on a single Dell server. Clean C+
STL
- windows下的STL的源码,适合学C/C++的高级学习者学习-STL under the windows source code for learning C/C++ Advanced Learners ~ ~ ~
base64_
- base64 编解码实现,其中有两种方式,一种是比较普通的c++ stl实现,另一种是根据国外的某人用java写的程序 用c++的方式重新实现的-base64 codec implementation, where there are two methods for a more general c++ stl implementation, and the other is based on a person abroad programs written using java with c+
STL-and-CPPlibary
- STL and C++libary 编程书籍,对理解库很有帮助-STL and C++ libary programming books, helpful for understanding the library
demo02_ostriter
- linux C/C++ STL output iterator code sample
demo03_random
- linux C/C++ STL random access iterator code sample
STL
- 这是一份C++ 标准类库stl的一份教程。是开发学习stl程序很好的参考资料。-This is a C++ standard library stl on a tutorial. Stl learning program is to develop a good reference.
STL-set-container
- 关于C++的容器,vector之所以被认为是一个容器,是因为它能够像容器一样存放各种类型的对象,简单地说,vector是一个能够存放任意类型的动态数组-About C++ containers, vector reason is considered to be a container, the container is the same because it can be stored as objects of various types, simply put, vector is cap
DES
- des实现,采用c++ stl中的bitset,编译即可。-des implement with bitset in c++ stl.
SGI_STL_Code
- C++标准模板库的SGI实现代码,有助于理解STL-SGI implementation of C++ STL library
stl
- c++ 标准模板库源代码,SGI STL,学习和进阶stl的好方法-c++ standard template library source code, SGI STL
TinySTL
- 采用C++11实现一款简易的STL标准库,既是C++STL的一个子集(裁剪了一些容器和算法)又是一个超集(增加了一些容器和算法) 目的:练习数据结构与算法和C++ Template编程 编译环境:VS2013及以上版本-C++11 realized using a simple STL standard library, not only a subset of C++STL (clipping some containers and algorithms) is a sup
C++_编程思想
- 主要讲述计C++语言的的编程思想,编写流程,STL源码的过程(It mainly focuses on the programming thought of c ++ language, the process of writing process and STL source code)