-
and routing algorithm .............................
路由选择和算法-and routing algorithm .............................
- 2022-07-13 11:31:27下载
- 积分:1
-
Skype API source code control and achieve skype most functional, some bug.
Skype API delphi 控件源码,实现skype大部分功能,有一些bug。-Skype API source code control and achieve skype most functional, some bug.
- 2023-01-25 18:30:04下载
- 积分: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
-
网口扫描分析软件,可以帮助初学网络编程的人了解TCP/IP协议栈...
网口扫描分析软件,可以帮助初学网络编程的人了解TCP/IP协议栈-Network port scanning analysis software, can help people to understand the beginner Network Programming TCP/IP protocol stack
- 2023-07-23 12:25:03下载
- 积分:1
-
华为GTM900C程序代码
#include "config.h"
INT8U RBUF;
INT8U TDAT,RDAT;
INT8U TCNT,RCNT;
INT8U TBIT,RBIT;
BOOLEAN TING,RING;
BOOLEAN TEND,REND;
INT8U uc_rxdIndex,uc_rxdDealIndex;
INT8U uc_uartBuf[UART_BUF_LEN];
INT8U uc_uartRecFifoLen; /* 接收FIFO中的数目 */
BOOLEAN b_uartRecFifoFlag;
INT16U us_allSendCnt;
INT8U uc_sendCnt;
//INT8U * pSendBuf;
INT8U * p_pSendBuf[P_SEND_BUF_LEN]; /* 要发送的数据的指针 */
INT8U uc_pSendBufLen[P_SEND_BUF_LEN]; /* 每个指针包含的数据长度 */
INT8U uc_pSendBufIndex;
INT8U uc_pSendBufDealIndex;
- 2022-02-21 22:52:47下载
- 积分:1
-
用LABVIEW实现对光谱的峰值进行检测,并进行数值显示
用LABVIEW实现对光谱的峰值进行检测,并进行数值显示-Using LABVIEW achieve spectral peak detection, and numerical display
- 2023-01-28 04:50:03下载
- 积分:1
-
单片机串口接收数据发送数据程序源代码,我学习单片机时参考过的 ,还不错...
单片机串口接收数据发送数据程序源代码,我学习单片机时参考过的 ,还不错-Microcontroller serial port to receive data to send data program source code, I have studied the microcontroller reference before,not bad
- 2022-07-14 18:07:38下载
- 积分:1
-
卷积码译码器,采用sova算法译码
卷积码译码器,采用sova算法译码-Convolutional Decoder, decoding algorithm used SOVA
- 2023-01-25 01:05:04下载
- 积分:1
-
SerialPortCS
这是前段时间为多普达U1000手机做的一个蓝牙串口通信软件,实现通过多普达U1000手机控制外部设备的功能,软件运行于wince系统,使用vs2005开发,
- 2022-08-22 18:23:46下载
- 积分:1
-
直接从DELPHI中向WINFAX发送传真。功能包括:封面,记帐代码,附件,计划发送,显示发送屏幕的选项等。适用语言:D5...
直接从DELPHI中向WINFAX发送传真。功能包括:封面,记帐代码,附件,计划发送,显示发送屏幕的选项等。适用语言:D5-Directly from the DELPHI to WINFAX send a fax. Features include: the cover, billing code, accessories, plans to send, send screen display options. The application of the language: D5
- 2022-02-05 20:14:56下载
- 积分:1