-
costas loop 2. Bpsk symbols
costas loop 2. Bpsk symbols
- 2022-06-29 16:54:27下载
- 积分:1
-
jtag上位机源程序,遵循JTAG通信协议,用于带JTAG芯片的调试。...
jtag上位机源程序,遵循JTAG通信协议,用于带JTAG芯片的调试。-JTAG host computer source code, follow the JTAG communication protocol for the chip with JTAG debugging.
- 2022-01-25 21:51:29下载
- 积分:1
-
Windows XP下的802.1x supplicant的实现,支持TLS、TTLS、PEAP、EAP
Windows XP下的802.1x supplicant的实现,支持TLS、TTLS、PEAP、EAP-SIM-Windows XP under the realization of 802.1x supplicant to support TLS, TTLS, PEAP, EAP-SIM
- 2022-11-24 09:40:03下载
- 积分:1
-
基于串口收发的无线接收应用软件,供参考学习
基于串口收发的无线接收应用软件,供参考学习-Serial Transceivers Based on the reception of wireless application software for information learning
- 2022-11-13 11:00:03下载
- 积分: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
-
邮件发送 代码
邮件发送代码代码
邮件发送 代码
邮件发送代码代码-E-mail e-mail code code code
- 2022-02-04 02:08:56下载
- 积分:1
-
do interface with a network of instant messaging software
用Skin++做界面的一网络即时通讯软件-do interface with a network of instant messaging software
- 2022-03-25 01:23:37下载
- 积分:1
-
使用数字连接tcpserver,客户服务器
TCPServer using, numbers of clients connects in server
- 2023-06-02 15:45:03下载
- 积分:1
-
基于训练序列的OFDM信道估计仿真程序,可直接运行
基于训练序列的OFDM信道估计仿真程序,可直接运行-Training sequence based on the OFDM channel estimation simulation program can be run directly
- 2023-04-20 16:20:04下载
- 积分:1
-
水下扩频系统研究,本系统采用直接扩频序列方式,在有多径水声信道和无多径的水声信道进行研究比较...
水下扩频系统研究,本系统采用直接扩频序列方式,在有多径水声信道和无多径的水声信道进行研究比较-Underwater spread spectrum system, the system uses direct sequence spread-spectrum approach, in a number of Acoustic Channel Drive and non-multi-path acoustic channel for the study of comparative
- 2022-01-26 00:36:14下载
- 积分:1