-
CDMA的写码ENS资料!你看了就知道了呀~是不是我说的没有错呀~!...
CDMA的写码ENS资料!你看了就知道了呀~是不是我说的没有错呀~!-ENS data writing with CDMA, you know,I m right
- 2022-05-31 09:54:17下载
- 积分:1
-
P2PChat_点对点聊天软件
本代码是点对点聊天软件,是参照书上编写。 仅供学习参考利用。
- 2022-10-10 15:45:03下载
- 积分:1
-
一个很不错的WIFI程序,可运行,保质量
一个很不错的WIFI程序,可运行,保质量-a very good WIFI procedures, operational, and ensuring quality
- 2022-04-23 14:26:01下载
- 积分:1
-
最新delphi7数据库开发指南 最新delphi7数据库开发指南
最新delphi7数据库开发指南 最新delphi7数据库开发指南 -Delphi7DataBaseDelphi7DataBaseDelphi7DataBaseDelphi7DataBaseDelphi7DataBase
- 2022-02-05 00:59:11下载
- 积分:1
-
This is a serial acquisition system of small procedures in the preparation of se...
这是一个获取系统串口的小程序,对在Windows下编写串口通信程序的人员来说可以提供帮助-This is a serial acquisition system of small procedures in the preparation of serial communication under Windows procedures personnel can help
- 2022-05-26 04:51:15下载
- 积分:1
-
生成正交沃尔什码,可用于无线通信…
Generate orthogonal Walsh codes, which can be used in wireless communications such as CDMA system.
- 2022-09-23 08:35:03下载
- 积分:1
-
用频率抽样法设计FIR滤波器。
用频率抽样法设计FIR滤波器。-frequency sampling method used FIR filter design.
- 2022-09-04 10:25:03下载
- 积分:1
-
Siemens plc Communication between PC and the source program, detailed descriptio...
西门子plc与上位机通信的源码程序,详细的说明西门子ppi通信协议的应用-Siemens plc Communication between PC and the source program, detailed description of the application of communication protocol Siemens ppi
- 2022-05-18 08:39:58下载
- 积分:1
-
何在Visual C++开发平台下,利用MATLAB 数学库和图形库开发脱离MATLAB环境独立运行的应用程序的方法,通过一个实例给出了混合编程的详细步骤。该方...
何在Visual C++开发平台下,利用MATLAB 数学库和图形库开发脱离MATLAB环境独立运行的应用程序的方法,通过一个实例给出了混合编程的详细步骤。该方法应用可有效地提高软件开发的高效性和可靠性。-What is Visual C++ Development platform, using the MATLAB mathematical library and graphics library from the MATLAB environment to develop applications that run independently of the method, an example is given of the detailed steps of mixed programming. Application of the method can effectively improve software development efficiency and reliability.
- 2022-02-12 04:50:12下载
- 积分: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