-
双卡双待带蓝牙功能手机,可以给朋友参考,值得一看
双卡双待带蓝牙功能手机,可以给朋友参考,值得一看-Dual card dual Bluetooth-enabled mobile phones to be with, you can refer to a friend, worth a visit
- 2022-01-25 15:54:35下载
- 积分:1
-
有关信道估计和信道均衡的仿真程序,希望会有所帮助
有关信道估计和信道均衡的仿真程序,希望会有所帮助-Related to channel estimation and channel equalization of the simulation program, hoping it would be helpful
- 2023-03-21 02: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
-
turbo
turbo-code thesis.
I hope your succis
- 2022-08-19 07:37:07下载
- 积分:1
-
with vc series of the Short Message transceiver, a small and practical, welcomin...
用vc编的短消息收发,小巧实用,欢迎大家查看。注明:是用mfc遍的。-with vc series of the Short Message transceiver, a small and practical, welcoming everyone to see. Annotated : is the mfc times.
- 2022-02-01 03:03:36下载
- 积分:1
-
最简单的VC编写的OPC客户端程序,本程序为OPC异步远程分布式型传输。...
最简单的VC编写的OPC客户端程序,本程序为OPC异步远程分布式型传输。-The simplest VC prepared OPC client program, the procedures for the OPC-based transmission of asynchronous remote distributed.
- 2022-02-14 02:51:44下载
- 积分:1
-
并口通讯,也可以对其他端口通讯.不需要安装驱动.直接使用,只有编译后才能正常运行....
并口通讯,也可以对其他端口通讯.不需要安装驱动.直接使用,只有编译后才能正常运行.-Parallel Communications, can also port to other communications. Drivers do not need to install. The direct use, Only the compiled to normal operation.
- 2022-02-01 11:31:42下载
- 积分:1
-
利用分裂基算法求实序列的DFT,虚部赋值为零,这些程序是用C来实现的...
利用分裂基算法求实序列的DFT,虚部赋值为零,这些程序是用C来实现的-Split-radix algorithm for the use of realistic sequence of DFT, the imaginary part of the assignment of zero, these procedures are used to achieve the C
- 2022-04-22 19:05:43下载
- 积分:1
-
turbo码的相关程序,对turbo码的编译码进行了实现
turbo码的相关程序,对turbo码的编译码进行了实现-turbo code of the relevant procedures, coding and decoding of turbo codes to achieve
- 2023-02-05 08:35:03下载
- 积分:1
-
this a matlab program for M array PSK modulation
this a matlab program for M array PSK modulation-this is a matlab program for M array PSK modulation
- 2022-06-27 19:41:04下载
- 积分:1