-
对于cdma2研究情况介绍
Presentation about study case for CDMA2-Presentation about study case for CDMA2000
- 2022-08-08 14:00:20下载
- 积分:1
-
冷杉 LMS 筛选器
自适应阵列天线处理彻底改变了当前无线通信系统。最小均方算法是的最频繁使用的自适应算法,为不同的目的喜欢噪声滤波和也目前部署在智能天线技术之一。调整权重这样随着环境的变化。因为所有的技术要求复杂数学过程,所以我们需要强大的处理器为其执行像 Fpga。在此代码中 HDL 语言,语言使用。算法是很好说明。请参阅附加的代码。
- 2022-05-15 12:09:50下载
- 积分:1
-
The use of VC and mixed programming Mablat phone text messaging program source c...
采用VC和Mablat混合编程的手机发短信源代码程序,主程序为smssend_mainhg。需VC和Mablab3.0编译环境。-The use of VC and mixed programming Mablat phone text messaging program source code, the main program for smssend_mainhg. VC and Mablab3.0 need to compile the environment.
- 2022-08-12 16:43:33下载
- 积分:1
-
没有帐号可以下载这个自由的源代码(下载自由选择的Wi-Fi…
不需帐号就可自由下载此源码(选择自由下载将不利于本站源码数量的增-no account can download this free source code (download the freedom of choice will be detrimental to the site to the growing number of FOSS
- 2023-07-23 06: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
-
这是一个综合了多种通信方式(RS232串口/TCP/UDP/E1)的通信接口类,它对外提供了统一的接口,使得开发人员不再需要关心通信编程的细节! 内部使用多线程...
这是一个综合了多种通信方式(RS232串口/TCP/UDP/E1)的通信接口类,它对外提供了统一的接口,使得开发人员不再需要关心通信编程的细节! 内部使用多线程,效率极高,并且经过了2年的使用,不断的得到维护,目前最新版本.-This is a combination of various means of communication (RS232 serial/TCP/UDP/E1) Communication Interface category, which offer a unified interface that allows developers no longer need to care about the details of the Communication Programming! The internal use of multithreading and efficient way, and after two years the use of continuously maintained that the latest version.
- 2023-04-28 05:30:04下载
- 积分:1
-
modbus protocol the whole solution, modicon the company prepared an agreement, i...
modbus协议全解,modicon公司编写的协议,很权威,很有参考价值。-modbus protocol the whole solution, modicon the company prepared an agreement, it is authoritative, useful reference value.
- 2022-04-20 09:53:33下载
- 积分:1
-
dos environment in assembly language to write the clock procedures, including ma...
在dos环境下用汇编语言写的clock程序,包括许多中断处理-dos environment in assembly language to write the clock procedures, including many interrupt handling
- 2022-04-22 18:48:18下载
- 积分:1
-
实现来电显示功能的程序
实现来电显示功能的程序-achieve functional procedures
- 2022-08-23 19:41:01下载
- 积分:1
-
turbo码的相关程序,对turbo码的编译码进行了实现
turbo码的相关程序,对turbo码的编译码进行了实现-turbo code of the relevant procedures, coding and decoding of turbo codes to achieve
- 2023-02-05 08:35:03下载
- 积分:1