-
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
-
最新Nokia手机浏览器全套源代码完美版。
最新Nokia手机浏览器全套源代码完美版。-The latest Nokia mobile browser version of a full set of source code perfect.
- 2022-04-24 01:00:47下载
- 积分:1
-
信道仿真,利用MIMO信道模型对信道进行仿真
信道仿真,利用MIMO信道模型对信道进行仿真-channel simulation, the use of MIMO channel model to simulate Channel
- 2023-05-04 03:50:03下载
- 积分:1
-
实现松下PLC与PC之间的通讯,对于需要自己开发通讯的人来说,有参考价值...
实现松下PLC与PC之间的通讯,对于需要自己开发通讯的人来说,有参考价值- Realizes between Matushita PLC and the PC communication,
regarding needs the person which own develops the communication to
say, has the reference value
- 2022-03-23 22:01:01下载
- 积分:1
-
局域网语音大厅系统源代码
局域网语音大厅系统源代码-LAN voice hall system source code
- 2022-11-24 23:25:02下载
- 积分:1
-
Registration of parityfec MIME types
注册parityfec MIME类型
- 2022-08-13 23:38:48下载
- 积分:1
-
DMX的c语言源码 欢迎大家下载 给你个湖广会馆
DMX的c语言源码 欢迎大家下载 给你个湖广会馆-the c language source code of DMX512
- 2022-07-24 22:47:08下载
- 积分:1
-
IEC 101
IEC 101规约,电力系统IEC101规约,用于电力系统通讯规约。-IEC 101
- 2022-01-25 23:41:18下载
- 积分:1
-
一个SMS 的短信平台的原代码,需要JAVA 的comm.jar的支持。可以和一些商用SMS的短信平台相媲美...
一个SMS 的短信平台的原代码,需要JAVA 的comm.jar的支持。可以和一些商用SMS的短信平台相媲美-an SMS messaging platform of the original code, the need JAVA Comm.jar support. Business can and some SMS messaging platform comparable
- 2023-09-03 02:05:03下载
- 积分:1
-
卷积码译码器,采用sova算法译码
卷积码译码器,采用sova算法译码-Convolutional Decoder, decoding algorithm used SOVA
- 2023-01-25 01:05:04下载
- 积分:1