-
opnet包交换实例
它全部由我自己做的,为新的学习者,学习 OPNET 的一个例子。包括分组交换机基础
- 2023-04-06 09:20: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
-
通过串口直接发送文件的例子
通过串口直接发送文件的例子-sent directly through serial documents examples
- 2022-10-23 23:05:03下载
- 积分:1
-
邮件发送 代码
邮件发送代码代码
邮件发送 代码
邮件发送代码代码-E-mail e-mail code code code
- 2022-02-04 02:08:56下载
- 积分:1
-
Unix 到 Newton通讯的程序
Unix 到 Newton通讯的程序 -Communication between Unix and Newton
- 2022-03-19 18:49:45下载
- 积分:1
-
高斯信道下,BER的比较,在跳频系统中实现最佳门限
高斯信道下,BER的比较,在跳频系统中实现最佳门限-Gaussian channel, BER comparison, in the frequency-hopping system to achieve the best threshold
- 2023-05-02 04:45:03下载
- 积分:1
-
串口编程 或许很多人人都用的到 呵呵~共享啦
串口编程 或许很多人人都用的到 呵呵~共享啦-directio
- 2022-05-16 02:47:35下载
- 积分:1
-
16-bit CRC Generator
- 2022-03-11 17:32:48下载
- 积分:1
-
针对研华公司的PCM3680
针对研华公司的PCM3680-CA卡的数据输入编程,VC++语言-inquiry against Chinese companies PCM3680-CA card data entry programming language Visual C++
- 2022-02-02 20:26:42下载
- 积分:1
-
直接序列扩频matla方针
里面含有一个文件和文件夹,其中直接序列扩频文件可以直接使用,仿真直接序列扩频的生成过程。文件夹里含有两个函数,一个模拟信道的函数,另外一个是方针BPSK环境的函数
- 2022-12-20 04:05:03下载
- 积分:1