-
经典的HOWTO文章需要的朋友可以看看,多了解一下也不错。这里因该可以找到你需要的。英文...
经典的HOWTO文章需要的朋友可以看看,多了解一下也不错。这里因该可以找到你需要的。英文-classic HOWTO articles need to be friends to see and understand more about what is not bad. Here because you can find the necessary. English
- 2023-07-31 14:45:03下载
- 积分:1
-
coding, communications shift register integrated version of MFC
编码、通信中移位寄存器综合MFC版本-coding, communications shift register integrated version of MFC
- 2022-03-22 07:15:22下载
- 积分:1
-
免费开源的远程桌面程序,vnc客户端源代码,windows版本
免费开源的远程桌面程序,vnc客户端源代码,windows版本-Free open source remote desktop programs, vnc client source code, windows version
- 2022-02-15 22:08:24下载
- 积分:1
-
librerias iec 870
librerias iec 870-5-101 con demo
- 2023-02-04 09:00:04下载
- 积分:1
-
发送远程信息
这个项目远程发送短信被设计为发送短信到期望的位置,而不monitoring.An霍尼韦尔传感器被CONECT到数字万用表用于收集由传感器万用表是CONECT到计算机用的rs232 conecter其中数据将特定的电压被存储用于处理和如果湿度将改变然后使用GSM / GPRS调制解调器CONECT也java的短信客户端类是从internet.with某些修饰的主类是下载的计算机的短信将被发送到所希望的手机形式实现,并且这CLAS被用来封装存储在计算机中的数据,并将其发送成功地。
- 2022-03-19 06:03:53下载
- 积分:1
-
nRF2401的信息,希望能为美国提供一些便利,WH…
上传NRF2401的资料,希望可以给大家提供一些便利,里面详细讲解了nRF2401的信息-NRF2401 From the information, hoping to provide some convenience to the U.S., which detailed information on the nRF2401
- 2023-06-26 11:35:04下载
- 积分:1
-
can总线收与发
stm32 can总线收与发 把数据写到两块stm32单片机里面 然后然后实现can收与发 并且通过usart1转送到电脑
- 2022-10-21 20:00:03下载
- 积分:1
-
SMS platform of china unicom, Including code for server and client, very goooooo...
中国联通短信服务平台,包括服务器和客户端代码,很好的-SMS platform of china unicom, Including code for server and client, very gooooood stuff.
- 2022-03-20 10:56:36下载
- 积分:1
-
Simulate, by using c/c++,a communication system consists of binary source, Golay...
Simulate, by using c/c++,a communication system consists of binary source, Golay(24,12,8) encoder, BPSK modulator, AWGN channel, coherent demodulator, Golay (24,12,8)decoder and sink.
- 2022-03-21 13:38:44下载
- 积分:1
-
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