搜索资源列表
boost-1.30.2-2.i386
- C++ 库 跨平台 比标准库效率高很多倍-C library cross-platform than the standard for high efficiency many times
libsigc++-2.2.2.tar
- This document is an attempt to perform a detailed comparison of two implementations of what is widely known as a Signal/Slot library. The two libraries in question are libsigc++ (v2.x) and Boost.Signals. One of the stated goals of this comparison is
boost_1_34_0
- c++ boost 完整的库文件,很难找的,要的请下载-c++
boost1.36
- this is c++ boost lib -this is c++ boost lib
boost_1_37_0.tar
- Boost provides free peer-reviewed portable C++ source libraries. We emphasize libraries that work well with the C++ Standard Library. Boost libraries are intended to be widely useful, and usable across a broad spectrum of applications. The Boost
libs
- gcc3.4编译的c++下一代标准库boost ,经测试完全可以使用-gcc3.4 compiler of c++ standard library the next generation of boost, can be tested using
boost-jam-3.1.18-1-ntx86
- 强大 的C++准标 准库,boost-Power ful pre- standard C++ library, boost
facebook-folly
- Folly是Facebook的一个开源C++11组件库,提供了类似Boost库和std库的功能,包括散列、字符串、向量、内存分配、位处理等,满足大规模高性能的需求。-Folly is an open source Facebook C++11 component library, similar to the Boost libraries and std library functions, including hash, string, vector, memory allocation,
pcre-7.0-src
- PCRE(Perl Compatible Regular Expressions)是一个Perl库,包括 perl 兼容的正规表达式库.这些在执行正规表达式模式匹配时用与Perl 5同样的语法和语义是很有用的。Boost太庞大了,使用boost regex后,程序的编译速度明显变慢。测试了一下,同样一个程序,使用boost::regex编译时需要3秒,而使用pcre不到1秒。因此改用pcre来解决C语言中使用正则表达式的问题 -PCRE (Perl Compatible Regular Ex
cpplogger
- 一个简单的日志库,仅依赖boost,支持输出到console,socket,callback和file,包括一个c++类及对c++类的c api封装.-a very simple c++ logger library, supporting console, file, callback and socket and also including a c wrapper it only depends on the boost.
boost
- boost源码库,进阶C++的必要源码,值得学习-boost source library, advanced C++ necessary source code, it is worth learning ~ ~
pcre-8.36
- PCRE(Perl Compatible Regular Expressions中文含义:perl语言兼容正则表达式)是一个用C语言编写的正则表达式函数库,由菲利普.海泽(Philip Hazel)编写。PCRE是一个轻量级的函数库,比Boost之中的正则表达式库小得多。PCRE十分易用,同时功能也很强大,性能超过了POSIX正则表达式库和一些经典的正则表达式库。-The PCRE library is a set of functions that implement regular expr
type_list
- C++ 元编程中,对TYPE LIST的实现,实现了与boost type list功能一样的模块,很值得参考-C++ meta programming, the realization of the TYPE LIST, like boost type list and realizes the function of the module, is worth reference
Boost程序库完全开发指南
- Boost 是一个功能强大、构造精巧、跨平台、开源并且免费的c++程序库(Boost C++ is a functional lib, which coulld be easy construct , over every device.)
kimgbo-master
- kimgbo由muduo网络库改写而来。去除了muduo对于Boost库的依赖,转而采用C++11替代, 优化了muduo网络I/O库一处将来有可能会出现race condition隐患的代码,几乎具备了muduo 网络库全部的功能。 kimgbo/base目录下存放了整个网络库的基础代码,kimgbo/net目录下存放了网络库的核 心代码,kimgbo/example目录下存放了一些网络库基础的使用示列程序。 ? ?除去除了对boost库的依赖外,还对其线程池和Buffer
Cplus读NetCDF代码
- 在Linux平台下使用C++ 基于boost库读取NetCDF(多用于生物学,化学,气象等复杂数据)类型数据(using C++ read .netcdf data)