-
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
-
ex3_2 求系统的阶跃响应
ex3_3 级联型系统结构的参数求解
ex3_4 并联型系统结构的参数求解
ex3_5 求系统频率抽样型结构
ex...
ex3_2 求系统的阶跃响应
ex3_3 级联型系统结构的参数求解
ex3_4 并联型系统结构的参数求解
ex3_5 求系统频率抽样型结构
ex3_6 全零点性滤波器Lattic结构
ex3_7 全极点性滤波器Lattic结构
ex3_8 零极点性滤波器Lattic结构-ex3_2 system step response for a cascade system ex3_3 parameters ex3_4 parallel systems to solve the structure of the system parameters to solve for the frequency of sampling ex3_5 structure of filter ex3_6 0:00 Lattic whole structure of all-pole filter ex3_7 structure Lattic Pole-zero ex3_8 structure of filter Lattic
- 2022-02-11 17:12:44下载
- 积分:1
-
sd卡 MMC卡 MCU读取方案最完整的资料
sd卡 MMC卡 MCU读取方案最完整的资料-sd card MMC card MCU reading program the most complete information
- 2022-08-25 13:39:19下载
- 积分:1
-
局域网通信,c++编写,内有详细服务器端和客户端通信源码,并含原理
局域网通信,c++编写,内有详细服务器端和客户端通信源码,并含原理-LAN communications, c++, with detailed server and client communication source, and containing Principle
- 2022-08-19 02:35:34下载
- 积分:1
-
各种通信方式原理及其课件,从最基础到最新通信技术
各种通信方式原理及其课件,从最基础到最新通信技术-Various means of communication principles and courseware, from the most basic to the latest communication technology
- 2022-05-07 10:42:01下载
- 积分:1
-
QPSK rayleigh channel matlab modeling and simulation
QPSK通过瑞利信道的MATLAB建模与仿真的程序-QPSK rayleigh channel matlab modeling and simulation
- 2022-09-19 23:15:03下载
- 积分:1
-
高级数据链路通信编成
高级数据链路通信编成-advanced data link communications organization
- 2022-08-05 17:21:56下载
- 积分:1
-
Chinese RFC documents, without translation, the right to study very helpful!
中文RFC文件,无需翻译,对学习很有帮助!
- 2023-07-17 14:15:03下载
- 积分:1
-
An introduction to IrDA software protocol
An introduction to IrDA software protocol
- 2022-04-02 10:58:16下载
- 积分:1
-
实现来电显示功能的程序
实现来电显示功能的程序-achieve functional procedures
- 2022-08-23 19:41:01下载
- 积分:1