CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - generic programming and the stl

搜索资源列表

  1. howcouldyoustudiC

    0下载:
  2. First, Generic Programming is sort of invented by Alexander Stepanov and David Musser, who, and several others including Bjarne Stroustrup and Andrew Knoenig, introduced the whole C++ Templates system and essentially “the” STL into C++. This means th
  3. 所属分类:STL

    • 发布日期:2017-04-08
    • 文件大小:21193
    • 提供者:赵雷
  1. Addison.Wesley.Essential.C++

    0下载:
  2. • Generic programming and the Standard Template Library (STL) • Object-based programming and class design • Object-oriented programming and the design of class hierarchies • Function and class template design and use ̶
  3. 所属分类:STL

    • 发布日期:2017-03-29
    • 文件大小:665199
    • 提供者:udo
  1. austern

    0下载:
  2. 范型与STL的书的源码. Generic Programming and the STL code-Fan-type and the source code for STL book. Generic Programming and the STL code
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:62667
    • 提供者:KK
  1. STL_Packs

    0下载:
  2. 包括标准模板库介绍,STL深度剖析,泛型编程与STL,深入学习STL的好资料-Including the Standard Template Library descr iption, STL depth analysis, generic programming and STL, STL-depth study of good information
  3. 所属分类:STL

    • 发布日期:2017-06-12
    • 文件大小:19788872
    • 提供者:陈鑫
  1. ThinkInCAdd

    0下载:
  2. 全书分为6大部分,共32章,分别对C++语言的历史和特点、类和继承、STL与泛型编程、库的设计等几大技术话题进行了细微的讨论;并通过精心挑选的实例,向读者传达优秀的设计理念和方法。-The book is divided into six parts, 32 chapters, each of the C++ language, history and characteristics, classes and inheritance, STL and generic programming, d
  3. 所属分类:STL

    • 发布日期:2017-05-23
    • 文件大小:7641701
    • 提供者:宠物牛牛
  1. ACMProgramming

    0下载:
  2. ACM的入门教程,包括ACM的简介,C++ STL泛型编程,还有一些必备的ACM编程知识,最后是50道实战题,包括详细的分析,很值得学习!-ACM introductory tutorial, including the ACM' s Introduction, C++ STL generic programming, ACM and some programming knowledge necessary, and finally the 50 actual questions, inc
  3. 所属分类:STL

    • 发布日期:2017-05-04
    • 文件大小:1328170
    • 提供者:hetingting
  1. generic-programming-with-STL

    0下载:
  2. 泛型编程与STL中文版,全面介绍STL迭代器,容器,算法,对象原理和实现-Chinese version of the generic programming with STL, comprehensive introduction STL iterators, containers, algorithms, objects, principles and implementation
  3. 所属分类:STL

    • 发布日期:2017-06-10
    • 文件大小:17499880
    • 提供者:Jason
  1. Exceptional-CPPStyle

    0下载:
  2.   软件“风格”所要讨论的主题是如何在开销与功能之间、优雅与可维护性之间、灵活。性与过分灵活之间寻找完美的平街点。在本书中,著名的C++大师Herb Sutter给出了40个编程问题。其目的是为了使读者不仅“知其然”,更要“知其所以然”,并帮助读者在软件开发中进行正确的决策。本书是围绕实际问题及其解决方案展开论述的,对一些至关重要的C++细节和相互关系提出了新的见解,为当今的关键C++编程技术(如泛型编程、STL、异常安全等)提供了新的策略。    本书中,C++大师Herb sutter通
  3. 所属分类:STL

    • 发布日期:2017-05-30
    • 文件大小:12879745
    • 提供者:gsxin
  1. CPP-thought

    0下载:
  2. 全书分为大部分,共32章,分别对C++语言的历史和特点、类和继承、STL与泛型编程、库的设计等几大技术话题进行了详细而深入的讨论,细微之处几乎涵盖了C++所有的设计思想和技术细节。全书通过精心挑选的实例,向读者传达先进的程序设计的方法和理念。本书适合有一定C++编程经验的程序员阅读。-Book is divided into at most a total of 32 chapters, respectively, the C++ language history and characteris
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-24
    • 文件大小:7819264
    • 提供者:zhangyi
  1. STL

    0下载:
  2. STL与泛型编程,通过该书能很好的学习泛型编程。-STL and generic programming through the book a good learning generic programming.
  3. 所属分类:STL

    • 发布日期:2017-06-10
    • 文件大小:17535461
    • 提供者:张艳为
  1. Ruminations-on-CPP

    0下载:
  2. 全书分为五大部分,共32章,分别对C++语言的历史和特点、类和继承、STL与泛型编程、库的设计等几大技术话题进行了详细而深入的讨论,细微之处几乎涵盖了C++所有的设计思想和技术细节。-The book is divided into five parts, a total of 32 chapters, a detailed and in-depth discussion of several major topics of the history and characteristics, cl
  3. 所属分类:STL

    • 发布日期:2017-05-24
    • 文件大小:7818321
    • 提供者:adobe reade
  1. c++沉思录

    0下载:
  2. 《C++沉思录》基于作者在知名技术杂志发表的技术文章、世界各地发表的演讲以及斯坦福大学的课程讲义整理、写作而成,融聚了作者10多年C++程序生涯的真知灼见。全书分为6篇32章,分别对C++语言的历史和特点、类和继承、STL与泛型编程、库的设计等几大技术话题进行了详细而深入的讨论,细微之处几乎涵盖了C++所有的设计思想和技术细节。全书通过精心挑选的实例,向读者传达先进的程序设计的方法和理念。("Meditations" based on C++ technology, the
  3. 所属分类:文章/文档

    • 发布日期:2017-12-16
    • 文件大小:7613440
    • 提供者:david呆伟
  1. Generic Programming and the STL

    0下载:
  2. 《》c++泛型编程与标准库》电子版,熟悉c++泛型编程方法以及灵活使用标准库(Generic Programming and the STL)
  3. 所属分类:其他

    • 发布日期:2018-04-23
    • 文件大小:17509376
    • 提供者:一少年
搜珍网 www.dssz.com