您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. Boost And STL学习资料

  2. Boost And STL学习资料 any - 类似于一个Varient。 array - STL风格封装下的定长数组。 bind - 实现函数对象的任意组合,是标准库中compose的超强扩展版。 call_traits - 实现自动判断传入参数的方式。 compose - bind的一个子集。 compressed_pair - 针对pair当中空成员做了一些优化。 concept_check - STL中做concept check的工具,单独实现成一个库。 conversion - 各
  3. 所属分类:C++

    • 发布日期:2010-02-04
    • 文件大小:504832
    • 提供者:zcxing
  1. boost 1.41 中文文档,使用帮助,教程手册

  2. 1.41.0版本的中文文档20091225,已完成翻译91个库. 汉化 boost 文档,致力 boost 推广。 如果你对本项目有兴趣,欢迎加入,相关说明请查阅项目论坛: https://groups.google.com/ 到目前为止,各人贡献的译文如下: 贡献者 贡献的译文 alai04 accumulators, any, assign, bimap, call_traits, circular_buffer, compatibility, concept check, config,
  3. 所属分类:iOS

    • 发布日期:2010-03-06
    • 文件大小:19922944
    • 提供者:hadagd
  1. THE BOOST C++ LIBRARIES

  2. THE BOOST C++ LIBRARIES是一份自己编译的chm格式文档,描述了如何使用boost类库,目录如下: Front page Chapter 1: Introduction 1.1 C++ and Boost 1.2 Development Process 1.3 Installation 1.4 Overview Chapter 2: Smart Pointers 2.1 General 2.2 RAII 2.3 Scoped Pointer 2.4 Scoped Array
  3. 所属分类:C++

    • 发布日期:2010-04-02
    • 文件大小:325632
    • 提供者:acejoy
  1. boost库帮助文档

  2. 1. Boost.Accumulators Preface User's Guide Acknowledgements Reference 2. Boost.Any Introduction Examples Reference Acknowledgements 3. Boost.Array Introduction Reference Design Rationale For more information... Acknowledgements 4. Boost.Concept_Chec
  3. 所属分类:Access

    • 发布日期:2010-04-20
    • 文件大小:359424
    • 提供者:baby_bobo
  1. 超越C++标准库 boost库导论 中文chm版

  2. 目录: 第Ⅰ部分 通用库  第1章 Smart_ptr库   1.1 Smart_ptr库如何改进程序   1.2 何时需要智能指针   1.3 Smart_ptr库如何适用于标准库   1.4 智能指针scoped_ptr   1.5 智能指针scoped_array   1.6 智能指针shared_ptr   1.7 智能指针shared_array   1.8 智能指针intrusive_ptr   1.9 智能指针weak_ptr   1.10 Smart_ptr库小结 第2章 Co
  3. 所属分类:网络攻防

    • 发布日期:2010-11-09
    • 文件大小:359424
    • 提供者:zdragon2002
  1. boost_1_46_1.tar.bz2

  2. tBoost works on almost any modern operating system, including UNIX and Windows variants. Follow the Getting Started Guide to download and install Boost. Popular Linux and Unix distributions such as Fedora, Debian, and NetBSD include pre-built Boost
  3. 所属分类:C++

    • 发布日期:2011-11-10
    • 文件大小:41943040
    • 提供者:lvzaihefang
  1. boost帮助文档

  2. boost库中文帮助文档. 1. Boost.Accumulators Preface 序言 User's Guide 用户指南 Acknowledgements 鸣谢 Reference 参考手册 2. Boost.Any Introduction 简介 Examples 例子 Reference 参考手册 Acknowledgements 鸣谢 3. Boost.Array Introduction 简介 Reference 参考手册 Design Rationale 设计原理 For m
  3. 所属分类:C++

    • 发布日期:2013-04-14
    • 文件大小:20971520
    • 提供者:x_seraph
  1. The Boost graph library

  2. Graphs are mathematical abstractions that are useful for solving many types of problems in computer science. Consequently, these abstractions must also be represented in computer programs. A standardized generic interface for traversing graphs is of
  3. 所属分类:C/C++

    • 发布日期:2013-10-25
    • 文件大小:1048576
    • 提供者:u012573123
  1. Boost C++ Application Development Cookbook

  2. Boost libraries are developed by professionals, tested on multiple platforms and processor architectures, and contain reliable solutions for a wide range of tasks. This Cookbook takes you on a journey of simplifying the process of application develo
  3. 所属分类:C++

    • 发布日期:2013-12-21
    • 文件大小:3145728
    • 提供者:mainframecce
  1. boost 中文文档api

  2. boost库中文帮助文档. 1. Boost.Accumulators Preface 序言 User's Guide 用户指南 Acknowledgements 鸣谢 Reference 参考手册 2. Boost.Any Introduction 简介 Examples 例子 Reference 参考手册 Acknowledgements 鸣谢 3. Boost.Array Introduction 简介 Reference 参考手册 Design Rationale 设计原理 For m
  3. 所属分类:C++

    • 发布日期:2015-03-18
    • 文件大小:20971520
    • 提供者:tiandyoin
  1. 使用c++实现boost::any类

  2. 使用c++实现boost::any类 any类可以存放任意类型数据,如: void test_any() { any any_a1(123); int a2 = any_cast(any_a1); int* p_a2 = any_cast(&any_a1); std::cout << "a2 = " << a2 <<" *p_a2="<<*p_a2<<std::endl; any any_b1(12.35); double b2 =
  3. 所属分类:C++

    • 发布日期:2016-01-26
    • 文件大小:3072
    • 提供者:foxtj35
  1. Spring Microservices

  2. The Spring Framework is an application framework and inversion of the control container for the Java platform. The framework’s core features can be used by any Java application, but there are extensions to build web applications on top of the Java E
  3. 所属分类:Java

    • 发布日期:2017-06-16
    • 文件大小:19922944
    • 提供者:tj1997
  1. any组件

  2. boost::any组件的常用用法
  3. 所属分类:C++

    • 发布日期:2017-07-09
    • 文件大小:70656
    • 提供者:qq_36713105
  1. Boost.C++.Application.Development.Cookbook.pdf

  2. Antony Polukhin资深技术专家,拥有多年Boost软件开发经验。他在应用程序开发集成、程序包实现、面向图形的数据库查询和面向对象的软件开发等领域拥有独到的见解,积累颇丰,曾为Asterisc的商业替代软件开发业务逻辑。他开发或维护了许多Boost库,如Any、LexicalCast、TypeTraits、Variant等。目前他开发了一个面向图形的数据库查询引擎,并继续为开源做贡献
  3. 所属分类:C++

    • 发布日期:2017-09-26
    • 文件大小:3145728
    • 提供者:likangexe
  1. boost::any的C++实现加验证

  2. boost::any的C++实现 验证可用 有相关的问题欢迎讨论
  3. 所属分类:C++

    • 发布日期:2018-01-25
    • 文件大小:2048
    • 提供者:oqqenvy12
  1. Boost C++ Application Development Cookbook

  2. Boost C++ Application Development Cookbook........Over 80 practical, task-based recipes to create applications using Boost libraries. Explores how to write a program once and then use it on Linux, Windows, MacOS, and Android operating systems Include
  3. 所属分类:C++

    • 发布日期:2018-09-07
    • 文件大小:6291456
    • 提供者:fq0070012010
  1. Buck-Boost Converter (TI).pdf

  2. Texas Instruments and its subsidiaries (TI) reserve the right to make changes to their products or to discontinue any product or service without notice, and advise customers to obtain the latest version of relevant information to verify, before pla
  3. 所属分类:硬件开发

    • 发布日期:2020-02-29
    • 文件大小:175104
    • 提供者:qq_39973198
  1. 无源软开关三电平Buck/Boost电路设计.pdf

  2. 无源软开关三电平Buck/Boost电路设计pdf,无源软开关三电平Buck/Boost电路第1期 刘扳来竽:无源软开关三电平Buck/ Boost电路 117 向输出端谐振放电,I1和V为 升到I,Dr和D关断,电流继续通过D6使C放 V6(t2) Ii(t)=sin(2(t-t2)Is (4)电,V的缓慢变化为D1的零电压开通提供了条 Ve(t)=VG(t2)cos[w2(t-t2) (5)件该阶段 V6(t)=v6(t2) Ji(t3 阶段4t<t0.5时三电平无源无损软开关电路工作
  3. 所属分类:其它

    • 发布日期:2019-09-13
    • 文件大小:267264
    • 提供者:weixin_38743602
  1. 浅析C++中boost.variant的几种访问方法

  2. variant类型在C++14并没有加入,若想在不支持C++17的编译器上使用variant类型,我们可以通过boost的variant类型,variant类型可以表示任意一种类型和any类型有些相似,但还是有些区别下面将浅谈variant的几种访问方法,感兴趣的朋友们下面来一起看看吧。
  3. 所属分类:其它

    • 发布日期:2020-09-01
    • 文件大小:60416
    • 提供者:weixin_38622475
  1. 浅析C++中boost.variant的几种访问方法

  2. Boost.Variant Variant库包含一个不同于union的泛型类,用于在存储和操作来自于不同类型的对象。这个库的一个特点是支持类型安全的访问,减少了不同数据类型的类型转换代码的共同问题。 Variant 库如何改进你的程序?      •对用户指定的多种类型的进行类型安全的存储和取回      •在标准库容器中存储不同类型的方法      •变量访问的编译期检查      •高效的、基于栈的变量存储 Variant 库关注的是对一组限定类型的类型安全存储及取回,即非无类的联合。Bo
  3. 所属分类:其它

    • 发布日期:2021-01-20
    • 文件大小:65536
    • 提供者:weixin_38518074
« 12 3 4 »