-
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
-
实现矩阵的Cholesky分解,这些程序是用C来编写的.
实现矩阵的Cholesky分解,这些程序是用C来编写的.-Cholesky decomposition of matrix realize that these procedures are to come prepared with C.
- 2022-01-28 20:05:23下载
- 积分:1
-
U can with CAN, can interduce files.
U can with CAN, can interduce files.
-U can with CAN, can interduce files.
- 2022-07-18 13:23:50下载
- 积分:1
-
用来打电话的程序
用来打电话的程序-used to call the procedure
- 2022-03-03 22:08:38下载
- 积分:1
-
j3me java
j3me java-j3me java
- 2022-07-27 21:58:09下载
- 积分:1
-
vehicle equipment code written statement. On the CDMA changed ENS code informati...
车载设备写码说明.关于现在的CDMA改ENS码的资料~真的很有用的呀!你可以自己解决这个问题!-vehicle equipment code written statement. On the CDMA changed ENS code information to really useful! You can solve this problem ourselves!
- 2022-07-16 12:48:46下载
- 积分:1
-
这是一个串口监视程序,每个串口接一个设备,通过监视串口可以判断设备是否正常运行。串口是通过外接的串口卡接出来的!...
这是一个串口监视程序,每个串口接一个设备,通过监视串口可以判断设备是否正常运行。串口是通过外接的串口卡接出来的!-This is a serial port monitoring program, each serial port after another device, by monitoring the serial port can determine whether the normal operation of equipment. Serial port through an external serial port card out then!
- 2023-07-09 02:20:04下载
- 积分:1
-
完整的网站设计的毕业论文及代码,可以作为毕业论文使用,很清晰的设计...
完整的网站设计的毕业论文及代码,可以作为毕业论文使用,很清晰的设计-文章发布系统-Complete website design and code of the thesis can be used as a thesis and clear design- Article Distribution System
- 2022-03-24 19:16:04下载
- 积分:1
-
Visual Basic preparation generated Emial, send Email
Visual Basic 编写生成Emial,发送Email-Visual Basic preparation generated Emial, send Email
- 2022-02-04 22:26:02下载
- 积分:1
-
SL030, 13.56M micro and small to read and write documentation module, antenna an...
SL030,13.56M微小型读写模块说明文档,天线与模块集成到一块小板-SL030, 13.56M micro and small to read and write documentation module, antenna and module integrated into a small plate
- 2022-05-14 20:10:47下载
- 积分:1