-
AODV代码
该仿真平台使用OPNET软件仿真实现,各个模块已经调通,实现了AODV的功能,可以参照该代码进行学习AODV和OPNET软件。OPNET simulation platform running on the aodv routing protocol model .
- 2022-10-17 20:55:03下载
- 积分:1
-
FM的调制程序,基于matlab的通信系统仿真系列。供刚接触到matlab的朋友使用...
FM的调制程序,基于matlab的通信系统仿真系列。供刚接触到matlab的朋友使用-FM modulation procedure, Matlab-based communications system simulation series. For begin to friends using Matlab
- 2023-01-28 22:55:03下载
- 积分:1
-
jige 重要的zhengxuanbianhuan软件,希望能够帮助大家
jige 重要的zhengxuanbianhuan软件,希望能够帮助大家-JIGE important zhengxuanbianhuan software, we hope to help
- 2022-08-16 05:50:51下载
- 积分:1
-
Line Code: polar unpolar
Line Code: polar unpolar
- 2022-08-18 09:15:48下载
- 积分:1
-
这是一篇关于分布式会议的实现的文章,你可以通过sip的扩展功能来实现会议功能,还有P2P协议的参与...
这是一篇关于分布式会议的实现的文章,你可以通过sip的扩展功能来实现会议功能,还有P2P协议的参与-This is a conference on Distributed on the realization of the article, you can sip through the extensions to the realization, but also the participation agreement P2P
- 2022-03-22 00:13:42下载
- 积分:1
-
MFC windows下的串口通讯程序,很像串口调试助手
MFC windows下的串口通讯程序,很像串口调试助手-MFC windows serial communications under the procedures, much like the serial debugging assistant
- 2023-07-17 18:25:04下载
- 积分:1
-
几篇有关雷达目标识别的优秀论文(基于非线性方法的雷达目标识别研究.NH基于高分辨距离像的雷达目标识别.NH雷达目标识别系统的研究和设计.KDH).part10...
几篇有关雷达目标识别的优秀论文(基于非线性方法的雷达目标识别研究.NH基于高分辨距离像的雷达目标识别.NH雷达目标识别系统的研究和设计.KDH).part10-Several of the radar target recognition of outstanding paper (based on nonlinear methods of study of radar target recognition. NH HRRP-based radar target identification. NH radar target identification system research and design. KDH). Part10
- 2022-03-04 18:33:00下载
- 积分:1
-
上位机软件动态获取计算机COM口
应用背景
通过MFC6.0生成一个单文档程序,然后新建一个对话框并生成一个新类;在对话框中添加两个组合框控件。在生成的新类上右击增加windows消息WM_INITDIALOG生成处理函数,函数内容见“关键技术描述”。函数体中的index和baud均为int型,可设为全局变量。
关键技术BOOL CComDlg::OnInitDialog()
{
CDialog::OnInitDialog();
((CComboBox *)GetDlgItem(IDC_COMBO2))->AddString("4800");
((CComboBox *)GetDlgItem(IDC_COMBO2))->AddString("9600");
((CComboBox *)GetDlgItem(IDC_COMBO2))->AddString("38400");
((CComboBox *)GetDlgItem(IDC_COMBO2))->AddString("115200");
((CComboBox *)GetDlgItem(IDC_COMBO2))->SetCurSel(0+baud);
long lReg;
HKEY hKey;
DWORD MaxValueLength;
- 2022-03-14 01:15:16下载
- 积分:1
-
vc prepared DEBUG directory has been deleted. We run to help detect this.
vc编写,已删除DEBUG目录。大家运行,帮忙检测一下-vc prepared DEBUG directory has been deleted. We run to help detect this.
- 2022-03-12 11:01:23下载
- 积分:1
-
the verilog model of async_fifo.
the verilog model of async_fifo.
- 2022-02-06 20:30:59下载
- 积分:1