-
tc35i MOBILE phone CIRCUIT tc35i MOBILE phone CIRCUIT
tc35i MOBILE phone CIRCUIT tc35i MOBILE phone CIRCUIT-tc35i MOBILE phone CIRCUITtc35i MOBILE phone CIRCUITtc35i MOBILE phone CIRCUIT
- 2023-06-16 23:00:03下载
- 积分:1
-
语音即时通信源码(非UDP打洞),协议TCP.
语音即时通信源码(非UDP打洞),协议TCP.-Voice-source instant messaging (non-UDP holes), protocol TCP.
- 2023-04-02 10:30:03下载
- 积分:1
-
Registration of parityfec MIME types
注册parityfec MIME类型
- 2022-08-13 23:38:48下载
- 积分: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
-
please check my uploads so i cam bowe the services of this dite
please check my uploads so i cam bowe the services of this dite
- 2022-03-11 13:37:02下载
- 积分:1
-
GPS data acquisition program
GPS数据采集程序-GPS data acquisition program
- 2022-05-06 23:30:50下载
- 积分:1
-
感应电机的无速度传感器直接转矩控制(DTC)技术。很好的运动…
感应电机的无传感器直接转矩控制技术(DTC)。控制电机的很好的方法-Induction motor sensorless direct torque control technology (DTC). Very good motor control method
- 2023-06-13 21:30:08下载
- 积分:1
-
This document is a detailed introduction to the Bluetooth technology was born, a...
本文件向大家详细的介绍了蓝牙技术的诞生,以及所遵循的一系列协议,为初学者进一步学习或开发蓝牙技术提供一些帮助。-This document is a detailed introduction to the Bluetooth technology was born, and followed by a series of agreements, for beginners to learn or develop Bluetooth technology to provide some help.
- 2022-04-24 21:44:42下载
- 积分:1
-
gsm 规范。对学习电信的人很有帮助 。
gsm 规范。对学习电信的人很有帮助 。-gsm norms. On learning of telecommunications helpful.
- 2022-08-11 22:52:52下载
- 积分:1
-
Memory Scanner will scan the whole memory built into your device. You will find...
Memory Scanner will scan the whole memory built into your device. You will find all kinds of data - system entries, application data, as well as your personal data. You may query your searches and view their results either as text or as binary data. To speed up your searches you can define filters. -Memory Scanner will scan the whole memory built into your device. You will find all kinds of data- system entries, application data, as well as your personal data. You may query your searches and view their results either as text or as binary data. To speed up your searches you can define filters.
- 2022-02-27 02:15:30下载
- 积分:1