-
单成像雷达模拟,根据数据与实测数据相类似…
雷达单点成像仿真,主要数据均按照与实测数据相近处理-single imaging radar simulation, in accordance with data similar to the measured data handling
- 2022-02-03 18:23:20下载
- 积分:1
-
功能丰富的串口通讯程序,界面类似Telix
功能丰富的串口通讯程序,界面类似Telix -Serial communication example with abundant functions, whichs ui is like to Telix
- 2022-11-10 23:10:03下载
- 积分:1
-
MSP430 pragma vector=ADC10_VECTOR
算法P&O如图1所示,电路如图2所示。我建议使用带3.3V电源的轨对轨放大器,以获得最佳效果并保护ADC。TI的OPA2350是一个不错的选择。每0.5秒跟踪一次最大功率点。
- 2022-02-21 00:13:33下载
- 积分:1
-
中国移动CMMPV4.8和开发文档使用示例对短信开发有很大帮助。中国移动通信CMPP3.0短消息网关开发接口库 V4.8...
中国移动CMMPV4.8和开发文档使用示例对短信开发有很大帮助。中国移动通信CMPP3.0短消息网关开发接口库 V4.8-China Mobile CMMPV4.8 and development of documents using the example of the message the development of much help. China Mobile Communications CMPP3.0 Short Message Gateway Interface Library V4.8
- 2022-06-14 05:48:45下载
- 积分:1
-
这是一个控制程序,用于学校英语听力室中老师与学生之间的交互教学。...
这是一个控制程序,用于学校英语听力室中老师与学生之间的交互教学。-This is a control procedure for the hearing room school English teachers and students between the interactive teaching.
- 2022-08-04 08:16:28下载
- 积分:1
-
this is a code which is used to automize the old gharghanti to autormatic
this a code which is used to automize the old gharghanti to autormatic-this is a code which is used to automize the old gharghanti to autormatic
- 2022-01-26 06:52:24下载
- 积分:1
-
微软亚洲研究院论文:鲁棒的报头压缩机制:TCP/IP子集
微软亚洲研究院论文:鲁棒的报头压缩机制:TCP/IP子集 -Microsoft Asia Research Institute Papers : Robust header compression mechanism : TCP/IP subset
- 2023-07-13 01:55:03下载
- 积分:1
-
通信网络的集成系统VisualBacis.net开发平台开发。
采用Visual Bacis.NET开发的网络通信集成系统.
-Visual Bacis.NET development of the communications network integration system.
- 2022-02-13 22:21:57下载
- 积分:1
-
java实现两机间的socket通信.使用时将ip填入源码localhost处即可.
java实现两机间的socket通信.使用时将ip填入源码localhost处即可.-achieve the two-socket communications. When used to fill ip source localhost respect.
- 2022-02-03 07:26:48下载
- 积分: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