虫虫首页|资源下载|资源专辑|精品软件
登录|注册

boost C Libraries

  • C++/CLI in Action is a practical guide that will help you breathe new life into your legacy C++ prog

    C++/CLI in Action is a practical guide that will help you breathe new life into your legacy C++ programs. The book begins with a concise C++/CLI tutorial. It then quickly moves to the key themes of native/managed code interop and mixed-mode programming. You抣l learn to take advantage of GUI frameworks like Windows Forms and WPF while keeping your native C++ business logic. The book also covers methods for accessing C# or VB.NET components and libraries. Written for readers with a working knowledge of C++.

    标签: practical breathe Action legacy

    上传时间: 2015-10-16

    上传用户:wendy15

  • About: hamsterdb is a database engine written in ANSI C. It supports a B+Tree index structure, uses

    About: hamsterdb is a database engine written in ANSI C. It supports a B+Tree index structure, uses memory mapped I/O (if available), supports cursors, and can create in-memory databases. Release focus: Major feature enhancements Changes: This release comes with many changes and new features. It can manage multiple databases in one file. A new flag (HAM_LOCK_EXCLUSIVE) places an exclusive lock on the file. hamsterdb was ported to Windows CE, and the Solution file for Visual Studio 2005 now supports builds for x64. Several minor bugs were fixed, performance was improved, and small API changes occurred. Pre-built libraries for Windows (32-bit and 64-bit) are available for download. Author: cruppstahl

    标签: C. hamsterdb structure database

    上传时间: 2013-12-10

    上传用户:LouieWu

  • This book is good for learning C++.It conclude five parts:professional c++ introduction,C++ codeing

    This book is good for learning C++.It conclude five parts:professional c++ introduction,C++ codeing the professional way,mastering advanced features of c++, ensuring Bug-free code and using libraries and patterns.

    标签: introduction professional conclude learning

    上传时间: 2016-01-06

    上传用户:ljmwh2000

  • Uniform random number generators by Agner Fog, 2001 - 2007 randomc.zip contains a C++ class li

    Uniform random number generators by Agner Fog, 2001 - 2007 randomc.zip contains a C++ class library of uniform random number generators of good quality. The random number generators found in standard libraries are often of a poor quality, insufficient for large Monte Carlo calculations. This C++ implementation provides random number generators of a much better quality: Better randomness, higher resolution, and longer cycle lengths. The same random number generators are available as libraries coded in assembly language for higher speed. These libraries can be linked into projects coded in other programming languages under Windows, Linux, BSD, etc. The library files are available in the archive asmlib.zip. Non-uniform random number generators are provided in stocc.zip.

    标签: generators contains Uniform randomc

    上传时间: 2014-11-30

    上传用户:royzhangsz

  • 此书名为超越C++标准程序库

    此书名为超越C++标准程序库,是的,它讲述的正是boost库(boost库可是未来c++的标准方向哟,掌握了boost就是掌握了未来的c++)。包含了各个库的功能的详细介绍以及列举的例子。总的包含通用库、容器及数据结构、函数对象及高级编程几个大的部分,内部又有很多小的部分。

    标签: 标准 程序库

    上传时间: 2016-06-08

    上传用户:皇族传媒

  • The MATLAB Compiler automatically converts MATLAB M-files to C and C++ code. The MATLAB Compiler in

    The MATLAB Compiler automatically converts MATLAB M-files to C and C++ code. The MATLAB Compiler includes the MATLAB C/C++ Math and Graphics Libraries, which let you automatically convert your MATLAB applications to C and C++ code for stand-alone applications.

    标签: MATLAB Compiler automatically The

    上传时间: 2014-01-08

    上传用户:凌云御清风

  • DEELX 正则表达式引擎(v1.2) DEELX 是一个在 C++ 环境下的与 Perl 兼容的正则表达式引擎。是 RegExLab 开展的一个研究开发项目。 基本特点: 支持与 Perl

    DEELX 正则表达式引擎(v1.2) DEELX 是一个在 C++ 环境下的与 Perl 兼容的正则表达式引擎。是 RegExLab 开展的一个研究开发项目。 基本特点: 支持与 Perl 兼容的正则表达式语法。 支持 IGNORECASE, SINGLELINE, MULTILINE 等常见匹配模式。 兼容性强,能在 vc6, vc7, vc8, gcc, Turbo C++ 等大多数 C++ 环境编译。 支持命名分组,条件表达式,递归表达式等多种高级特性。(1.2版本新特点) 与 GRETA、boost 相比,DEELX 独到之处: 完全使用模版库编写,支持 char, wchar_t, int 等以及其他基类型版本。 全部代码位于一个头文件(.h)中, 比任何引擎都使用简单和方便。 支持从右向左匹配模式,可从文本结束位置向前搜索匹配。 可防止零长度子匹配循环无限次而产生的死循环。(1.2版本新特点)

    标签: DEELX Perl RegExLab 1.2

    上传时间: 2017-02-20

    上传用户:zhenyushaw

  • Windows applications using C++ and the Microsoft Foundation Class (MFC) library. The text builds fro

    Windows applications using C++ and the Microsoft Foundation Class (MFC) library. The text builds from the ground up, first describing the Windows architecture and showing how MFC works with that architecture next covering the document/view framework that simplifies the creation of industrial-strength programs and finally illustrating advanced concepts like the usage of dynamic link libraries (DLL), creating Internet clients, and building form-based applications.

    标签: applications Foundation Microsoft Windows

    上传时间: 2013-12-19

    上传用户:wpt

  • opencv OpenCV is cross-platform middle-to-high level API that consists of a few hundreds (>300) C

    opencv OpenCV is cross-platform middle-to-high level API that consists of a few hundreds (>300) C functions. It does not rely on external numerical libraries, though it can make use of some of them (see below) at runtime, if they are available

    标签: cross-platform middle-to-high consists hundreds

    上传时间: 2013-12-25

    上传用户:李梦晗

  • 著名的boost库

    著名的boost库,可为您的C++编程带来极大方便

    标签: boost

    上传时间: 2017-09-12

    上传用户:cylnpy