-
Beijing Online dial
北京在线拨号程序-Beijing Online dial-up procedures
- 2023-06-04 06:15:03下载
- 积分:1
-
从国外找到的通信程序的DELPHI源代码3,是MODBUS的喔,DELPHI的这类例子可不多见.给大家学习...
从国外找到的通信程序的DELPHI源代码3,是MODBUS的喔,DELPHI的这类例子可不多见.给大家学习-from abroad to find the communication procedures of Delphi source code three is the MODBUS Oh, Delphi examples of this kind can be rare. Learning to everyone
- 2022-11-20 05:50:03下载
- 积分:1
-
记录出行路线,并提供一个电子罗盘,指示行进方向,运行在PocketPC环境下...
记录出行路线,并提供一个电子罗盘,指示行进方向,运行在PocketPC环境下-record travel routes, and to provide an electronic compass, the direction of the road instructions, the PocketPC operating environment
- 2022-03-10 02:20:58下载
- 积分:1
-
获取Modem的串口波特率名称以及本机挂的MODEM的列表等信息
获取Modem的串口波特率名称以及本机挂的MODEM的列表等信息-access to the serial port baud rate Modem name of the machine and the modem link information such as the list
- 2022-04-20 04:38:53下载
- 积分: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
-
瑞利信道仿真程序,请大家参考。
瑞利信道仿真程序,请大家参考。...
瑞利信道仿真程序,请大家参考。
瑞利信道仿真程序,请大家参考。-Rayleigh channel simulation procedures, please refer to everyone.
- 2022-12-23 16:40:04下载
- 积分:1
-
时变信道中 OFDM 信号的多 FFT 检测
多FFT解调可与相干或差动相干检测可以应用。差异相干检测可能对时变信道的优点,其中相干检测患有通道
估计误差。最好是在频域中执行的差分编码,即在整个OFDM载波。在可供下载的源代码包在http://millitsa.coe.neu.edu/?q=projects,多FFT解调与差分相干检测和多个接收元件(空间分集)来实现。
- 2022-03-02 11:36:47下载
- 积分:1
-
LTE随机接入前导格式1检测
LTE上行随机接入过程第一步,在PRACH上发送preamble信号,接收端接收并进行相关峰检测其延迟。该文档为条件1200km/h速度下,系统带宽20MHz,采样率30.72MHz的情况下,未考虑多普勒频移,小区半径为30km的前导检测过程。
- 2022-06-13 04:07:55下载
- 积分:1
-
这是一个opc server例子,包含源代码,可以免费下载
这是一个opc server例子,包含源代码,可以免费下载-it is an sample of opc server
- 2022-02-07 08:05:14下载
- 积分:1
-
CVI development of the procedures for CVI correspondent for example, applies to...
CVI环境开发的程序,用于CVI进行通迅的实例,适用于一般的程序员-CVI development of the procedures for CVI correspondent for example, applies to programmers
- 2023-04-26 07:30:04下载
- 积分:1