-
本文为刚刚接触COM的程序员提供编程指南,解释COM服务器内幕以及如何用C++编写自己的接口。 继上一篇COM编程入门之后,本文将讨论有关COM服务器的内容,解...
本文为刚刚接触COM的程序员提供编程指南,解释COM服务器内幕以及如何用C++编写自己的接口。 继上一篇COM编程入门之后,本文将讨论有关COM服务器的内容,解释编写自己的COM接口和COM服务器所需要的步骤和知识,以及详细讨论当COM库对COM服务器进行调用时,COM服务器运行的内部机制。- This article for the programmer which just contacts COM
provides the programming guide, explained how the COM server inside
story as well as does use C to compile own connection. After continues
the previous COM programming crosses the threshold, this article will
discuss the related COM server the content, explained compiles step
and knowledge which own COM connection and the COM server needs, as
well as detailed discussion when the COM storehouse carries on the
transfer to the COM server, COM server movement internal mechanism.
......
- 2022-05-06 08:03:53下载
- 积分:1
-
用mfc写的自动化统计组件.
用mfc写的自动化统计组件.-used to write automation components statistics.
- 2023-07-12 18:30:03下载
- 积分:1
-
computation of fft, 快速傅立也变换包
computation of fft, 快速傅立也变换包-computation of fft, fast Fourier transform package also
- 2023-02-22 08:15:03下载
- 积分:1
-
一个自动注册OCX控件的程序
一个自动注册OCX控件的程序- Automatically registers OCX to control a procedure
- 2022-03-24 09:24:02下载
- 积分:1
-
一个外国人写的基于DirextX8.0 的3D控件,
使用方便,而且有源代码,很不错!...
一个外国人写的基于DirextX8.0 的3D控件,
使用方便,而且有源代码,很不错!-a foreigner was based DirextX8.0 3D controls, ease of use, and active code, very good!
- 2023-03-02 18:05:03下载
- 积分:1
-
在ActiveX控件中如何动态调用DLL函数
在ActiveX控件中如何动态调用DLL函数-in how ActiveX DLL function called Dynamic
- 2022-07-11 10:18:32下载
- 积分:1
-
本方案解决了收入波动问题
this program solves an Income Fluctuation Problem
requires obj.m function which is the RHS of the Bellman
equation as a function of c=consumption and x=cash in hand-this program solves an Income Fluctuation Problem
requires obj.m function which is the RHS of the Bellman
equation as a function of c=consumption and x=cash in hand
- 2022-03-19 07:24:24下载
- 积分:1
-
Active Script语言调试工具
Active Script语言调试工具 -Language debuging tool of Active Script
- 2022-04-07 02:18:52下载
- 积分:1
-
使用MFC建立控件的例子
使用MFC建立控件的例子-The example of using MFC to setup up control
- 2023-08-08 12:15:04下载
- 积分:1
-
介绍:
介绍如何在Win32中处理串口。串口通讯可以通过多种技术实现,例如:ActiveX,I/O存取和文件操作。本文介绍Win32平台下通过文件操作技术使...
介绍:
介绍如何在Win32中处理串口。串口通讯可以通过多种技术实现,例如:ActiveX,I/O存取和文件操作。本文介绍Win32平台下通过文件操作技术使用串口。程序员可以使用 Microsoft Visual C++ Version 6.0所提供的kernel32.lib。在Microsoft Windows(2000,Me,XP and 95/98)中,串口作为文件处理。因此可以通过Windows文件创建函数打开串口。
文章不仅介绍了串口通讯,也介绍了在串口通讯应用程序中实现多任务,多任务可以使串口通讯应用程序在同一时间处理更多的任务,例如:读数据任务,发送数据任务,GUI任务等。-Introduction: Introduction of how to deal with Win32 serial port. Serial communication can realize through a variety of technologies, such as: ActiveX, I/O access and file operations. This article describes the Win32 platform by file operation technique using the serial port. Programmers can use Microsoft Visual C++ Version 6.0 provided by kernel32.lib. In Microsoft Windows (2000, Me, XP and 95/98), the serial port as a file handle. Windows files can be created through the open serial port function. Article not only introduces serial communications, also introduced in the serial communication applications realize multi-tasking, multi-mission can make serial communication applications at
- 2022-01-22 06:22:02下载
- 积分:1