-
Simulate, by using c/c++,a communication system consists of binary source, Golay...
Simulate, by using c/c++,a communication system consists of binary source, Golay(24,12,8) encoder, BPSK modulator, AWGN channel, coherent demodulator, Golay (24,12,8)decoder and sink.
- 2022-03-21 13:38:44下载
- 积分:1
-
which will be a serial SMS
能过串口中短信发送-which will be a serial SMS
- 2023-06-18 03:40:03下载
- 积分:1
-
Delphi CRC8,CRC16,CRC32
delphi下的CRC8,CRC16,CRC32算法的例子,直接拷贝代码就可以使用了,可省去晦涩的研究.-delphi the CRC8, CYXLIC REDUNDANCY, CRC32-algorithm example, directly copy code can use it, can be saved obscure research.
- 2022-02-02 02:44:23下载
- 积分:1
-
CryptoPhone sources for Windows Mobile
CryptoPhone sources for Windows Mobile
- 2022-03-22 16:18:50下载
- 积分:1
-
海南联通的一个SGIP协议短信API的例子程序,从事软件开发人员...
海南联通的一个SGIP协议短信API的例子程序,从事软件开发人员-Hainan Unicom an agreement SGIP SMS API examples procedures, software developers
- 2022-07-12 22:02:31下载
- 积分: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
-
QAM调制解调程序使用的程序,大家看看
qam的调制解调程序
很使用的一个程序,大家-qam modulation and demodulation procedures are used by a program, we look at
- 2022-01-24 09:23:48下载
- 积分:1
-
OPNET的学习实例,有助于初学者掌握。
OPNET的学习实例,有助于初学者掌握。-OPNET learning examples help beginners grasp.
- 2022-08-08 19:11:47下载
- 积分:1
-
使用3Com USR Modem进行录音和放音
使用3Com USR Modem进行录音和放音 -Modem program Using 3Com USR Modem
- 2022-03-21 20:06:45下载
- 积分:1
-
瑞利分布,主要实现锐利分布的某些特征,非常的不错。
瑞利分布,主要实现锐利分布的某些特征,非常的不错。-Rayleigh distribution, mainly the distribution of certain characteristics to achieve sharp, very good.
- 2022-02-13 22:28:56下载
- 积分:1