-
sms设置GPRS接入点,WAP网关 C源程序源码
sms设置GPRS接入点,WAP网关 C源程序源码-GPRS handsets installed access points, WAP Gateway source C source
- 2022-03-30 19:47:51下载
- 积分:1
-
短信,蓝点客户文件的开发
用于短信开发,蔚蓝客户端的街口文件-development for SMS, blue spot client documents
- 2023-03-11 16:35:03下载
- 积分:1
-
c#UDP通讯
代码实现的是通过c#来完成两台计算机的数据传输,通过UDP通讯来实现,程序分为服务器和客户端,两个,本人已试验通过,已经运用到项目上了,欢迎大家参考
- 2022-04-20 14:38:12下载
- 积分:1
-
再贡献一份基于osip 协议栈的用户代理,enumphone,可以研究一下...
再贡献一份基于osip 协议栈的用户代理,enumphone,可以研究一下-a further contribution osip protocol stack based on the user agent, enumphone can study
- 2022-01-30 10:56:42下载
- 积分:1
-
TCP通讯测试小程序(客户端),可选择保持连接或一次收发完毕后自动断开。...
TCP通讯测试小程序(客户端),可选择保持连接或一次收发完毕后自动断开。-small TCP communications test procedures (client), or may choose to stay connected after a transceiver automatically disconnected.
- 2022-01-29 01:31:29下载
- 积分:1
-
DHCP用户类选项
DHCP的用户类选项
- 2022-02-15 04:11:20下载
- 积分:1
-
图书馆的java管理程序
图书馆的java管理程序-library management procedures
- 2022-04-19 08:44:33下载
- 积分:1
-
设计一种快跳频通信系统,仿真其中的序列和性能,并给出系统框图。...
设计一种快跳频通信系统,仿真其中的序列和性能,并给出系统框图。-Design of a fast frequency-hopping communication systems, simulation and performance of the sequence, and gives the system diagram.
- 2023-04-02 02:40:03下载
- 积分:1
-
这篇文档介绍了现在H264流行的三大开源代码,并比较了三者的优劣。...
这篇文档介绍了现在H264流行的三大开源代码,并比较了三者的优劣。-This document describes the now popular H264 revenue of the three codes, and compare the merits of the three.
- 2022-02-06 12:35:11下载
- 积分: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