-
Nokia AT command reference
Nokia AT command reference
- 2022-04-18 02:06:31下载
- 积分:1
-
音频32Kbps ADPCM压缩算法源文件
音频32Kbps ADPCM压缩算法源文件-32Kbps ADPCM audio compression algorithm source document
- 2022-06-15 20:56:02下载
- 积分:1
-
一个串口封装类和演示程序,很好用的,代码有详细的…
一个串口包装类及演示程序,非常好用,代码都有详细注解!-A serial wrapper class and demo program, very easy to use, the code has detailed notes!
- 2022-03-02 20:35:25下载
- 积分:1
-
TGN信道模型
tgn channel model special
- 2022-02-03 07:23:35下载
- 积分:1
-
IMS专辑通信3.pdf IMS的最近资料
IMS专辑通信3.pdf IMS的最近资料-IMS album communications 3.pdf IMS recent information
- 2022-05-31 14:59:04下载
- 积分: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
-
USB_to_Serial
vb与usb转串口的通讯
USB_to_Serial
vb与usb转串口的通讯-USB_to_Serialvb with usb to serial communication
- 2023-05-03 14:35:03下载
- 积分:1
-
Multi
多线程,多接收模式串口类 LsComm 之二相关文档
多线程,多接收模式串口类LsComm 作者:Liu_sir
所以参照Delphi中的SpComm设计了一个类CComPort,对CSerialPort进行了2次封装,主要目的是简化串口的使用.使其用简单的代码就可以完成串口通讯的过程.并提供了一个Demo程序演示了CComPort的使用
多线程,多接收模式串口类 LsComm 之二 作者:liu_sir
实现了一个简洁易用的多线程串行通讯接口,可以切换查询和自动接收模式,进行对串口数据收发-Multi-threaded, multi-category serial receive mode LsComm documentation bis multi-threaded, multi-category serial receive mode LsComm Author: Liu_sir Therefore, in light of Delphi SPComm designed a category CComPort, on a 2 times CSerialPort package The main purpose is to simplify the use of serial port. its simple code to complete the process of serial communication. and provided a Demo program CComPort demonstrated the use of multi-threaded, multi-mode receiver serial-type bis LsComm Author: liu_sir implements a simple-to-use multi-threaded serial communication interface, you can switch query and automatically receive mode and proceed to the serial data transceiver
- 2022-05-24 04:36:25下载
- 积分:1
-
解码手机SIM卡,将数据写入SIM空白卡,实现一卡多号
解码手机SIM卡,将数据写入SIM空白卡,实现一卡多号-Decoder mobile phone SIM cards, to write data to a blank SIM card, the realization of more than one card No.
- 2022-10-24 15:50:03下载
- 积分:1
-
标准的西门子Mobile Phones
Document type: Reference
标准的西门子Mobile Phones
Document type: Reference-The standard Siemens Mobile Phones Document type: Reference
- 2022-08-23 01:15:08下载
- 积分:1