Welcome![Sign In][Sign Up]
Location:
Search - inside object

Search list

[Develop ToolsInside the C++ Object Model

Description: c++对象模型的详细介绍-c + + object model detailed description of
Platform: | Size: 668938 | Author: 孙健 | Hits:

[Develop Toolsinside-the-cpp-object-model

Description: 英文版的深度探索c++对象模型-English depth exploration c Object Model
Platform: | Size: 1361724 | Author: 小磊 | Hits:

[Develop ToolsInside.the.C++.Object.Model

Description: C++对象模型技术内幕,是一本很好的描述面向对象设计技术的书籍。-C Object Model Technology Insider is a very good description of the object-oriented design technology books.
Platform: | Size: 1361719 | Author: 小科 | Hits:

[Other resourceinside-c++object-model

Description: Inside the C++ Object Model,该书详细的讲述了C++的对象模型的使用方法 -Inside the C Object Model. The book recounted in detail the C object model to use
Platform: | Size: 759503 | Author: 杨振森 | Hits:

[Other resourceinsideobjectOrientedC++chinese

Description: 候捷 inside object Oriented C
Platform: | Size: 7810518 | Author: 周乃彪 | Hits:

[DocumentsInside The C++ Object Model

Description: 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. Highlights Explores the program behavior implicit in the C++ Object Model's support of object-oriented programming. Explains the basic implementation of the object-oriented features and the trade offs implicit in those features. Examines the impact on performance in terms of program transformation. Provides abundant program examples, diagrams, and performance measurements to relate object-oriented concepts to the underlying object model. If you are a C++ programmer who desires a fuller understanding of what is going on "under the hood," then Inside the C++ Object Model is for you!
Platform: | Size: 758847 | Author: mattzhu | Hits:

[BooksInside C++ Object Model

Description: Inside C++ Object Model(英文原版)-Object Model (English original)
Platform: | Size: 758784 | Author: 吕怡 | Hits:

[BooksInside the C++ Object Model

Description: c++对象模型的详细介绍-c++ object model detailed description of
Platform: | Size: 668672 | Author: 孙健 | Hits:

[Booksinside-the-cpp-object-model

Description: 英文版的深度探索c++对象模型-English depth exploration c Object Model
Platform: | Size: 1361920 | Author: 小磊 | Hits:

[Windows Developinsidec++objectmodel

Description: 经典书籍:《inside c++ object model》,C++面向对象模型-classic books : "inside c object model," C object-oriented model
Platform: | Size: 759808 | Author: 刘晓文 | Hits:

[Otherinsidethec++objectmodel

Description: inside the c++ object model.深入c++对象模型。鼎鼎大名的Stanley B. Lippman 写的。搞c++编程的能不看吗? -inside the object model. C-depth object model. The famous Stanley B. Lippman had written. Engage c programming can not see?
Platform: | Size: 630784 | Author: 陈晨 | Hits:

[BooksInside.the.C++.Object.Model

Description: C++对象模型技术内幕,是一本很好的描述面向对象设计技术的书籍。-C Object Model Technology Insider is a very good description of the object-oriented design technology books.
Platform: | Size: 1361920 | Author: 小科 | Hits:

[Otherinside-c++object-model

Description: Inside the C++ Object Model,该书详细的讲述了C++的对象模型的使用方法 -Inside the C Object Model. The book recounted in detail the C object model to use
Platform: | Size: 758784 | Author: 杨振森 | Hits:

[VC/MFCinsideobjectOrientedC++chinese

Description: 候捷 inside object Oriented C
Platform: | Size: 7810048 | Author: 周乃彪 | Hits:

[Otherinside.the.c++.object.model

Description: 深入探索C++模型 英文版 从编译器的角度讲述了C++究竟是如何实现的,对理解C++以及面向对象编程思想有极大的帮助。-Depth exploration of C++ Model of the English version from the compiler point of view about the C++ Realize how, and to understand the C++, As well as object-oriented programming ideas have great help.
Platform: | Size: 1009664 | Author: 王大为 | Hits:

[Windows DevelopInsidetheC+ObjectModel

Description: Inside the C++ Object Model.英文原版,看着累啊 chm格式,绝对清晰了撒-Inside the C++ Object Model. English original, watching累啊chm format, absolutely clear that the scattering
Platform: | Size: 668672 | Author: zq11211277 | Hits:

[VC/MFCi

Description: Inside the C++ Object Model 学C++必读,清晰pdf版本-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.
Platform: | Size: 1013760 | Author: Joewan | Hits:

[ActiveX/DCOM/ATLInside-COM

Description: 《COM技术内幕》是一本很有意思的书,可以说是中级程序员到高级程序员的过渡,有兴趣的朋友不防学学。COM,即Microsoft组件对象模型(Component Object Model),是开发软件组件的一种方法。组件实际上是一些小的二进制可执行程序,它可以给应用程序、操作系统以及其他组件提供一些服务。开发定制的COM组件就如同开发动态的、面向对象的API。多个COM对象可以连接起来以形成应用程序或组件系统,并且组件可以在运行时,在不重新链接或者编译应用程序的情况下被卸下或替换掉。Microsoft的许多技术,如ActiveX、DirectX以及OLE等都是基于COM建立起来的,并且Microsoft的开发人员也大量使用COM组件来定制他们的应用程序及操作系统。-The insider COM technology is a very interesting book, which is intermediate programmers to senior programmers transition, have the interest friend don t learn. COM, Microsoft Component Object Model (Component Object Model), is to develop a method of software Component. Component is actually a small binary executable program, it can give application procedures, operating system and other components provide some service. Develop customized COM components as dynamic and object oriented API. Multiple COM object can be connected to the application or component system, and components can at runtime, links or compile application cases were discharged or replace. Microsoft s many techniques, such as ActiveX, and OLE is DirectX based on COM built, and Microsoft developers used COM components to customize their applications and operating systems
Platform: | Size: 8382464 | Author: coldwater | Hits:

[matlabdynamical-object-tracking

Description: matlab实现视频中动态目标跟踪,效果还不错,以前试过里边的DEMO。-matlab dynamic target tracking in video, the results were good, tried before inside the DEMO.
Platform: | Size: 1349632 | Author: 林溪 | Hits:

[Multimedia Developobject-tracking-particle-filter

Description: 1、本程序需要在dos下启动,否则程序默认打开E盘下一个叫做soccer.avi的视频文件,你可以将一个视频文件修改名称后,放在E盘下; dos下启动的方式是:进入本程序的目录下,输入"objecttracking E:\\……\\……\\***.avi"。本命令有两部分组成objecttracking 是我们的应用程序名, E:\\……\\……\\***.avi是你要打开的视频的全路径,注意是两个“\\”。 2、应用程序目录下,已经有所有的动态库,可直接运行程序。但是想编译源文件工程,需将里面的库复制到工程目录下。 3、希望对你的学习有所帮助, 祝好。-1, the program needs to start in dos, or the default program to open the next panel called soccer.avi E video file, you can modify the name of a video file, on the E-under dos way to start: Go This program directory, enter " objecttracking E: \ \ ... ... \ \ ... ... \ \***. avi" . This command has two parts objecttracking is our application name, E: \ \ ... ... \ \ ... ... \ \***. avi video you want to open the full path, note the two " \ \." 2, the application directory has all the dynamic library can be directly run the program. But would like to compile the source file project, to be inside the library will be copied to the project directory. 3, want to help you learn, I wish well.
Platform: | Size: 25538560 | Author: lew gate | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net