-
基于DDE技术的组态王和VB的通信
这是一篇有关利用DDE技术进行VB和组态王软件通信的文章,作者侯广宁,隋涛,孔震,孙凡超,张鑫(山东科技大学)。该文介绍了windows 平台上DDE(动态数据交换)技术的基本原理,研究了工控组态软件组态王与可视化编程软件VB 对DDE 技术的支持和应用,通过实例,编写了组态王与VB 应用程序的数据交换程序。运行结果表明,该监控系统能稳定和可靠地完成现场的实时监控。
- 2022-09-05 01:00:02下载
- 积分:1
-
这是组态王OPCserver的配置工具和配置说明。
这是组态王OPCserver的配置工具和配置说明。-This is OPCserver Kingview configuration tools and configuration instructions.
- 2022-01-23 10:31:12下载
- 积分:1
-
OFDMA Resource Allocation Simulations
A Low Complexity Algorithm for Proportion...
OFDMA Resource Allocation Simulations
A Low Complexity Algorithm for Proportional
- 2023-02-28 16:50:03下载
- 积分:1
-
通过API调用,可以把从键盘接收到的字符串到串口,然后把获得的字符显示在屏幕上...
通过API调用,可以把从键盘接收到的字符串到串口,然后把获得的字符显示在屏幕上-through API calls can be received from the keyboard to the string of serial and then the characters were shown on the screen
- 2023-01-15 22:00:03下载
- 积分:1
-
The algorith divides rows in to four equal groups. The rows are then used to fro...
The algorith divides rows in to four equal groups. The rows are then used to from a distance graph which is then transformed into a matrix. girth of eight is maintained by avoiding six-cycles in the graph construction
- 2022-08-21 23:38:50下载
- 积分:1
-
These files are the MATLAB code for "Imperialist Competitive Algorithm (ICA)" wh...
这些是一些matlab代码对应书籍Imperialist Competitive Algorithm (ICA)" 的。-These files are the MATLAB code for "Imperialist Competitive Algorithm (ICA)" which in some papers is referred by "Colonial Competitive Algorithm CCA".
- 2023-05-20 18:00:04下载
- 积分:1
-
对openscmanager模型代码,建立服务对象。打开服务否是是,向服务器发送控件。删除…
代码示范了 OpenSCManager、CreateService、OpenService、ControlService、DeleteService、RegisterServiceCtrlHandler、SetServiceStatus、StartServiceCtrlDispatcher等操作服务程序的主要几个API的用法,具体的函数参数大家可以查阅MSDN。-model code of OpenSCManager, CreateService. OpenService, ControlService. DeleteService. RegisterServiceCtrlHandler. SetServiceStatus. StartServiceCtrlDispatcher and other services for the operation of several major AP I use, the specific parameters of the function you can access the MSDN.
- 2022-02-01 16:17:21下载
- 积分:1
-
direct use of Winsock modules for document transmission procedures, characterist...
直接运用 WINSOCK 单元进行传送文件的程序,特点:
1、多线程
2、支持断点续传。
3、系统托盘。
程序在Winxp和Win2000运行通过。
程序用到了第三方控件“VCLSkin2.45.D67”到相关站点可下载。-direct use of Winsock modules for document transmission procedures, characteristics : 1, 2 multithread support HTTP. 3, the system tray. Winxp and procedures in running Win2000 through. Procedures used a third-party control "VCLSkin2.45.D67" related to the site can be downloaded.
- 2022-04-30 08:48:17下载
- 积分:1
-
在超宽带系统中加入空时编码后与不加编码的原系统的对比
在超宽带系统中加入空时编码后与不加编码的原系统的对比-In the ultra-broadband system by adding, after the space-time coding without coding the original system comparison
- 2022-10-06 05:35:03下载
- 积分:1
-
Socket通信协议
Socket
通信的原理还是比较简单的,它大致分为以下几个步骤。
服务器端的步骤如下。
(
1
)建立服务器端的
Socket
,开始侦听整个网络中的连接请求。
(
2
)当检测到来自客户端的连接请求时,向客户端发送收到连接请求的信
息,并建立与客户端之间的连接。
(
3
)当完成通信后,服务器关闭与客户端的
Socket
连接。
客户端的步骤如下。
(
1
)建立客户端的
Socket
,确定要连接的服务器的主机名和端口。
(
2
)发送连接请求到服务器,并等待服务器的回馈信息。
(
3
)连接成功后,与服务器进行数据的交互。
(
4
)数据处理完毕后,关闭自身的
Socket
连接。
- 2022-03-04 22:04:09下载
- 积分:1