-
清华大学出版社 邵玉斌编写的《通信系统建模与仿真实例分析》一书的所有MATLAB和SIMULINK代码,我自己亲自总结出来的...
清华大学出版社 邵玉斌编写的《通信系统建模与仿真实例分析》一书的所有MATLAB和SIMULINK代码,我自己亲自总结出来的-Tsinghua University Press shaoyubin prepared " Communication System Modeling and Simulation Case Study," a book of all the MATLAB and SIMULINK code, I have summed up in person
- 2022-01-25 16:41:21下载
- 积分:1
-
利用J2ME再现华容道
利用J2ME再现华容道-use J2ME reproduction HuaRong Road
- 2022-03-24 00:15:52下载
- 积分:1
-
The best selling USB book for writing usb for embedded devices
The best selling USB book for writing usb for embedded devices
- 2023-08-22 04:20:05下载
- 积分:1
-
Power electronic equipment communication protocol, MODBUS, describes in detail
电力电子设备通讯协议,MODBUS,介绍详细-Power electronic equipment communication protocol, MODBUS, describes in detail
- 2023-08-14 18:50:02下载
- 积分:1
-
TI的32MM玻璃管卡读写资料,多页读写
TI的32MM玻璃管卡读写资料,多页读写-TI
- 2023-09-06 04:00:03下载
- 积分:1
-
gauss_generator使用参数(多普勒频移系数,相移…
Gauss_generator利用参数(多普勒频移、系数、相移)生成确定的实高斯过程.m gaussian确定离散多普勒频移、系数、相移的程序.m Rice_generator在瑞利过程的基础上考虑视距分量,生成莱斯过程.m Suzuki_generator成确定型Suzuki过程.m Rayleigh_Doppler_multiPath.m Rayleigh_Doppler_singlePath.m rayleigh_Filter_Model.m pdf_cdf_gen.m test_rayleigh_pdf.m rayleigh.m-Gauss_generator use parameters (Doppler frequency shift coefficient, phase shift) formation to determine the actual Gaussian process. m Gaussian identify discrete Doppler frequency shift coefficient, Phase-shifting procedures. m Rice_generator in Rayleigh process on the basis of weight to consider the horizon, Rice production process. m-Suzuki_generator identified as Suzuki process. m Ra yleigh_Doppler_multiPath.m Rayleigh_Doppl er_singlePath.m rayleigh_Filter_Model.m pd f_cdf_gen.m test_rayleigh_pdf.m rayleigh.m
- 2022-05-30 15:11:08下载
- 积分: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
-
交换机命令全集,思科交换机的基本配置和高级配置
交换机命令全集,思科交换机的基本配置和高级配置-The Complete Works of command switches, Cisco switches and basic configuration of the Advanced Configuration
- 2022-02-04 02:21:51下载
- 积分:1
-
监控串口的传送状态,还可以打印监视报表,以及各种校验方式.不妨试试看...
监控串口的传送状态,还可以打印监视报表,以及各种校验方式.不妨试试看-monitoring serial transmission of the state, but also can print statements surveillance, and various calibration mode. May Try
- 2022-02-16 05:19:28下载
- 积分:1
-
编写WINDOWS通讯底层TCP
编写WINDOWS通讯底层TCP-IP协议栈源代码.编译通过,好用.-WINDOWS communications underlying the preparation of TCP-IP protocol stack source code. Compilers passed, easy to use.
- 2022-01-25 14:25:38下载
- 积分:1