-
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
-
数字信号调制动态演示系统,包含AM,PM,FM等多种演示,运行界面操作简单。...
数字信号调制动态演示系统,包含AM,PM,FM等多种演示,运行界面操作简单。-welcome to downloads this code !thank you!
- 2023-04-19 02:45:02下载
- 积分:1
-
data control exchange transfert
data control exchange transfert
- 2023-07-23 20:50:03下载
- 积分:1
-
一个人必须拥有网络基础知识
Networking Basics one must posses
- 2022-03-20 13:51:28下载
- 积分:1
-
verilog编写的时钟控制程序,在xilinx芯片上开发。具有案件防抖等考虑,...
verilog编写的时钟控制程序,在xilinx芯片上开发。具有案件防抖等考虑,-Verilog clock control procedures to prepare, in the Xilinx chip development. Anti-shake, such as with the case considered
- 2022-07-20 21:46:08下载
- 积分:1
-
FTDI test, by this example can try to use FTDI chips
FTDI test, by this example can try to use FTDI chips
- 2022-04-19 00:56:32下载
- 积分:1
-
一个直序/跳频混合式扩频通信系统的仿真
此程序是一个直接序列扩频与跳频混合的扩频通信系统的仿真,扩频码用的是线性移位寄存器产生的m序列,跳频的跳点数为4。
- 2022-05-18 03:09:45下载
- 积分:1
-
回归模型的使用具有瑞利速率的信道
利用自回归模型产生Rayleigh率落信道-use of regression models have Rayleigh rate charged Channel
- 2022-10-07 08:05:03下载
- 积分:1
-
微软亚洲研究院论文:有线无线网络视频组播中差错保护的最优分配...
微软亚洲研究院论文:有线无线网络视频组播中差错保护的最优分配-Microsoft Asia Research Institute Papers : wired and wireless networks Multicast Video Error protection optimal allocation
- 2022-02-12 09:09:09下载
- 积分:1
-
基于Web的基站开通程序
java是一种可以撰写跨平台应用软件的面向对象的程序设计语言,Java 技术具有卓越的通用性、高效性、平台移植性和安全 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-04-24 12:06:05下载
- 积分:1