-
MATLAB simulation and communication
MATLAB与通信仿真
_ MATLAB与通信仿真-MATLAB simulation and communication
- 2022-05-28 14:56:58下载
- 积分:1
-
开放源码的一个广域网协议ATM的实现,版本0.79
开放源码的一个广域网协议ATM的实现,版本0.79-An open source WAN protocol ATM, v0.79.
- 2023-03-19 01:45:04下载
- 积分:1
-
linear feedback shift register (LFSR) digital system is an important structure,...
线形反馈移位寄存器(LFSR)是数字系统中一个重要的结构,本程序可以自动产生AHDL,VHDL,Verilog的源代码及电路原理图。程序可以运行在win98/2000/NT平台-linear feedback shift register (LFSR) digital system is an important structure, the process can be automatically generated AHDL, VHDL, Verilog source code and circuit schematics. Procedures can run on platforms win98/2000/NT
- 2023-02-26 19:50:04下载
- 积分:1
-
communications, a similar MSN software, but no less powerful functions.
通讯方面的,一个类似于MSN的软件,但是功能没有那么强大。-communications, a similar MSN software, but no less powerful functions.
- 2023-04-07 09:00: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
-
IEEE 802.11g explained
IEEE 802.11g explained
- 2023-05-26 10:40:04下载
- 积分:1
-
j3me java
j3me java-j3me java
- 2022-07-27 21:58:09下载
- 积分:1
-
OFDM在无线局域网中应用,包括编码,信道估计和同步算法
OFDM在无线局域网中应用,包括编码,信道估计和同步算法-OFDM in Wireless LAN applications, including coding, channel estimation and synchronization algorithms
- 2022-02-05 17:15:37下载
- 积分:1
-
CDMA的写码资料!你看了就知道的!!关于写ENS码的资料!
CDMA的写码资料!你看了就知道的!!关于写ENS码的资料!-the document of write code to CDMA, about write ENS code.
- 2022-03-04 02:09:14下载
- 积分:1
-
串口调试:这还是个初步的!如果你有兴趣还可以自己再改!如果还有更好的请联系我...
串口调试:这还是个初步的!如果你有兴趣还可以自己再改!如果还有更好的请联系我-serial debugger : This is still preliminary. If you are interested in then they can change! If there is a better contact I
- 2022-03-11 21:27:16下载
- 积分:1