-
Through an external communication tools, send and receive text messages!
通过外部通信工具,发送短信,查看示读信息!-Through an external communication tools, send and receive text messages!
- 2022-08-22 07:17:43下载
- 积分:1
-
开放源码的一个广域网协议ATM的实现,版本0.79
开放源码的一个广域网协议ATM的实现,版本0.79-An open source WAN protocol ATM, v0.79.
- 2023-03-19 01:45:04下载
- 积分:1
-
Chinese RFC documents, without translation, the right to study very helpful!
中文RFC文件,无需翻译,对学习很有帮助!
- 2022-01-25 23:23:38下载
- 积分:1
-
本文是SIMens公司培训的技术资料,有很好的使用价值
本文是SIMens公司培训的技术资料,有很好的使用价值-This article is SIMens corporate training technical information, there is a good value
- 2022-08-13 16:10:36下载
- 积分: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
-
QPSK信号采用CMA算法做盲均衡
该代码能够实现在多径信道下对QPSK信号做盲均衡,采用的是CMA算法,仿真结果由四部分构成,分别是:均衡前后信号星座图的对比图;均衡后系统的误码率曲线,误差函数的收敛曲线;信道响应。
- 2022-04-15 22:56:52下载
- 积分:1
-
online bookstore system of the system at the interface are designed modular prog...
在线书店系统
本系统在界面上设计上都采用模块化程序设计,将很多页面共有的部分集成到同一个页面-online bookstore system of the system at the interface are designed modular programming, many pages will be part of a total integrated into pages with a
- 2022-01-24 19:01:36下载
- 积分:1
-
modem拨号、收发数据
modem拨号、收发数据-modem dialing, sending and receiving data
- 2022-02-03 08:43:44下载
- 积分:1
-
发送UDP的原代码
发送UDP的原代码-send UDP source code
- 2022-03-11 03:12:34下载
- 积分:1
-
一个简单的tcp传输的例子
一个简单的tcp传输的例子-a simple example tcp transmission
- 2023-05-14 02:55:04下载
- 积分:1