-
文章研究了在OFDM系统中一种基于训练引导的判决反馈均衡技术...
文章研究了在OFDM系统中一种基于训练引导的判决反馈均衡技术-Research article in the OFDM system, a training guide based on the decision feedback equalizer technology
- 2023-04-23 20:15:03下载
- 积分:1
-
一个串口监视程序 com通讯可使用 适合高级以下串口编程者使用...
一个串口监视程序 com通讯可使用 适合高级以下串口编程者使用-Com a serial communications surveillance program can be used for high-level programming using the following serial
- 2022-06-21 18:07:30下载
- 积分:1
-
FF communications protocol implemented, including the OD component and so on. Th...
FF通信协议的实现,包括了OD的构件等等。里面用到了SOCKET技术-FF communications protocol implemented, including the OD component and so on. They used the technology SOCKET
- 2022-02-03 08:51:26下载
- 积分:1
-
telephone game base on C++
手机 GAME c++ 版-telephone game base on C++
- 2023-02-09 12:55:04下载
- 积分:1
-
OFDM系统生成以及QAM调制方式MATLAB产生,分析了OFDM系统的调制方式的差别
OFDM系统生成以及QAM调制方式MATLAB产生,分析了OFDM系统的调制方式的差别-OFDM system-generated and MATLAB generated QAM modulation, an analysis of OFDM modulation system differences
- 2022-10-11 16:30:02下载
- 积分:1
-
数字滤波器的详细实用设计方法介绍,非常实用
数字滤波器的详细实用设计方法介绍,非常实用-Digital filter design method detailed practical introduction, very useful
- 2022-01-30 14:57:21下载
- 积分:1
-
本文件是一个如何开发OPC Server的Word说明文档。比较详细的介绍了使用COM技术进行开发OPC Server的过程。...
本文件是一个如何开发OPC Server的Word说明文档。比较详细的介绍了使用COM技术进行开发OPC Server的过程。-this document is how to develop an OPC Server Word documentation. A more detailed introduction to the use of COM technology for the development of OPC Server process.
- 2022-03-02 09:11:52下载
- 积分:1
-
NRF24L01发送接收
This file is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTYT; NRF24L01 是NORDIC 公司最近生产的一款无线通信通信芯片,采用FSK 调制,内部集成NORDIC 自己的Enhanced Short Burst 协议。可以实现点对点或是1 对6 的无线通信。无线通信速度可以达到2M(bps)。NORDIC 公司提供通信模块的GERBER 文件,可以直接加工生产。嵌入式工程师或是单片机爱好者只需要为单片机系统预留5 个GPIO,1 个中断输入引脚,就可以很容易实现无线通信的功能,非常适合用来为MCU 系统构建无线通信功能。
- 2022-02-03 13:09:04下载
- 积分:1
-
VC++ 封装了队列类 /// /// /// ///// //this a example for using Queue /////////////////...
VC++ 封装了队列类 /// /// /// ///// //this a example for using Queue ///////////////////////////////////////// #include "Queue.h" //define queue data struct struct QueueData { char data[20] int nId } //define queue typedef TQueue TMyQueue //put data into queue { QueueData data memset(&data, 0, sizeof(data)) strcpy(data.data, "hello!") data.nId = 0 m_pMyQueue.TryPut(data) } //try put data into queue { QueueData data memset(&data, 0, sizeof(data)) strcpy(data.data, "hello!") data.nId = 0 if(m_pMyQueue.TryPut(data) != 0) { MessageBox("put queue error") } else { MessageBox("put queue success") } } //get data from queue { QueueData data memset(&data, 0, sizeof(data)) m_pMyQueue.Get(data) MessageBox(data.data) } //try get data from queue { QueueData data memset(&data, 0, sizeof(data)) m_pMyQueue.TryGet(data) MessageBox(data.data) }-cohort of VC Packaging category /////////////////////////////////////////// this is a example for using Queue ///////
- 2023-07-24 17:35:03下载
- 积分:1
-
PC104 bus protocol description, though a book entry, but for the development and...
PC104总线协议介绍,虽然是个入门的书,不过对开发和理解pc104很有帮助,做相关开发的可以看看啊-PC104 bus protocol description, though a book entry, but for the development and understanding of pc104 helpful, do take a look at ah related to the development of
- 2022-12-17 08:50:03下载
- 积分:1