-
通信系统仿真原理与无线应用代码…
通信系统仿真原理与无线应用代码
是一本不可多得的仿真书籍-Communication System Simulation Principle and wireless application code is a simulation of rare books
- 2022-01-25 20:51:11下载
- 积分:1
-
此提供一个USB接口的编写源码,提供网友共同参考
此提供一个USB接口的编写源码,提供网友共同参考-here to provide a USB source prepared to provide a common reference Netizen
- 2022-01-26 07:33:24下载
- 积分:1
-
文章中详细介绍了自适应均衡的结构及其算法,很有价值
文章中详细介绍了自适应均衡的结构及其算法,很有价值-Article describes in detail the structure and adaptive equalization algorithms, great value
- 2022-04-23 09:45:44下载
- 积分:1
-
USB HID 通信示例
USB HID通信程序示例显示了最基本的USB通信。并提供了一种沟通方式,你可以从一个脚本文件中读取指令,USB通信
- 2023-06-12 02:05:05下载
- 积分:1
-
zmodem文件传输协议的源码
zmodem文件传输协议的源码-source code of zmodem file translation protocol
- 2022-03-25 06:12: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
-
这是个MATLAB教程,讲的挺详细的,挺综合,重点突出,适合初学者看。...
这是个MATLAB教程,讲的挺详细的,挺综合,重点突出,适合初学者看。-This is a MATLAB tutorial, speak very detailed, very comprehensive, focused and look for beginners.
- 2023-06-11 01:25:03下载
- 积分:1
-
一个简单的dll库,封装了串口通信的链接,发送,接收。对这方面有兴趣的来学习。...
一个简单的dll库,封装了串口通信的链接,发送,接收。对这方面有兴趣的来学习。-A simple dll library encapsulates the serial communication link, send, receive. In this regard are interested to learn.
- 2022-05-07 04:12:20下载
- 积分:1
-
可以控制计算机串口操作的串口类,非常好用
可以控制计算机串口操作的串口类,非常好用-can control the operation of the computer serial port Serial category, very handy
- 2022-02-28 10:43:20下载
- 积分:1
-
TCP通讯测试小程序(客户端),可选择保持连接或一次收发完毕后自动断开。...
TCP通讯测试小程序(客户端),可选择保持连接或一次收发完毕后自动断开。-small TCP communications test procedures (client), or may choose to stay connected after a transceiver automatically disconnected.
- 2022-01-29 01:31:29下载
- 积分:1