-
卓越的短信工具
卓越短信网关模拟器工具包 卓越短信网关模拟器工具包 卓越短信网关模拟器工具包-zhuoyue sms tools
- 2022-05-21 17:50:12下载
- 积分:1
-
基于CDMA的无线收发系统的MATLAB和FPGA实现
CDMA based Wireless Transceiver system MATLAB and FPGA implementation.pdf
- 2022-01-26 05:52:07下载
- 积分:1
-
拨号服务器的客户端程序,请与服务器端程序配合使用,针对E5112设计...
拨号服务器的客户端程序,请与服务器端程序配合使用,针对E5112设计-dial-up server client, and server-side procedures with the use, design against E5112
- 2023-09-04 17:50:03下载
- 积分:1
-
TCP/IP的网络图,介绍了,TCP/IP 的结构。是初学者需要了解的很必要的网络资料,需要看的朋友,快下!...
TCP/IP的网络图,介绍了,TCP/IP 的结构。是初学者需要了解的很必要的网络资料,需要看的朋友,快下!-TCP/IP network, introduced the TCP/IP structure. Beginners need to know is a very necessary network information needs as a friend, under fast!
- 2023-09-01 06:25:03下载
- 积分:1
-
PIC有关C语言编程方面的参考设计,对学习PIC C语言编程的有很大的帮助。...
PIC有关C语言编程方面的参考设计,对学习PIC C语言编程的有很大的帮助。-PIC on the C language programming reference design, to learning PIC C language programming of great help.
- 2022-11-27 03:30:03下载
- 积分:1
-
这是关于WCDMA的试题集,对于想从事3G行业的新手,具有重要的意义...
这是关于WCDMA的试题集,对于想从事3G行业的新手,具有重要的意义-This is the questions on the set of WCDMA, the 3G industry to engage in the experience, it is of great significance
- 2022-01-31 08:12:37下载
- 积分:1
-
QFSK调制和解调,以C的主程序,编译写…
QFSK的调制与解调,用C写的主程序,汇编写的调制与解调的子程序-QFSK the modulation and demodulation, with the main program in C, compile writing, the modulation and demodulation of the Subprogram
- 2022-11-02 12:10:03下载
- 积分: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
-
FPGA/CPLD应用,uart的Verilog HDL原码
FPGA/CPLD应用,uart的Verilog HDL原码-FPGA/CPLD applications, UART Verilog HDL source
- 2022-05-21 20:24:29下载
- 积分:1
-
电力系统通信技术
电力系统通讯用iec-104,主站,子站,协调通讯,超时机制-Power system communication iec-104, master station, sub-stations, the coordination of communications, time-out mechanism
- 2022-01-28 08:12:35下载
- 积分:1