-
MFC写的串口测试工具源码
CSerialPort:: CSerialPort(){单独监禁= FALSE;m_hComm= NULL;//初始化重叠结构成员为零m_ov.Offset= 0;m_ov.OffsetHigh= 0;//创建活动m_ov.hEvent= NULL;m_hWriteEvent= NULL;m_hShutdownEvent= NULL;m_hErrorEvent= NULL;m_hSendCompleteEvent= NULL;m_bThreadAlive= FALSE;m_bSendNotify= FALSE;m_SendList.clear();//初始化关键部分:: InitializeCriticalSection(m_csCommunicationSync);:: InitializeCriticalSection(m_csSendList);}////删除动态内存//CSerialPort::〜CSerialPort(){ReleasePort();:: DeleteCriticalSection(m_csCommunicationSync);:: DeleteCriticalSection(m_csSendList);}无效CSerialPort:: ReleasePort(){而(m_bThreadAlive){而::休眠(1)(m_SendList.empty()!); //2012-09-27zhaoz修复停止仪器采集后数据报文发送不出去问题SetEvent的(m_hShutdownEvent);睡眠(1);}
- 2022-02-25 01:02:02下载
- 积分:1
-
ds18b20温控系统源代码
c语言编写的采用的是stc89c52单片机,用ds18b20采集实时环境温度,并将温度数据实时显示在数码管上,精确到小数点后两位,经本人测试,此程序能够正常工作,代码中有详细的注释,一定能看懂。
- 2022-07-07 00:48:30下载
- 积分:1
-
windows下,串口调试软件
windows下,串口调试软件-windows, serial debug software
- 2022-04-14 21:22:00下载
- 积分:1
-
The introduction of PEG (Progressive
引入PEG(Progressive-edge-growth)算法来构造适合线性时间编码的LDPC校验矩阵,译码时采用简化最小和Min-Sum译码算法实现简化译码.仿真结果表明,该方法能够构造适合LDPC码的线性时间编码的下三角校验矩阵日,并且用此方法构造的LDPC码性能非常接近原来PEG算法构造的LDPC码.同时通过采用最小和Min-Sum算法降低译码复杂度.-The introduction of PEG (Progressive-edge-growth) algorithm to construct suitable for linear time encoding of LDPC check matrix, decoding simplified when the smallest and the Min-Sum decoding algorithm decoding simplified. Simulation results show that this method can construct LDPC codes suitable for linear time encoding on lower triangular calibration matrix, and constructed using this method the performance of LDPC code is very close to the original PEG algorithm constructed LDPC codes. At the same time through the use of the smallest and the Min-Sum decoding algorithm to reduce complexity.
- 2022-02-15 13:09:32下载
- 积分:1
-
一个实用的短信开发控件,对于所有的Modem均可用。对于二次开发人员来说非常有帮助,可以大大减少开发时间,里面有加密狗和注册方式。...
一个实用的短信开发控件,对于所有的Modem均可用。对于二次开发人员来说非常有帮助,可以大大减少开发时间,里面有加密狗和注册方式。-Development of a practical control message, for all the Modem can be used. For the secondary development of staff is very helpful, you can significantly reduce development time, there are dongle and registration methods.
- 2023-01-07 12:50:03下载
- 积分:1
-
This module can be used to interface to the MMC card in MMC or
* SPI modes. It...
This module can be used to interface to the MMC card in MMC or
* SPI modes. It supports a multiple card environment. The reset and
* identification processes assume multiple cards on the bus.
* In MMC mode, the card number is used as the RCA operand in the
* commands.
- 2022-07-14 02:35:23下载
- 积分:1
-
usb communication procedures FOSS
usb 通讯程序源码-usb communication procedures FOSS
- 2022-04-09 02:41:23下载
- 积分:1
-
AODV routing protocol in the OPNET simulation under the original code
AODV路由协议在OPNET下的仿真原码-AODV routing protocol in the OPNET simulation under the original code
- 2022-08-09 00:59:53下载
- 积分:1
-
VC 命名管道 应用源代码
源代码展示了VC下命名管道的用法
详细代码示范命名管道的建立、通信、应用基本方法,思路清晰明了。
- 2023-02-23 12:45:03下载
- 积分:1
-
搜狗代理
需要设置代理为 3129,可将本机作为代理服务器,实现数据的转发,进而完成代理功能
- 2022-03-18 21:21:36下载
- 积分:1