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

搜索资源列表

  1. Inside C++ Object Model

  2. Inside the C++ Object Model focuses on the underlying mechanisms that support object-oriented programming within C++: constructor semantics, temporary generation, support for encapsulation, inheritance, and "the virtuals"-virtual functions and virtu
  3. 所属分类:C++

    • 发布日期:2007-08-31
    • 文件大小:763904
    • 提供者:cuijixin
  1. Inside the C++ Object Model

  2. Inside the C++ Object Model focuses on the underlying mechanisms that support object-oriented programming within C++: constructor semantics, temporary generation, support for encapsulation, inheritance, and "the virtuals"-virtual functions and virtu
  3. 所属分类:C++

    • 发布日期:2009-06-30
    • 文件大小:763904
    • 提供者:letitiajia
  1. Inside the C++ Object Model

  2. Inside the C++ Object Model focuses on the underlying mechanisms that support object-orientedprogramming within C++: constructor semantics, temporary generation, support for encapsulation,inheritance, and "the virtuals"-virtual func tions and virtua
  3. 所属分类:C++

    • 发布日期:2007-09-10
    • 文件大小:1048576
    • 提供者:xpm84228
  1. Inside C++ Object Model

  2. Lippman的经典之作,深入剖析了C++的内部实现细节,对了解和掌握C++非常有帮助。
  3. 所属分类:C++

    • 发布日期:2007-09-17
    • 文件大小:763904
    • 提供者:doubhor
  1. Inside the C++ Object Model

  2. Inside the C++ Object Model focuses on the underlying mechanisms that support object-oriented programming within C++: constructor semantics, temporary generation, support for encapsulation, inheritance, and "the virtuals"-virtual functions and virtu
  3. 所属分类:C++

    • 发布日期:2009-07-14
    • 文件大小:763904
    • 提供者:bolodoo
  1. Inside C++ Object Model

  2. Inside the C++ Object Model focuses on the underlying mechanisms that support object-oriented programming within C++: constructor semantics, temporary generation, support for encapsulation, inheritance, and "the virtuals"-virtual functions and virtu
  3. 所属分类:C++

    • 发布日期:2007-10-03
    • 文件大小:763904
    • 提供者:happyislife
  1. essential c++源代码

  2. lippman的essential c++的源代码
  3. 所属分类:C++

    • 发布日期:2009-09-10
    • 文件大小:580608
    • 提供者:lvsong1989
  1. Addison-C#.Primer,A.Practical.Approach Stanley Lippman 超清晰

  2. Now Stan Lippman brings you C# using his famed primer format. C# PRIMER is a comprehensive, example-driven introduction to this new object-oriented programming language.
  3. 所属分类:C#

    • 发布日期:2009-09-11
    • 文件大小:3145728
    • 提供者:napuolunllm
  1. 深入C++对象模型(Inside the C++ Object Model)

  2. Inside the C++ Object Model focuses on the underlying mechanisms that support object-oriented programming within C++: constructor semantics, temporary generation, support for encapsulation, inheritance, and "the virtuals"-virtual functions and virtu
  3. 所属分类:C++

    • 发布日期:2009-09-23
    • 文件大小:673792
    • 提供者:wbfabc
  1. Essential C++

  2. Essential C++ presents the basics of C++ in the context of procedural, generic, objectbased, and object-oriented programming. It is organized around a series of increasingly complex programming problems, and language features are introduced as solut
  3. 所属分类:C++

    • 发布日期:2009-09-25
    • 文件大小:942080
    • 提供者:steafler
  1. Inside the C++ Object Model

  2. Inside the C++ Object Model focuses on the underlying mechanisms that support object-oriented programming within C++: constructor semantics, temporary generation, support for encapsulation, inheritance, and "the virtuals"-virtual functions and virtu
  3. 所属分类:C++

    • 发布日期:2009-10-05
    • 文件大小:673792
    • 提供者:Kevin008
  1. Inside the C++ Object Model

  2. Inside the C++ Object Model focuses on the underlying mechanisms that support object-oriented programming within C++: constructor semantics, temporary generation, support for encapsulation, inheritance, and "the virtuals"-virtual functions and virtu
  3. 所属分类:C++

    • 发布日期:2007-11-01
    • 文件大小:673792
    • 提供者:bensnake
  1. Addison Wesley Stanley B Lippman Essential C++.pdf

  2. Addison Wesley Stanley B Lippman Essential C++.pdf
  3. 所属分类:C++

    • 发布日期:2009-11-17
    • 文件大小:1048576
    • 提供者:napuolunllm
  1. Essential C++

  2. Essential C++ By Stanley B. Lippman Publisher : Addison Wesley 2002
  3. 所属分类:C++

    • 发布日期:2010-01-28
    • 文件大小:1048576
    • 提供者:halcyonzyq
  1. Inside the C++ object model.chm

  2. 深度探索C++对象模型(Inside The C++ Object Model)专注于C++对象导向程序设计的底层机制,包括结构式语意、暂时性对象的生成、封装、继承,以及虚拟——虚拟函数和虚拟继承。这本书让你知道:一旦你能够了解底层实现模型,你的程序代码将获得多么大的效率。Lippman澄清了那些关于C++额外负荷与复杂度的各种错误信息和迷思,但也指出其中某些成本和利益交换确实存在。他阐述了各式各样的实现模型,指出它们的进化之道及其本质因素。本书涵盖了C++对象模型的语意暗示,并指出这个模型是
  3. 所属分类:C++

    • 发布日期:2010-02-09
    • 文件大小:673792
    • 提供者:kurt6868
  1. Efficient C++ Programming

  2. Stanley B. Lippman写的一篇文章,可以认真阅读和学习一下
  3. 所属分类:C++

    • 发布日期:2010-02-23
    • 文件大小:140288
    • 提供者:hardcrm3
  1. Essential C++程序

  2. Essential C++中文版原书配套的程序,是学习Essential C++一书时认真阅读的材料
  3. 所属分类:C++

    • 发布日期:2010-02-23
    • 文件大小:390144
    • 提供者:hardcrm3
  1. Essential C++ 英文版

  2. 很经典的一本C++基础学习用书,这是原版英文版的,喜欢英文的可以选择
  3. 所属分类:C++

    • 发布日期:2010-03-16
    • 文件大小:942080
    • 提供者:GXT0224
  1. Essential C++(Lippman)

  2. Essential C++(Lippman).
  3. 所属分类:C++

    • 发布日期:2008-05-25
    • 文件大小:410624
    • 提供者:gaoqiv0447
  1. Inside C++ Object Model.chm

  2. Inside C++ Object Model 经典的C++书籍,看完了对C++会有深入的了解,不适合初学者 英文原版
  3. 所属分类:C++

    • 发布日期:2007-04-10
    • 文件大小:763904
    • 提供者:pangfat
« 12 3 4 5 »