-
excel usage delphi aplication
excel usage delphi aplication
- 2022-01-26 07:40:45下载
- 积分:1
-
Uart communication uart
Uart communication uart-Uart communication uart
- 2022-03-09 18:48:13下载
- 积分: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
-
OPC 是一种利用微软的 COM/DCOM 技术来达成自动化控制的协议。它包括DA(数据采集)和AE(事件和警报)两种服务。本源码正是DA接口的客户端实现。功能...
OPC 是一种利用微软的 COM/DCOM 技术来达成自动化控制的协议。它包括DA(数据采集)和AE(事件和警报)两种服务。本源码正是DA接口的客户端实现。功能完整,成熟且稳定。有了这一个,您就可以把其它类似的仍进垃圾筒里了。-OPC is a use Microsoft
- 2022-01-26 06:06:49下载
- 积分:1
-
Trace跟踪动态库,文件读写,支持如printf函数的一样参数
Trace跟踪动态库,文件读写,支持如printf函数的一样参数-Trace DLL tracking, document literacy, such as support functions like printf parameters
- 2022-11-17 19:20:03下载
- 积分:1
-
图像合成的代码。可以将选择的图像合并为一张图像。
图像合成的代码。可以将选择的图像合并为一张图像。-Image synthesis code. Choice of images can be merged into one image.
- 2022-03-16 04:54:10下载
- 积分:1
-
use five minutes, adds to the functionality flash player flash player is the use...
利用五分钟,给程序添加播放flash的功能flash的播放,是使用Macromedia的flash播放控件来播放flash步骤如下:建立一个单文档的程序,最后一步选择CFormView作为视图编辑视图的资源添加一个EditBox作为输入文件名,一个按钮播放。添加flash播放控件Project Add To Project Components and Controls Gallary选择:Registered ActiveX Controls文件夹下面的Shockwave Flash Object,它其实是指向c:winntsystem32macromedFlashFlash.ocx的。利用向导添加两个变量,分别对应输入的文件名和flash控件 CString m_filename CShockwaveFlash m_flash 添加播放按钮的事件,打开flash文件并且播放void CViewFlashView::OnPlay() { // TODO: Add your control notification handler code here //CShockwaveFlash UpdateData() m_flash.LoadMovie(0,m_filename) m_flash.Play() }-use five minutes, adds to the functionality flash player flash player is the use of the Macromedia flash player to player flash control steps are as follows : the creation of a single document the procedures, the last step CFormView choose Edit View View as the resources to add a EditBox as input file name, according to a NIU players. Adding flash player Control Project# 61664; Add To Project# 61664; Components an
- 2022-02-01 12:32:15下载
- 积分:1
-
WTL,停靠窗口的例子,供大家学习参考
WTL,停靠窗口的例子,供大家学习参考 -WTL, call window the example for all to study reference
- 2023-02-09 02:00:04下载
- 积分:1
-
这个控件在DigitalDisplayer类型1的基础上隐藏了数码管的尺寸、颜色等属性。这些属性通过接口方法调用修改。但是最后的显示效果与类型1相同。显示尺寸不...
这个控件在DigitalDisplayer类型1的基础上隐藏了数码管的尺寸、颜色等属性。这些属性通过接口方法调用修改。但是最后的显示效果与类型1相同。显示尺寸不论多大,显示效果仍然尤佳!-Control in the DigitalDisplayer types on the basis of a hidden digital control the size, color and other attributes. These attributes Method Invocation Interface changes. However, the final results show that with the same type 1. Regardless of size shows how much effect is a long show!
- 2022-03-28 18:26:58下载
- 积分:1
-
该代码用来同时计算多个视频序列的平均峰值信噪比,并将结果打印到一个图片中输出,进行比较...
该代码用来同时计算多个视频序列的平均峰值信噪比,并将结果打印到一个图片中输出,进行比较-??
- 2022-08-20 21:39:17下载
- 积分:1