-
这是一个通讯软件
这是一个通讯软件-This is a communications software
- 2022-03-05 19:37:40下载
- 积分:1
-
两台PC电脑间数据的通讯,这是主发送端的VC源码
两台PC电脑间数据的通讯,这是主发送端的VC源码-Data between two PC computer communication, which is the main transmitter of the VC-source
- 2022-07-27 03:33:27下载
- 积分: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
-
中文RFC文档,不用翻译,对学习很有帮助!
中文RFC文件,无需翻译,对学习很有帮助!
- 2022-02-05 05:07:24下载
- 积分:1
-
QExtSerialPort :多个开源类集合,提供交叉平台的串行端口操作功能: 请用 winrar 解压...
QExtSerialPort :多个开源类集合,提供交叉平台的串行端口操作功能: 请用 winrar 解压-QExtSerialPort: more than collection of open-source categories to provide cross-platform serial port operation function: Please use winrar Decompression
- 2022-04-26 13:36:52下载
- 积分:1
-
Module 9 for Tele_traffic, the description in indonesia language
Module 9 for Tele_traffic, the description in indonesia language
- 2023-02-20 00:05:04下载
- 积分:1
-
STM32,5串口代码
STM32F103代码,5个串口同时工作,使用闲时中断.不用特殊字符,可以完整的接收完数据。
- 2023-06-12 21:10:15下载
- 积分:1
-
包含两篇关于FXO、FXS的文档,详细介绍了他们的区别和定义,是开发VOIP设备的很好的参考材料。这种材料可是很难找哦。...
包含两篇关于FXO、FXS的文档,详细介绍了他们的区别和定义,是开发VOIP设备的很好的参考材料。这种材料可是很难找哦。-contains two of FXO, FXS document, detailing their differences and definitions, the development of VoIP equipment is a good reference material. But this material is difficult to find, oh.
- 2022-02-02 17:11:15下载
- 积分:1
-
使用完整的LTE 3GPP交织器,交织器的Turbo码的仿真和有限的。
利用3GPP交织器和LTE交织器完成turbo码的仿真并做比较,不同解码算法的比较-Using 3GPP Interleaver and complete LTE interleaver turbo code simulation and comparison, a comparison of different decoding algorithms
- 2022-02-04 20:04:10下载
- 积分:1
-
通信的文挡,公司的内部文件,很实用,为中国的技术实力努力干活,但是中国的几个卖论文的网站很恶心...
通信的文挡,公司的内部文件,很实用,为中国的技术实力努力干活,但是中国的几个卖论文的网站很恶心-Block of text communications, the company
- 2022-02-02 13:28:58下载
- 积分:1