搜索资源列表
NumberLed
- 仿数码管显示仪表的空间,可以显示浮点数和日期,可根据参数修改控件的显示状态,是一个完整的C++ACTIVEX 控件,通过此控件,可以完全了解 ACTIVEX 的工作过程-Imitation digital display meter of space, you can display floating-point numbers and dates, according to the display of the control parameters to modify the state, i
THMFC2ATL
- 关键词 COM组件 接口 生命周期 C++类 ATL组件类 C++基类 ATL模板基类 继承 摘要 在组件化编程的时代,如何复用历史累积的大量没有组件特性的C++类?本文从工程的角度对这一问题进行探讨,利用现有组件技术,提出了一套将C++类平滑过渡到COM组件的完整解决方案。 -Keywords: COM component interface life-cycle C++ type ATL component class C++ base class ATL template
Compression
- 可以压缩各种文件,是我学c++的早期作品,有不恰当的地方欢迎指出!-Documents can be compressed, I learn c++ s early works, there are not appropriate to point out that the local welcomed!
C_the_Complete_Reference(4th)
- C The Complete Reference Fourth Edition Herbert Schildt-PART I— FOUNDATIONAL C This book divides its descr iption of the C language into two parts. Part One discusses those features of C defined by the original, 1989 ANSI standard for C (c
ComputeTrngleCentroid
- ComputeTrngleCentroid.c“计算三角形中点”-ComputeTrngleCentroid.c " triangle mid-point of the calculation"
COM-technology-insider
- COM接口可以通过多种语言实现,接口有一个二进制的标准。也就是说,表示一个接口的内存块必须具有一定的结构。客户程序用一个指向接口数据结构的指针来调用接口成员函数。接口指针实际上又指向一个指针,这第二个指针指向一组函数,称为接口寒暑表。接口函数表中每项为4个字节长的函数指针。 在C++中,可以使用抽象基类实现COM接口。抽象基类的内存结构跟接口的内存结构正好完全相同。抽象基类的指针指向一个vtbl指针,该指针指向虚拟函数表。由于一个COM组件可以支持任意数目的接口,因此对于这类组件,我们使用抽
