-
transmit H.264 file simulation
transmit H.264 file simulation
- 2022-06-17 23:44:40下载
- 积分: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
-
中国来电显示标准,为DTMF数据传送格式的,中国国标。
中国来电显示标准,为DTMF数据传送格式的,中国国标。-china CID(DTMF)
- 2022-06-16 16:04:34下载
- 积分:1
-
该程序驱动MODEM反复拨打某一个电话号码.使用了简单的AT命令,通过COM口与MODEM通讯....
该程序驱动MODEM反复拨打某一个电话号码.使用了简单的AT命令,通过COM口与MODEM通讯.-the procedure repeated MODEM Driver Call a telephone number. Use a simple AT commands, through COM ports with modem communication.
- 2022-01-28 21:04:58下载
- 积分:1
-
维特比译码器的asic设计的相关论文
维特比译码器的asic设计的相关论文-Viterbi Decoder asic design related articles
- 2022-06-16 23:56:47下载
- 积分:1
-
基于RFC3095基础上的纯IP报头压缩协议。
基于RFC3095基础上的纯IP报头压缩协议。-Based on RFC3095, pure IP header compression protocol.
- 2022-05-20 03:10:48下载
- 积分:1
-
radar simulation, the results can be seen running the sinc function 2D images
雷达一个点仿真,运行结果可看到二维的sinc函数图像-radar simulation, the results can be seen running the sinc function 2D images
- 2023-05-08 13:05:02下载
- 积分:1
-
Institute p99se two
2小时学会p99se的教程,是硬件设计者入门p99se的好教材,全部是图片教材,手把手教你,very good,我就是从这里开始学习p99se的。-Institute p99se two-hour tutorials, hardware designers entry p99se good material, all photographs materials, Maxivista you, very good, I was here to learn from the p99se.
- 2022-01-25 15:13:02下载
- 积分:1
-
Per the IEEE 802.11a specifications, we 52 have used subcarriers. Given so, the...
此程序参照了IEEE 802.11a ,使用了52个子载波。理论期望papr为52.但是由加扰器的存在,所有子载波很难一直的调制-Per the IEEE 802.11a specifications, we 52 have used subcarriers. Given so, the theoretical maximum expected PAPR is 52 (around 17dB). However, thanks to the scrambler, all the subcarriers in an OFDM symbol being equally modulated is unlikely.
- 2022-09-16 17:30:03下载
- 积分:1
-
special edition yards SNS delphi programming
SNS特辑delphi编程
- 2022-02-24 20:18:19下载
- 积分:1