-
这是一个有关matlab的编程,是关于fm,dsb调制与解调的程序。
这是一个有关matlab的编程,是关于fm,dsb调制与解调的程序。-This is a question matlab programming is on the fm, dsb modulation and demodulation process.
- 2023-05-20 11:25:03下载
- 积分:1
-
pl/sql integrated the use of oracle used in Example cursor on several built
pl/sql的综合运用上例用到的oracle里关于游标的几个内置函数:%isopen,%notfound,%rowcount。
隐式游标更多用在for loop中,你不用再手工去open,fetch或是close游标,非常方便-pl/sql integrated the use of oracle used in Example cursor on several built-in functions: isopen, notfound, rowcount. Implicit cursor more used in for loop, you no longer have to manually open, fetch or close the cursor, a very convenient
- 2022-07-05 07:14:22下载
- 积分:1
-
as-gps 包含基本的对访问廉价的Aisin-Seiki GPS 模块的支持,这一功能以前在mavin.com上是可用的。这个包也包括了几个简单的控制台工具来转储卫星状态,位置,和时间,并可同步化系统时钟。-as-a GPS contains the basic right to visit cheap Aisin- Seiki GPS module support this feature before in mavin.com is available. The package also includes a console a few simple tools to dump satellite state, location, and time and can synchronize the system clock.
- 2023-04-16 13:30:03下载
- 积分:1
-
UWB超宽带信号。IEEE规定的UWB信号的MATLAB源代码。可以用在仿真中...
UWB超宽带信号。IEEE规定的UWB信号的MATLAB源代码。可以用在仿真中-UWB Ultra-wideband signal. IEEE provisions of UWB signals in MATLAB source code. Can be used in simulation
- 2022-03-16 14:05:26下载
- 积分: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
-
Message center and gateway mo
短信中心的mo和网关源码,对短信方面的开发会有所帮助-Message center and gateway mo-source, the message area of the development will be helpful
- 2023-06-22 13:25:04下载
- 积分:1
-
误码率仿真讲义,在matlab环境中如何进行接收数据的误码率计算...
误码率仿真讲义,在matlab环境中如何进行接收数据的误码率计算
- 2023-03-07 16:45:04下载
- 积分:1
-
STM32,5串口代码
STM32F103代码,5个串口同时工作,使用闲时中断.不用特殊字符,可以完整的接收完数据。
- 2023-06-12 21:10:15下载
- 积分:1
-
ZRP 路由选择协议
这段代码是 routng 协议的移动自组网中区域路由协议。这个协议用在扩展的主动路由和路由需求。它是非常效能协议,因为它有沉默的这两个协议的特点。
- 2023-06-21 22:35:04下载
- 积分:1
-
basic entry procedures, including the OPC common agreement on the basis for all...
delphi入门基本程序,包括OPC的通用协议,在这个基础上进行各个厂家的设备的数据采集-basic entry procedures, including the OPC common agreement on the basis for all manufacturers of the equipment data acquisition
- 2022-01-28 08:07:39下载
- 积分:1