-
Inside the C++ Object Model focuses on the underlying mechanisms that support ob...
Addison Wesley出版的一本深入讲解c++面向对象编程机理的书,对于c++程序员进一步全面了解面向对象机制的好书。书中有丰富的程序实例和解读。英文版-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 virtual inheritance. This book shows how your understanding the underlying implementation models can help you code more efficiently and with greater confidence. Lippman dispells the misinformation and myths about the overhead and complexity associated
with C++, while pointing out areas in which costs and trade offs, sometimes hidden, do exist. He then explains how the various implementation models arose, points out areas in which they are likely to evolve, and why they are what they are. He covers the semantic implications of the C++ object model and how that model affects your programs..
- 2022-04-13 05:43:44下载
- 积分:1
-
凌阳61板端口设置具体详解,凌阳61板端口设置具体详解凌阳61板端口设置具体详解...
凌阳61板端口设置具体详解,凌阳61板端口设置具体详解凌阳61板端口设置具体详解-凌阳61板端口设置具体详解凌阳61板端口设置具体详解
- 2023-03-28 04:35:04下载
- 积分:1
-
主要是读取bmp文件综述、
bmp文件格式转换为pdf实现
主要是读取bmp文件综述、
bmp文件格式转换为pdf实现-Bmp file is read overview, bmp file format is converted to pdf realize
- 2022-07-11 16:12:15下载
- 积分:1
-
关于SPSS的使用教程,详细介绍了SPSS的使用步骤和方法,便于读者快速入门...
关于SPSS的使用教程,详细介绍了SPSS的使用步骤和方法,便于读者快速入门-Tutorial on the use of SPSS, SPSS detailed steps and methods of use, easy to readers Quick Start
- 2023-05-17 11:35:04下载
- 积分:1
-
汇编与反汇编资料大全,非常实用,主要介绍汇编与反汇编地知识,可以作为手册使用。...
汇编与反汇编资料大全,非常实用,主要介绍汇编与反汇编地知识,可以作为手册使用。-Compilation of information compiled and anti-Daquan, very useful
- 2022-03-03 10:32:06下载
- 积分:1
-
OPENCV下的入门介绍以及配套源码,简单易学,中科院自动化所的一个牛人写的!...
OPENCV下的入门介绍以及配套源码,简单易学,中科院自动化所的一个牛人写的!-Started under OPENCV introduction as well as ancillary source, easy to learn, the Chinese Academy of Sciences Institute of Automation, a cow who write!
- 2023-05-13 21:25:03下载
- 积分:1
-
Courseware micro
教学课件微型计算机汇编语言程序设计-Courseware micro-computer assembly language programming
- 2022-08-26 06:26:50下载
- 积分:1
-
Essential C++ 中文版 很好的的介绍高质量c++代码编写的资料
Essential C++ 中文版 很好的的介绍高质量c++代码编写的资料-Chinese version of Essential C++ very good introduction to high-quality c++ coding of information
- 2023-05-14 08:15:03下载
- 积分:1
-
中间件课件,呵呵,学习中间件的可以利用一下
中间件课件,呵呵,学习中间件的可以利用一下-useful
- 2022-09-28 08:05:06下载
- 积分:1
-
创建类的实例的最常见的方式是用new语句调用类的构造方法。在这种情况下,程序可以创建类的任意多个实例,每执行一条new语句,都会导致Java虚拟机的堆区中产生一...
创建类的实例的最常见的方式是用new语句调用类的构造方法。在这种情况下,程序可以创建类的任意多个实例,每执行一条new语句,都会导致Java虚拟机的堆区中产生一个新的对象。假如类需要进一步封装创建自身实例的细节,并且控制自身实例的数目,那么可以提供静态工厂方法。
- 2023-07-11 12:10:02下载
- 积分:1