-
TAPI exhaled Demonstration Program
TAPI 呼出演示程序-TAPI exhaled Demonstration Program
- 2022-01-26 00:20:02下载
- 积分: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
-
对基本调制解调进行了详细的阐述,包括BPSK,QPSK,16QAM,64QAM
对基本调制解调进行了详细的阐述,包括BPSK,QPSK,16QAM,64QAM-The basic modulation and demodulation described in detail, including BPSK, QPSK, 16QAM, 64QAM
- 2022-07-09 16:29:18下载
- 积分:1
-
xr17d158v C代码驱动CE5
XR17D158V c code driver for CE5
- 2023-06-15 09:55:03下载
- 积分:1
-
procedures given CAN Bus Interface communications MATLAB simulation code, hope y...
程序给出了CAN总线接口的通讯的MATLAB仿真代码,希望能给大家提供帮助.-procedures given CAN Bus Interface communications MATLAB simulation code, hope you can help.
- 2022-03-21 13:30:35下载
- 积分:1
-
cyclic block codes generation
这个matlab代码是用来描述数字通信中的循环码的。
- 2023-05-03 15:15:03下载
- 积分:1
-
Labview冲激函数的频响
labview冲激函数经滤波器之后的频响曲线,包括幅频曲线和相频曲线,可以作为参考
- 2022-03-16 16:39:04下载
- 积分:1
-
本程序仿真了随机变量的产生和多径信道情况
本程序仿真了随机变量的产生和多径信道情况-This procedure simulation of random variable generation and multi-path channel case
- 2022-08-17 06:45:33下载
- 积分:1
-
simple chat program, beginners can see, not masters!
简单的聊天程序,初学者可以看看,高手勿进!-simple chat program, beginners can see, not masters!
- 2022-05-14 08:59:41下载
- 积分:1
-
除了个别算法,演示系统是一个“数据结构”…
In addition to individual algorithm, Demonstration System is a "data structure" (C language version) book algorithm corresponding to the code (CPP) and the test operating procedures (VC + +6.0 to the EXE). Through the system can demonstrate that the algorithm source code and operating results -In addition to individual algorithm, Demonstration System is a
- 2022-02-02 14:46:47下载
- 积分:1