您好,欢迎光临本网站![请登录][注册会员]  
文件名称: boost 中文文档api
  所属分类: C++
  开发工具:
  文件大小: 20mb
  下载次数: 0
  上传时间: 2015-03-18
  提 供 者: tian*****
 详细说明: 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 more information... 更多信息... Acknowledgements 鸣谢 4. Boost.Concept_Check Concept reference 概念参考 5. Boost.Date_Time Conceptual 概念说明 General Usage Examples 常见用例 Gregorian 格里历 Posix Time Posix 时间 Local Time 本地时间 Date Time Input/Output 日期时间的输入/输出 Serialization 序列化 Details 细节 Examples 例子 Library Reference 库参考手册 6. Boost.Foreach Introduction 简介 Extensibility 可扩展性 Portability 可移植性 Pitfalls 缺陷 History and Acknowledgements 历史与鸣谢 7. Boost.Function Introduction 简介 History & Compatibility Notes 历史与兼容性说明 Tutorial 教程 Reference 参考手册 Frequently Asked Questions 常见问题 Miscellaneous Notes 杂项说明 Testsuite 测试套件 8. Boost.Functional/Hash Introduction 简介 Tutorial 教程 Extending boost::hash for a custom data type 为定制的数据类型扩展 boost::hash Combining hash values 组合散列值 Portability 可移植性 Disabling The Extensions 禁止扩展 Change Log 变更历史 Reference 参考手册 Links 链接 Acknowledgements 鸣谢 9. Boost.Interprocess Introduction 简介 Quick Guide for the Impatient 快速入门 Some basic explanations 基本说明 Sharing memory between processes 进程间的共享内存 Mapping Address Independent Pointer: offset_ptr 映射地址无关的指针:offset_ptr Synchronization mechanisms 同步机制 Managed Memory Segments 管理内存段 Allocators, containers and memory allocation algorithms 分配器、容器和内存分配算法 Direct iostream formatting: vectorstream and bufferstream 直接 iostream 格式化:vectorstream 和 bufferstream Ownership smart pointers 智能指针的所有权 Architecture and internals 体系结构与内部细节 Customizing Boost.Interprocess 定制 Boost.Interprocess Acknowledgements, notes and links 鸣谢、说明与链接 Boost.Interprocess Reference 参考手册 10. Boost.Intrusive Introduction 简介 Intrusive and non-intrusive containers 介入式与非介入式容器 How to use Boost.Intrusive 如何使用 Boost.Intrusive When to use? 何时使用? Concept summary 概念摘要 Presenting Boost.Intrusive containers 介绍 Boost.Intrusive 容器 Safe hooks 安全的挂钩 Auto-unlink hooks 自动卸载的挂钩 Intrusive singly linked list: slist 介入式的单链表:slist Intrusive doubly linked list: list 介式式的双链表:list Intrusive associative containers: set, multiset, rbtree 介入式的关联式容器:set, multiset, rbtree Semi-Intrusive unordered associative containers: unordered_set, unordered_multiset 半介入式的关联式容器:unordered_set, unordered_multiset Intrusive splay tree based associative containers: splay_set, splay_multiset and , splay_tree 介入式 splay 树:splay_set, splay_multiset and , splay_tree Intrusive avl tree based associative containers: avl_set, avl_multiset and avltree 介入式 avl 树:avl_set, avl_multiset and avltree Intrusive scapegoat tree based associative containers: sg_set, sg_multiset and sgtree 介入式 scapegoat 树:sg_set, sg_multiset and sgtree Advanced lookup and insertion functions for associative containers 关联式容器的高级查找和插入函数 Erasing and disposing values from Boost.Intrusive containers 从 Boost.Intrusive 容器中删除和处理值 Cloning Boost.Intrusive containers 克隆 Boost.Intrusive 容器 Using smart pointers with Boost.Intrusive containers 将智能指针用于 Boost.Intrusive 容器 Obtaining iterators from values 从值获取迭代器 Any Hooks: A single hook for any Intrusive container 任意挂钩:用于任意介入式容器的单个挂钩 Concepts explained 概念说明 Node algorithms with custom NodeTraits 带定制NodeTraits 的节点算法 Containers with custom ValueTraits 带定制 ValueTraits 的容器 Thread safety guarantees 线程安全性保证 Obtaining the same types and reducing symbol length 获得相同的类型和缩短符号长度 Design Notes 设计说明 Performance 性能 Release Notes 发布说明 Tested compilers 已测试的编译器 References 参考手册 Acknowledgements 鸣谢 Reference 参考 License notices 许可证通告 11. Boost.Lambda In a nutshell 简单说明 Getting Started 入门 Introduction 简介 Using the library 使用本库 Lambda expressions in details Lambda表达式的详细说明 Extending return type deduction system 扩展返回类型推导系统 Practical considerations 实际考虑 Relation to other Boost libraries 与其它 Boost 库的关系 Contributors 贡献者 Rationale for some of the design decisions 某些设计决议的原理 Bibliography 参考书目 12. Boost.MPI Introduction 简介 Getting started 入门 Tutorial 教程 Reference 参考手册 Python Bindings 与 Python 的绑定 Design Philosophy 设计原理 Performance Evaluation 性能评估 Revision History 修订历史 Acknowledgments 鸣谢 13. Boost.Program_options Introduction 简介 Tutorial 教程 Library Overview 库的概览 How To 如何使用 Design Discussion 设计讨论 Acknowledgements 鸣谢 Reference 参考手册 14. Boost.PropertyTree What is Property Tree? 属性树是什么? Five Minute Tutorial 五分钟入门 Property Tree as a Container 作为容器的属性树 Property Tree Synopsis 属性树概要 How to Populate a Property Tree 如何填充属性树 How to Access Data in a Property Tree 如何访问属性树中的数据 Appendices 附录 Reference 参考手册 15. Boost.Proto Preface 序言 Users' Guide 用户指南 Reference 参考手册 Appendices 附录 16. Boost.Ref Introduction 简介 Reference 参考手册 Acknowledgements 鸣谢 17. Boost.Signals Introduction 简介 Tutorial 教程 Reference 参考手册 Frequently Asked Questions 常见问题 Design Overview 设计概览 Design Rationale 设计原理 Testsuite 测试套件 18. Boost.Signals2 Introduction 简介 Tutorial 教程 Example programs 示例程序 Reference 参考手册 Thread-Safety 线程安全性 Frequently Asked Questions 常见问题 Design Rationale 设计原理 Signals2 API Changes API的变化 Testsuite 测试套件 19. Boost.StaticAssert Overview and Tutorial 概览与教程 How it works 如何工作 Test Programs 测试程序 20. Boost String Algorithms Library Introduction 简介 Release Notes 发布说明 Usage 用法 Quick Reference 快速参考 Design Topics 设计要点 Concepts 概念 Reference 参考手册 Rationale原理 Environment 环境 Credits 鸣谢 21. Thread Overview 概览 Changes since boost 1.35 从 boost 1.35 后的改变 Thread Management 线程管理 Synchronization 同步 Thread Local Storage 线程局部存储 Date and Time Requirements 日期与时间要求 Acknowledgments 鸣谢 22. Boost.TR1 Introduction 简介 Usage 用法 Configuration 配置 TR1 By Subject 分类 TR1 By Header 头文件 Implementation 实现 Testing 测试 23. Boost.Tribool Introduction 简介 Tutorial 教程 Reference 参考手册 Testsuite 测试套件 24. Boost.Typeof Motivation 动机 Tutorial 教程 Reference 参考手册 Other considerations and tips 其它考虑和提示 Contributed By: 贡献者 Acknowledgements 鸣谢 25. Boost.Units 1.0.0 Introduction 简介 Quick Start 快速入门 Dimensional Analysis 量纲分析 Units 单位 Quantities 数量 Examples 例子 Utilities 工具 Reference 参考手册 Installation 安装 FAQ 常见问题 Acknowledgements 鸣谢 Help Wanted 所需帮助 Release Notes 发布说明 TODO 待办事项 26. Boost.Unordered Introduction 简介 The Data Structure 数据结构 Equality Predicates and Hash Functions 等同性谓词与散列函数 Comparison with Associative Containers 与关联式容器的比较 Implementation Rationale 实现原理 Change Log 变更历史 Reference 参考手册 Bibliography 参考书目 27. Boost.Variant Introduction 简介 Tutorial 教程 Reference 参考手册 Design Overview 设计概览 Miscellaneous Notes 杂项说明 References 参考 28. Boost.Xpressive Preface 序言 User's Guide 用户指南 Reference 参考手册 Acknowledgments 鸣谢 Appendices 附录 ...展开收缩
(系统自动生成,下载前可以参看下载内容)

下载文件列表

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等多线程下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.
 相关搜索: boost api
 输入关键字,在本站1000多万海量源码库中尽情搜索: