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

搜索资源列表

  1. 3D Game Engine Architecture

  2. Chapter 1 Introduction 1 1.1 Drawing a Triangle 2 1.2 Drawing a Triangle Mesh 17 1.3 Drawing a Complicated Scene 27 1.4 Abstraction of Systems 27 Chapter 2 Core Systems 31 2.1 The Low-Level System 31 2.1.1 Basic Data Structures 33 2.1.2 Encapsulatin
  3. 所属分类:C++

    • 发布日期:2009-04-29
    • 文件大小:6291456
    • 提供者:netbuffalo
  1. C++标准(Standard for Programming Language C++)

  2. 该资源不适合C、C++初学者,可作为C++高手向大师级进化的参考书。 内容: ... 17 Library introduction 17.1 General 17.2 The C standard library 17.3 Definitions 17.4 Additional definitions 17.5 Method of descr iption (Informative) 17.6 Library-wide requirements 18 Language support lib
  3. 所属分类:C

    • 发布日期:2009-12-15
    • 文件大小:10485760
    • 提供者:labplant
  1. java语法规范 langspec

  2. Java Language Specification Third Edition ========================================= 1 Introduction 1.1 Example Programs 1.2 Notation 1.3 Relationship to Predefined Classes and Interfaces 1.4 References 2 Grammars 2.1 Context-Free Grammars 2.2 The Le
  3. 所属分类:Access

    • 发布日期:2010-02-21
    • 文件大小:468992
    • 提供者:robinc2009
  1. The Annotated C++ Reference Manual(ARM)-Ch08

  2. 首先真心感谢slimzhao的资源共享,他对经典C++书籍ARM的扫描确实很全面!我在阅读过程中把它这一资源分解成每个章节一个PDF,同时把其中的缺页和错页全部调整正确!如果是需要全本书一个PDF,烦请各位下载slimzhao的资源!本PDF是ARM的第八章!
  3. 所属分类:硬件开发

    • 发布日期:2010-05-01
    • 文件大小:10485760
    • 提供者:yzmr0526
  1. C与C++标准 ANSI C99 标准文档 - ISO.IEC_9899.1999(E).pdf C++标准 - ISO.IEC_14882.2003(E).pdf

  2. Contents Foreword . . . . . . . . . . . . . . . . . . . . . . . . . . . . . xi Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . xiv 1. Scope . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 2. Normative references . .
  3. 所属分类:Access

    • 发布日期:2010-10-02
    • 文件大小:2097152
    • 提供者:ywj1225
  1. Addison.Wesley.Professional.C++.Common.Knowledge.Essential.Intermediate.Programming.2005.chm

  2. Table of Contents Copyright Praise for C++ Common Knowledge Preface Acknowledgments A Note on Typographical Conventions Item 1. Data Abstraction Item 2. Polymorphism Item 3. Design Patterns Item 4. The Standard Template Library Item 5. References Ar
  3. 所属分类:C++

    • 发布日期:2008-04-11
    • 文件大小:458752
    • 提供者:rootfs
  1. The_C_Programming_Laugage(K&R)

  2. 经典的C语言教程,由Brian W. Kernighan 和 Dennis M. Ritchie编写,俗称K&R。此为第二版,目录如下: Preface........................................................................................................................................ 6 Preface to the first edition .....
  3. 所属分类:C

    • 发布日期:2011-10-25
    • 文件大小:1048576
    • 提供者:lzgmichael
  1. C语言规范2011版ISOIEC 9899 2011

  2. N1570 Committee Draft — April 12, 2011 ISO/IEC 9899:201x INTERNATIONAL STANDARD ©ISO/IEC ISO/IEC 9899:201x Programming languages — C ABSTRACT (Cover sheet to be provided by ISO Secretariat.) This International Standard specifies the form and establi
  3. 所属分类:C

    • 发布日期:2013-05-21
    • 文件大小:1048576
    • 提供者:crbboy
  1. C++ 标准 ISO 14882-2011

  2. Contents Contents iii List of Tables xi List of Figures xv 1 General 1 1.1 Scope . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 1.2 Normative references . . . . . . . . . . . . . . . . . . . . . . .
  3. 所属分类:C++

    • 发布日期:2013-05-26
    • 文件大小:14680064
    • 提供者:crbboy
  1. C-REFERENCE

  2. About This Manual . . . . . . . . . . . . . . . . . . . . xix Related Publications . . . . . . . . . . . . . . . . . . . . . . xix Obtaining Publications . . . . . . . . . . . . . . . . . . . . . . xx Conventions . . . . . . . . . . . . . . . . . .
  3. 所属分类:C

    • 发布日期:2013-08-05
    • 文件大小:525312
    • 提供者:u011356099
  1. Google C++ International Standard.pdf

  2. Contents Contents ii List of Tables x List of Figures xiv 1 Scope 1 2 Normative references 2 3 Terms and definitions 3 4 General principles 7 4.1 Implementation compliance . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7 4.2 St
  3. 所属分类:C/C++

    • 发布日期:2018-12-27
    • 文件大小:5242880
    • 提供者:weixin_40539125
  1. C++中声明类的class与声明结构体的struct关键字详解

  2. class class 关键字声明类类型或定义类类型的对象。 语法 [template-spec] class [ms-decl-spec] [tag [: base-list ]] { member-list } [declarators]; [ class ] tag declarators; 参数 template-spec 可选模板说明。 ms-decl-spec 可选存储类说明有关更多信息 tag 给定于类的类型名称。在类范围内的标记成为了保留字。标志是可选项。如
  3. 所属分类:其它

    • 发布日期:2021-01-01
    • 文件大小:48128
    • 提供者:weixin_38714162