-
这是一个用VC编写的串口程序 内容很全,可以学习借鉴。
这是一个用VC编写的串口程序 内容很全,可以学习借鉴。-This is prepared by a serial port using VC procedure is very wide, you can learn from.
- 2022-03-18 13:20:07下载
- 积分:1
-
demo for java
demo for java
- 2022-02-04 19:52:17下载
- 积分: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
-
在发送和接收短信(短消息服务)消息的命令。
AT commands for sending and receiving SMS (Short Messages Service) messages.
- 2023-04-13 06:35:04下载
- 积分:1
-
2psk case simulation, matlab environment. Not own, and perhaps a bit useful for...
2psk仿真的案例,matlab环境下的。不是自己编的,可能对初学者有点用处-2psk case simulation, matlab environment. Not own, and perhaps a bit useful for beginners
- 2022-01-26 00:10:04下载
- 积分:1
-
哈夫曼编译码程序,可以对任意给定的字符串进行编译码,并将生成的中间编码写入到文件...
哈夫曼编译码程序,可以对任意给定的字符串进行编译码,并将生成的中间编码写入到文件-Huffman coding and decoding process can be arbitrary to the strings encryption and code generation into the middle of the document
- 2022-09-25 14:50:03下载
- 积分:1
-
基于RFC3095基础上的纯IP报头压缩协议。
基于RFC3095基础上的纯IP报头压缩协议。-Based on RFC3095, pure IP header compression protocol.
- 2022-05-20 03:10:48下载
- 积分:1
-
请认真阅读您的文件包然后写出其具体功能(至少要20个字)。尽量不要让站长把时间都花费在为您修正说明上。压缩包解压时不能有密码。...
请认真阅读您的文件包然后写出其具体功能(至少要20个字)。尽量不要让站长把时间都花费在为您修正说明上。压缩包解压时不能有密码。-dfhsfhs
- 2022-07-13 14:12:59下载
- 积分:1
-
我设计的数字多
I designed the digital multi-function human-computer interaction of arc welding inverter power system
- 2022-08-25 03:51:49下载
- 积分:1
-
串口读写
串口读写 -Serial reading and writing
- 2022-11-09 07:05:04下载
- 积分:1