-
自动拨测系统,通过串口实现电话拨测功能,返回信息。
自动拨测系统,通过串口实现电话拨测功能,返回信息。-Automatic measurement system call by telephone dial test serial implementation functions return information.
- 2022-03-23 23:43:27下载
- 积分:1
-
基于ATmega16单片机设计的串口波特率发送程序。下载方便。
基于ATmega16单片机设计的串口波特率发送程序。下载方便。-ATmega16-based single-chip serial port baud rate to send the design process. Download easy.
- 2023-02-06 03:10: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
-
OFDM仿真代码可以直接运行在MATLABA
一个OFDM的仿真代码,可以直接在MATLABA上运行-an OFDM simulation code can be directly operated in MATLABA
- 2022-03-10 06:57:40下载
- 积分:1
-
rs232 serial program
rs232 serial program
- 2023-06-18 06:55:04下载
- 积分:1
-
本软件是关于ORTP 方面的 ,用 C 编写而成 ,在 LINUX WINDOWS 平台下可以编译运行 自由软件
。...
本软件是关于ORTP 方面的 ,用 C 编写而成 ,在 LINUX WINDOWS 平台下可以编译运行 自由软件
。 -the software is on the ORTP, C prepared in LINUX Windows platform can run free software compiler.
- 2022-04-21 07:50:24下载
- 积分:1
-
modem拨号、收发数据
modem拨号、收发数据-modem dialing, sending and receiving data
- 2022-02-03 08:43:44下载
- 积分:1
-
straightforward Parallel avr isp downloaded line diagram
简单明了的并口 avr isp下载线原理图-straightforward Parallel avr isp downloaded line diagram
- 2022-06-19 05:48:00下载
- 积分:1
-
讨论两。1rx发射分集方案称为Alamouti空时分组编码…
Discuss 2Tx. 1Rx transmit diversity scheme called Alamouti Space Time Block Coding (STBC)-Discuss 2Tx. 1Rx transmit diversity scheme called Alamouti Space Time Block Coding (STBC)
- 2022-02-13 06:37:01下载
- 积分:1
-
HCS08 transmission and reception
由按钮激活的两个微控制器之间的传输和接收。
- 2023-03-07 10:55:04下载
- 积分:1