-
这是一个服务器端的程序,用的是VC平台,刚上传了客户端,希望大家会喜欢,对大家有帮助...
这是一个服务器端的程序,用的是VC平台,刚上传了客户端,希望大家会喜欢,对大家有帮助-This is a server-side procedures, using the VC platform, just upload the client, I hope you will like to help you
- 2022-05-24 18:56:08下载
- 积分:1
-
关于3G基站的培训,现在正在搞TD,应该对大家有用处。
关于3G基站的培训,现在正在搞TD,应该对大家有用处。-3G base stations on the training, are now engaged in TD, everyone should have usefulness.
- 2022-11-16 10:25:03下载
- 积分:1
-
对移动通信系统中的主呼叫,被叫等信令过程进行详细的描述...
对移动通信系统中的主呼叫,被叫等信令过程进行详细的描述-Mobile communication system of the main call, called the signaling process, such as a detailed description of
- 2022-01-24 08:49:00下载
- 积分:1
-
it is to describe 3 D coding for OFDM
it is to describe 3 D coding for OFDM
- 2022-09-15 21:30:03下载
- 积分: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
-
philips pca82c250 中文数据手册
CAN BUS INTERFACE IC
philips pca82c250 中文数据手册
CAN BUS INTERFACE IC-philips pca82c250 Chinese manual data CAN BUS INTERFAC E IC
- 2022-01-26 00:30:43下载
- 积分:1
-
基于TinyOS系统在CC2530下的点灯程序
An IEEE 802.15.4 protocol implementation (in nesC/TinyOS):Reference Guide v1.2 芯片是CC2530
- 2022-01-26 08:23:12下载
- 积分:1
-
matlab通过SG仿真重采样的代码,适合于192结的重采样点
matlab通过SG仿真重采样的代码,适合于192结的重采样点-matlab simulation through SG resampling code, suitable for 192 points, resampling the knot
- 2023-05-27 23:50:02下载
- 积分:1
-
好手机信息,可能需要有一个朋友的帮助
不错的手机资料,可能对有需要的朋友有帮助-Good cell phone information that may need to have a friend help
- 2022-10-26 22:50:03下载
- 积分:1
-
acm_voip_vcl VoIP
ACM_VOIP_VCL VOIP- ACM_VOIP_VCL VOIP
- 2022-01-26 17:56:26下载
- 积分:1