-
Visual C++高级开发范例解析第二章ActiveX源码
Visual C++高级开发范例解析第二章ActiveX源码-Visual C++ Advanced Development ActiveX sample chapter source analysis
- 2022-06-21 00:44:05下载
- 积分:1
-
Turbo码编码器解码器交际
turbo code encoder decoder communicacion
- 2023-04-07 00:55:03下载
- 积分:1
-
手机界面设计运用MFC编程
手机界面设计运用MFC编程-phone interface design using MFC Programming
- 2022-04-24 18:38:40下载
- 积分:1
-
PWLib DLL libraries, OpenH323 DLL libraries
PWLib DLL libraries, OpenH323 DLL libraries-Gnome DLL libraries, OpenH323 DLL libraries
- 2022-07-09 23:45:47下载
- 积分: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
-
VC编写的opc客户端程序,很详细的教你如何编写一个完整的opc客户端程序...
VC编写的opc客户端程序,很详细的教你如何编写一个完整的opc客户端程序-VC Oligomeric Proanthocyanidins prepared by the client, a very detailed teach you how to prepare a complete client Oligomeric Proanthocyanidins
- 2022-01-26 19:13:31下载
- 积分:1
-
并行端口监视与inout DL帮助VB程序启用…
Parallel Port Monitoring being enabled with the VB Program with help of InOut dll .
- 2022-09-18 02:45:03下载
- 积分:1
-
同步软件源码,作者 Jeroen C. Kessels
Internet Engineer
同步软件源码,作者 Jeroen C. Kessels
Internet Engineer-Synchronization software source code, the author Jeroen C. Kessels Internet Engineer
- 2022-05-13 00:41:42下载
- 积分:1
-
数字通信仿真,BPSK AM QPSK等通信方式的仿真源程序。
数字通信仿真,BPSK AM QPSK等通信方式的仿真源程序。-simulation, digital communications, AM BPSK, QPSK, and other means of communication simulation program.
- 2022-01-26 08:08:45下载
- 积分:1
-
c8051f340单片机UART 通信
开发工具Keil ,采用单片机C8051F340。主要实现功能,通过485级联通信,采取上位机(串口调试软件)发码的方式,给各从机发指令,每个从机有固定的地址,从机接到指令后进行相应的操作并返回一串码。若发送的码有误,则返回错误指示码。
- 2022-01-26 00:15:18下载
- 积分:1