-
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
-
采用cb编制,串口通信的例程,一侧试过,绝对可用
采用cb编制,串口通信的例程,一侧试过,绝对可用-using cb establishment, the serial communication routines, the side tried absolutely available
- 2022-03-07 21:08:37下载
- 积分:1
-
在演示过程中java版SMGP协议,它可以帮助你…
一个关于smgp协议java版的demo程序,它也许能帮助你学习smgp编程-smgp agreement on a java version of the demo process, it may be able to help you learn smgp Programming
- 2022-01-21 23:10:56下载
- 积分:1
-
TC35iGSM调试代码来发送和接收消息,以及支持系统。
TC35iGSM收发短信以及调试代码,支持单步调试。-TC35iGSM debugging code to send and receive message, as well as to support the single-step debugging.
- 2022-05-23 10:38:09下载
- 积分:1
-
采用vc++编程,获取网络中成员的IP地址和主机名
采用vc++编程,获取网络中成员的IP地址和主机名-Used vc++ Programming, access to the members of the network IP address and host name
- 2023-04-08 16:25:03下载
- 积分:1
-
C++ Builder API serial communication source, the compiler environment: BCB6.0
C++ Builder API 串口通讯源码,编译环境: BCB6.0-C++ Builder API serial communication source, the compiler environment: BCB6.0
- 2022-02-16 02:32:49下载
- 积分:1
-
本文讨论了一个简单的建立和相关的成就…
This paper discusses the establishment and relevant accomplishments of a simple
facility used for students learning aids based on the Keplerian Orbit parameters. Three
major areas in Orbital Mechanics are discussed in this paper, Orbit of a satellite, Field
of View of a satellite and Constellation of Satellites. -This paper discusses the establishment and relevant accomplishments of a simple
facility used for students learning aids based on the Keplerian Orbit parameters. Three
major areas in Orbital Mechanics are discussed in this paper, Orbit of a satellite, Field
of View of a satellite and Constellation of Satellites.
- 2022-01-23 11:14:18下载
- 积分:1
-
CSR无线蓝牙鼠标源码,支持蓝牙HID协议,实现无线鼠标功能
CSR无线蓝牙鼠标源码,支持蓝牙HID协议,实现无线鼠标功能-CSR Bluetooth wireless mouse source to support the Bluetooth HID protocol, wireless mouse function
- 2022-04-06 17:21:55下载
- 积分:1
-
一个PDA GUI系统的源码
一个PDA GUI系统的源码-A PDA GUI system source
- 2022-03-13 09:22:40下载
- 积分:1
-
以下为一般性带附件资料发贴选项:
【资料成文时间】:2005
【语言】:英文
【页数】:22×2
【何人(公司)所著】:DirkW¨ubben...
以下为一般性带附件资料发贴选项:
【资料成文时间】:2005
【语言】:英文
【页数】:22×2
【何人(公司)所著】:DirkW¨ubben
【文件格式】:pdf
【文件原名】:Channel Coding I
Matlab solutions of the exercises
-The following is a general information with an attachment Posted options: 【Data written Time】: 2005 【Language】: English 【Pages】: 22 × 2 【whom (company) book】: DirkW ¨ ubben】 【file formats: pdf Original】 【File: Channel Coding I Matlab solutions of the exercises
- 2023-06-01 00:55:03下载
- 积分:1