-
dsp application and program methodology to evaluate and pratice dsp code
dsp application and program methodology to evaluate and pratice dsp code
- 2022-04-13 12:39:10下载
- 积分: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
-
labview 变频控制485通信,CRC校验
labview 变频控制485通信,CRC校验。labview 变频控制485通信,CRC校验
- 2023-07-18 07:45:04下载
- 积分:1
-
Second document is on the AD converter TLC0834 Singlechip documents, detailed de...
第二个文档是关于模数转换器TLC0834单片机的文档,详细说明了TLC0834的应用,并编程实现
- 2022-02-24 12:56:59下载
- 积分:1
-
CameraLink说明文档,一种在视觉检测领域应用很广泛的总线的规范文档。...
CameraLink说明文档,一种在视觉检测领域应用很广泛的总线的规范文档。-CameraLink documentation, a visual inspection in the field of application of a very wide range of bus specification document.
- 2022-07-11 02:09:17下载
- 积分:1
-
- 2022-01-25 23:00:04下载
- 积分:1
-
VC++与RS232串行通讯接口,可实现一点…
VC++与RS232 的串口通信界面,可以实现对下位机的正常通信,界面有编辑框和组合框,Button控件等-VC++ With RS232 serial communication interface, can be achieved for the next bit plane normal communications, interface edit box and combo box, Button controls, etc.
- 2022-02-21 12:14:21下载
- 积分:1
-
本文件为中兴公司关于wcdma的培训资料,介绍了wcdma的基本原理和实现方案...
本文件为中兴公司关于wcdma的培训资料,介绍了wcdma的基本原理和实现方案-This document is for the companies ZTE WCDMA training on information, introduce the basic principles of the WCDMA and the realization of the program
- 2023-02-04 08:45:04下载
- 积分:1
-
用Qbasic来读取FX系列PLC的IO得程序
用Qbasic来读取FX系列PLC的IO得程序-Qbasic used to read FX Series PLC in the IO procedures
- 2023-03-02 15:35:04下载
- 积分:1
-
Hello
This pdf ebook is a discription for 4g futures
Hello
This pdf ebook is a discription for 4g futures
- 2022-03-18 14:30:34下载
- 积分:1