搜索资源列表
boost_source_code
- 正则表达式,可以与POSIX API和Perl语言处理正则表达式的功能相媲美,而且还能支持各种字符类型(如char、wchar_t,甚至还可以是自定义字符类型); 多线程,想了很久的跨平台多线程库了; 数据结构“图”,再加上即将加入标准的hash_set、hash_map、hash_multiset、hash_multimap等等(事实上不少STL实作,如SGI STL,已经支持以上数据结构),C++对数据结构的支持已近完备; python,没错,对Python语言的支持;
collect
- STL的例子,非常全面 List,Array,Map 的用法-Lists Arrays Maps
STLmap_using
- 在linux下使用stl map 进行插入,查询,删除等功能的代码-Insert,inquire,delete fuction with stl map in linux/unix
dbinit_stl_views-1_03
- linux下gdb调试工具扩展脚本,可以查看stl模板类的信息-linux gdb debug stl list map
stl_tree
- Red-black tree class, designed for use in implementing STL associative containers (set, multiset, map, and multimap). -Red-black tree class, designed for use in implementing STL associative containers (set, multiset, map, and multimap).
pwwMap2015-12-28
- 大数据分析和存储利器 内含三种map,适合各种应用场合 diskmap nosql数据库功能 memmap 完全替代stl库 hashmap 超级查询-1. Memory Map(memMap): It has a good access speed. But its size is limited by memory size. 2. Harddisk Map(diskMap): It utilizes hard disk to store data. So it coul