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

搜索资源列表

  1. 最新 C++编程规范(英文)

  2. C++标准委员会*Herb Sutter和世界上最厉害的C++专家之一Andrei Alexandrescu,汇总全球C++社群的经验,联袂写就本书。和一般肤浅的C++编码风格指南不同,本书还阐明了诸如“何时应该结合使用静态多态和动态多态技术”之类的高级问题。这本书为世界上任何C++开发团队制定自己的规范提供了权威基础,必将成为C++程序员的“圣经”。
  3. 所属分类:C++

    • 发布日期:2007-08-11
    • 文件大小:525kb
    • 提供者:hulihany
  1. [计算机科学经典着作].Addison.Wesley.Modern.C++.Design-.Generic.Programming.and.Design.Patterns.Applied pdf

  2. Modern C++ Design: Generic Programming and Design Patterns Applied By Andrei Alexandrescu
  3. 所属分类:C++

    • 发布日期:2009-05-28
    • 文件大小:2mb
    • 提供者:joyvp
  1. loki 0.1.7

  2. Loki is the name of a C++ software library written by Andrei Alexandrescu as part of his book Modern C++ Design.   The library makes extensive use of C++ template metaprogramming and implements several commonly used tools: typelist, functor, singlet
  3. 所属分类:C++

    • 发布日期:2009-08-14
    • 文件大小:1mb
    • 提供者:zhengdaun
  1. C++设计新思维 中文PDF

  2. C++设计新思维 作者:[美]Andrei Alexandrescu
  3. 所属分类:C++

    • 发布日期:2009-09-11
    • 文件大小:1mb
    • 提供者:asuka
  1. Loki库源码(泛型模式C++库)

  2. Loki is the name of a C++ software library written by Andrei Alexandrescu as part of his book Modern C++ Design.   The library makes extensive use of C++ template metaprogramming and implements several commonly used tools: typelist, functor, singlet
  3. 所属分类:C++

    • 发布日期:2009-09-14
    • 文件大小:2mb
    • 提供者:rendao0563
  1. C++ Coding Standards

  2. C++标准委员会*Herb Sutter和世界上最厉害的C++专家之一Andrei Alexandrescu,汇总全球C++社群的经验,联袂写就本书。和一般肤浅的C++编码风格指南不同,本书还阐明了诸如“何时应该结合使用静态多态和动态多态技术”之类的高级问题。这本书为世界上任何C++开发团队制定自己的规范提供了权威基础,必将成为C++程序员的“圣经”。
  3. 所属分类:C++

    • 发布日期:2009-10-09
    • 文件大小:525kb
    • 提供者:wxrtong104
  1. Generic Programming

  2. 这是C++世界级专家Andrei Alexandrescu在C++ Report和C/C++ Users Journal上的专栏文章,用极为前卫的技术,向您展示了模板技术的无穷魅力。
  3. 所属分类:C++

    • 发布日期:2007-11-14
    • 文件大小:173kb
    • 提供者:wave_bit
  1. boost library user guide for windows

  2. Boost C++ Libraries: “...one of the most highly regarded and expertly designed C++ library projects in the world.” — Herb Sutter and Andrei Alexandrescu, C++ Coding Standards 本文档是为了是读者 Getting Started on Windows
  3. 所属分类:C++

    • 发布日期:2009-11-26
    • 文件大小:60kb
    • 提供者:aichilee
  1. C++设计新思维Generic Programming and Design Patterns Applied

  2. 本书最近好好地研究过了,这里终于要介绍Andrei Alexandrescu了,他是Real公司的项目经理,是GP模板技术的天才,他的高深模板技术影响 了BOOST以及全世界的模板怪杰,本书中他介绍他的库Loki,虽然库十分激进没有实际用途,当时展现的绚烂的特技令人叹服!同时本书是设计 模式用范型实现的经典展现,以及Policy设计模式在其中的极致应用,直接影响了BOOST的adaptor设计(7个Policy)甚至影响了标准库的智能 指针项目(虽然最后被否认了,当时绝对是完美的实现方法)
  3. 所属分类:C++

    • 发布日期:2009-12-29
    • 文件大小:13mb
    • 提供者:jiyeyuran
  1. C++ Coding Standards: 101 Rules, Guidelines, and Best Practices

  2. 《C++ Coding Standards: 101 Rules, Guidelines, and Best Practices》By Herb Sutter, Andrei Alexandrescu
  3. 所属分类:C++

    • 发布日期:2010-02-01
    • 文件大小:525kb
    • 提供者:DThink
  1. C++ Coding Standards: 101 Rules, Guidelines, and Best Practices

  2. C++ Coding Standards: 101 Rules, Guidelines, and Best Practices By Herb Sutter, Andrei Alexandrescu Consistent, high-quality coding standards improve software quality, reduce time-to-market, promote teamwork, eliminate time wasted on inconsequential
  3. 所属分类:C++

    • 发布日期:2007-12-03
    • 文件大小:525kb
    • 提供者:purewinter
  1. generic programming

  2. 这是C++世界级专家Andrei Alexandrescu在C++ Report和C/C++ Users Journal上的专栏文章,用极为前卫的技术,向您展示了模板技术的无穷魅力。 Traits:类型的else-if-then机制 | Traits: the else-if-then of Types Traits on Steroids中文版 | Traits on Steroids 类型和数值间的映射 | Mappings between Types and Values 简化异常安全代
  3. 所属分类:C++

    • 发布日期:2008-01-11
    • 文件大小:166kb
    • 提供者:yangchun301
  1. C++设计新思维——泛型编程与设计模式之应用

  2. 在本书中,Andrei Alexandrescu为读者展示了一种C++设计的新思维。在展现其非凡的创造力和精湛的编程技术的同时,Alexandrescu提出了一种融合了设计模式、泛型编程的新模式
  3. 所属分类:C++

    • 发布日期:2010-07-08
    • 文件大小:6mb
    • 提供者:elson1995
  1. 现代C++

  2. 一本讲述C++的好书;Modern C++ Design is an important book. Fundamentally, it demonstrates 'generic patterns' or 'pattern templates' as a powerful new way of creating extensible designs in C++--a new way to combine templates and patterns that you may never h
  3. 所属分类:C++

    • 发布日期:2008-02-28
    • 文件大小:816kb
    • 提供者:jywang
  1. loki(模板元编程)

  2. Loki is a C++ software library written by Andrei Alexandrescu as part of his book <>.
  3. 所属分类:C++

    • 发布日期:2010-10-29
    • 文件大小:2mb
    • 提供者:caijian_zhang
  1. c编程规范(101条规则、准则与最佳实现)

  2. 101条规则、准则与最佳实现,作者:Herb Sutter和Andrei Alexandrescu
  3. 所属分类:C++

    • 发布日期:2011-09-15
    • 文件大小:36mb
    • 提供者:watertail
  1. C++编程规范101条规则、准则最佳实践].Herb.Sutter.Andrei.Alexandrescu.影印版.pdf

  2. C++编程规范101条规则、准则最佳实践].Herb.Sutter.Andrei.Alexandrescu.影印版.pdf
  3. 所属分类:C++

    • 发布日期:2013-07-29
    • 文件大小:36mb
    • 提供者:aasmfox
  1. [C++编程规范101条规则、准则最佳实践].Herb.Sutter.Andrei.Alexandrescu]

  2. [C++编程规范101条规则、准则最佳实践].Herb.Sutter.Andrei.Alexandrescu]
  3. 所属分类:C++

    • 发布日期:2014-07-20
    • 文件大小:36mb
    • 提供者:fron_csl
  1. systematic error handling in c++

  2. Andrei Alexandrescu 在CppCon上的演讲。关于Expected和ScopeGuard的设计思想,实现与应用。
  3. 所属分类:C++

    • 发布日期:2016-04-08
    • 文件大小:278kb
    • 提供者:thisisfangsheng
  1. An Implementation of Discriminated Unions in C++ .alexandrescu.pdf

  2. An Implementation of Discriminated Unions in C++ .alexandrescu
  3. 所属分类:C++

    • 发布日期:2020-01-21
    • 文件大小:89kb
    • 提供者:Godlikeme
« 12 3 »