-
it s a tiny code.i m looking forward to help someone
it s a tiny code.i m looking forward to help someone
- 2022-04-22 04:57:42下载
- 积分:1
-
Delphi写的一个比较不错的 OPC DA Server程序,作为开发OPC Server的一个不错参考。OPC 是OLE在工控领域的应用,同一了不同组态软件...
Delphi写的一个比较不错的 OPC DA Server程序,作为开发OPC Server的一个不错参考。OPC 是OLE在工控领域的应用,同一了不同组态软件之间及组态软件与应用程序之间的通讯标准,以前组态软件与应用程序之间的通讯主要是应用DDE技术。-Delphi wrote a quite good OPC DA Server procedures, the development of OPC Server as a good reference. OPC is OLE in the field of industrial applications, the same between different configuration software and configuration software applications and communications between the standard configuration prior to application software and communications between the main technology is the application of DDE.
- 2022-04-16 16:47:18下载
- 积分:1
-
聊天室php ajax
资源描述
聊天室php ajax,十分的好用,适合于初学者学习!
聊天室php ajax,十分的好用,适合于初学者学习!
聊天室php ajax,十分的好用,适合于初学者学习!
聊天室php ajax,十分的好用,适合于初学者学习!
聊天室php ajax,十分的好用,适合于初学者学习!
聊天室php ajax,十分的好用,适合于初学者学习!
- 2022-03-22 03:03:46下载
- 积分:1
-
移动无线通信小区功率控制中的DPC算法,用于下行功率控制
移动无线通信小区功率控制中的DPC算法,用于下行功率控制-Mobile wireless communications cell power control in the DPC algorithm for downlink power control
- 2022-03-04 14:58:51下载
- 积分:1
-
两台电脑简单通信
很简单的源码,通过C++实现两台电脑的简单通信,希望对大家有帮助,#include
#include
#pragma comment(lib,"ws2_32.lib")
void main()
{
WORD wVersionRequested;
WSADATA wsaData;
int err;
wVersionRequested = MAKEWORD( 1, 1 );//请求1.1版本的winsock库
err = WSAStartup( wVersionRequested, &wsaData );
if ( err != 0 ) {
return;
}
if ( LOBYTE( wsaData.wVersion ) != 1 ||
HIBYTE( wsaData.wVersion ) != 1 ) {
WSACleanup( );
return;
}
&n
- 2022-03-20 09:13:36下载
- 积分:1
-
移动飞信完美版C源代码 可以学习一下 希望能有所帮助
移动飞信完美版C源代码 可以学习一下 希望能有所帮助-Fetion perfect version of the C source code can be helpful to learn about hope to
- 2022-03-23 13:02:56下载
- 积分:1
-
Chinese RFC documents, without translation, the right to study very helpful!
中文RFC文件,无需翻译,对学习很有帮助!
- 2023-01-21 19:10:03下载
- 积分:1
-
IP对IP的语音聊天,VB写的,比较不错
IP对IP的语音聊天,VB写的,比较不错-IP to IP voice chat, VB written relatively good
- 2023-08-09 15:50:03下载
- 积分:1
-
在OFDM上使用QPSK的仿真程序。有做理论分析的可参考
在OFDM上使用QPSK的仿真程序。有做理论分析的可参考-OFDM used in the simulation program QPSK. Theoretical analysis is done of reference
- 2022-10-05 13:55:03下载
- 积分:1
-
dsp application and program methodology to evaluate and pratice dsp code
dsp application and program methodology to evaluate and pratice dsp code
- 2022-04-13 12:39:10下载
- 积分:1