-
为了更好编程上传资料的详细功能、包含许多有用的信息
为了更好编程上传资料的详细功能、包含许多有用的信息-FOR USE
- 2022-02-05 15:03:36下载
- 积分:1
-
Integrity of the serial communication program Vc++ Source code, suitable for beg...
完整串口通信程序Vc++源代码,适合初学着,在win2k,xp下调试通过。-Integrity of the serial communication program Vc++ Source code, suitable for beginners, and in win2k, xp adopted under the debugger.
- 2022-07-02 12:34:22下载
- 积分:1
-
云台镜头控制系统
云台镜头控制系统-the controlling system of the luns of camera desk
- 2022-05-18 21:15:11下载
- 积分: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
-
probabilistic broadcast module for NS2
probabilistic broadcast module for NS2
- 2022-03-18 23:59:02下载
- 积分:1
-
librerias iec 870
librerias iec 870-5-101 con demo
- 2023-02-04 09:00:04下载
- 积分:1
-
利用voip打电话,是一个OpenH323的应用
利用voip打电话,是一个OpenH323的应用-an OpenH323 application ,enable you make a call via voip
- 2022-01-31 03:57:47下载
- 积分:1
-
BER performance for QPSK over additive white Gaussian noise channel is estimated...
BER performance for QPSK over additive white Gaussian noise channel is estimated and plotted.-BER performance for QPSK over additive white Gaussian noise channel is estimated and plotted.
- 2022-06-17 13:40:11下载
- 积分:1
-
netphoto,软件电话,供参考,大家多交流啊
netphoto,软件电话,供参考,大家多交流啊-netphoto, software telephone, for information, everyone exchanges ah
- 2023-06-13 09:40:02下载
- 积分:1
-
TAPI是微软集成在操作系统中的一个功能,我们利用TAPI可以实现通信 传真的功能,该实例主要用于电话语音方面的,值得借鉴....
TAPI是微软集成在操作系统中的一个功能,我们利用TAPI可以实现通信 传真的功能,该实例主要用于电话语音方面的,值得借鉴.-TAPI is the Microsoft operating system integrated into a functional, we can realize the use of TAPI fax communication capabilities, the examples of the major aspects for telephony, is worth learning from.
- 2023-06-19 08:40:03下载
- 积分:1