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

搜索资源列表

  1. C++ Standard Library

  2. Table of Contents Preface Acknowledgments 1. About this Book 1.1 Why this Book 1.2 What You Should Know Before Reading this Book 1.3 Style and Structure of the Book 1.4 How to Read this Book 1.5 State of the Art 1.6 Example Code and Additional Infor
  3. 所属分类:C++

    • 发布日期:2010-02-03
    • 文件大小:4194304
    • 提供者:luoweijiangcom
  1. Understanding The Linux Virtual Memory Manager.pdf

  2. In Chapter 1, we go into detail on how the source code may be managed and deciphered. Three tools are introduced that are used for analysis, easy browsing and management of code. The main tools are the Linux Cross Referencing (LXR) tool, which allow
  3. 所属分类:Linux

    • 发布日期:2010-03-29
    • 文件大小:8388608
    • 提供者:zhangdf1
  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. STL入门参考(英文版)

  2. The C++ Standard Library dyne-book 3 Table of Contents Preface Acknowledgments 1. About this Book 1.1 Why this Book 1.2 What You Should Know Before Reading this Book 1.3 Style and Structure of the Book 1.4 How to Read this Book 1.5 State of the Art
  3. 所属分类:C++

    • 发布日期:2010-08-07
    • 文件大小:4194304
    • 提供者:liwenkun
  1. C++ Standard Library A.Tutorial.and.Reference

  2. The C++ standard library provides different components that are somewhat but not totally independent of each other, so there is no easy way to describe each part without mentioning others. I considered several different approaches for presenting the
  3. 所属分类:C++

    • 发布日期:2010-09-26
    • 文件大小:3145728
    • 提供者:shaoguangleo
  1. C++标准程式库(英文原版全)

  2. Table of Contents Preface Acknowledgments 1. About this Book 1.1 Why this Book 1.2 What You Should Know Before Reading this Book 1.3 Style and Structure of the Book 1.4 How to Read this Book 1.5 State of the Art 1.6 Example Code and Additional Infor
  3. 所属分类:C++

    • 发布日期:2010-10-02
    • 文件大小:4194304
    • 提供者:ywj1225
  1. C++ Language.

  2. 英文版第三版,读起来有些费尽,仅当参考好了,毕竟是C++的发明者写得,还是有点用的。 Contents iii Preface v Preface to Second Edition vii Preface to First Edition ix Introductory Material 1 1 Notes to the Reader ..................................................................... 3 2 A Tou
  3. 所属分类:C++

    • 发布日期:2011-01-08
    • 文件大小:3145728
    • 提供者:bkf2011
  1. Addison.Wesley.C++.by.Dissection.2002.pdf

  2. 1 Writing an ANSI C++ Program 1 1.1 Getting Ready to Program....... 2 1.1 A First Program......... 3 1.2 Problem Solving: Recipes....... . 7 1.2.1 Algorithms—Being Precise...... . . 8 1.3 Implementing Our Algorithm in C++.... . . . 10 1.4 Software E
  3. 所属分类:C++

    • 发布日期:2008-04-16
    • 文件大小:5242880
    • 提供者:rootfs
  1. C++标准程序库 英文版

  2. C++标准程序库 英文版 4. Utilities 4.1 Pairs 4.1.1 Convenience Function make_pair() 4.1.2 Examples of Pair Usage 4.2 Class auto_ptr 4.3 Numeric Limits 4.4 Auxiliary Functions 4.5 Supplementary Comparison Operators 4.6 Header Files and 5. The Standard Templ
  3. 所属分类:C/C++

    • 发布日期:2011-05-12
    • 文件大小:4194304
    • 提供者:AaronZheng2008
  1. Two-Level Segregate Fit

  2. TLSF This web site provides detailed information about the TLSF (Two-Level Segregate Fit) allocator. TLSF is a general purpose dynamic memory allocator specifically designed to meet real-time requirements: Bounded Response Time . The worst-case exec
  3. 所属分类:C

    • 发布日期:2011-08-25
    • 文件大小:150528
    • 提供者:csghh
  1. Memory allocator

  2. Memory allocators form interesting case studies in the engineering of infrastructure software. I started writing one in 1987, and have maintained and evolved it (with the help of many volunteer contributors) ever since. This allocator provides imple
  3. 所属分类:其它

    • 发布日期:2012-09-14
    • 文件大小:111616
    • 提供者:yuanqf2002
  1. C++ 标准程序库

  2. Table of Contents Preface Acknowledgments 1. About this Book 1.1 Why this Book 1.2 What You Should Know Before Reading this Book 1.3 Style and Structure of the Book 1.4 How to Read this Book 1.5 State of the Art 1.6 Example Code and Additional Infor
  3. 所属分类:C++

    • 发布日期:2012-10-16
    • 文件大小:4194304
    • 提供者:eagleatustb
  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. 标准模板库STL

  2. 一份讲解全面的标准模板库STL学习资料 标准模板库STL主要由6大组件组成: (1)容器(Containers)。包括各种基本数据结构的类模板。 STL容器部分主要由头文件、、、、、和组成。 (2)算法(Algorithms)。包括各种基本算法,如比较、交换、查找、排序、遍历操作、复制、修改、移除、反转、合并等等。 STL算法部分主要由头文件和组成。 (3)迭代器(Iterators)。迭代器是面向对象版本的指针,如同指针可以指向内存中的一个地址,迭代器可以指向容器中的一个位置。 STL的每一
  3. 所属分类:C++

    • 发布日期:2015-01-01
    • 文件大小:291840
    • 提供者:andy891218
  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++ Recipes(Apress,2015)

  2. C++ Recipes: A Problem-Solution Approach is a handy code cookbook reference guide that cover the latest C++ 14 as well as some of the code templates available in the latest Standard Template Library (STL). In this handy reference, you'll find number
  3. 所属分类:C++

    • 发布日期:2015-06-20
    • 文件大小:13631488
    • 提供者:vanridin
  1. c++标准库自学教程

  2. Contents Preface to the Second Edition xxiii Acknowledgments for the Second Edition xxiv Preface to the First Edition xxv Acknowledgments for the First Edition xxvi 1 About This Book 1 1.1 Why This Book . . . . . . . . . . . . . . . . . . . . . . .
  3. 所属分类:C/C++

    • 发布日期:2017-10-14
    • 文件大小:13631488
    • 提供者:azrael_death
  1. C++ Standard Library -- A Tutorial and Reference

  2. Table of Contents Preface Acknowledgments 1. About this Book 1.1 Why this Book 1.2 What You Should Know Before Reading this Book 1.3 Style and Structure of the Book 1.4 How to Read this Book 1.5 State of the Art 1.6 Example Code and Additional Infor
  3. 所属分类:C++

    • 发布日期:2009-03-19
    • 文件大小:4194304
    • 提供者:surpass2007
  1. C++ Standard Library, The: A Tutorial and Reference

  2. C++ Standard Library provides a set of common classes and interfaces that greatly extend the core C++ language. The library, however, is not self-explanatory. To make full use of its components-and to benefit from their power-you need a resource tha
  3. 所属分类:C++

    • 发布日期:2009-03-29
    • 文件大小:3145728
    • 提供者:fengzi3
  1. allocators-rs:Rust中的分配器-源码

  2. 锈病中的分配器 寻找特别是elfmalloc? 。 该存储库包含许多不同的板条箱。 一些是常规内存分配器,一些是对象分配器(分配特定类型的对象的分配器),一些是实用程序板条箱,提供实现这些分配器所需的各种功能。 目录包含更详细的信息,包括性能评估。 除了info之外,所有顶级目录都是Rust板条箱。 有关每个包装箱的更多详细信息,请参见包装箱的README.md 。 分配箱 箱 描述 提供Rust Alloc和C malloc API的通用多线程分配器 特定对象的平板分配器,与Jeff
  3. 所属分类:其它

    • 发布日期:2021-02-22
    • 文件大小:1048576
    • 提供者:weixin_42117267
« 12 »