-
3G中重要的应用,分析讲解了可视电话的基本原理和信令流程,及一些背景知识...
3G中重要的应用,分析讲解了可视电话的基本原理和信令流程,及一些背景知识-3G important application, analysis of the video telephony on the basic principles and signaling processes, and some background knowledge
- 2022-03-05 12:35:42下载
- 积分:1
-
夏普平坦衰落多径仿真,包括PDF,CDF,PSD分析,一…
多径锐利平坦衰落仿真,包括PDF,CDF,PSD的分析,且带有一个BPSK通信的实例-Sharp flat fading multipath simulation, including the PDF, CDF, PSD analysis, and with a BPSK communication examples
- 2022-01-25 17:47:19下载
- 积分:1
-
sip协议的中文版本,对通信开发很有帮助。
sip协议的中文版本,对通信开发很有帮助。-sip the Chinese version of the agreement on the development of useful communication.
- 2022-04-28 01:00:29下载
- 积分:1
-
串口通信程序中串行口设置源代码,简单方便,容易看懂
串口通信程序中串行口设置源代码,简单方便,容易看懂-Serial communication serial port to set the program source code, simple and convenient, easy to understand
- 2023-07-18 06:40:02下载
- 积分:1
-
通过ftp方式下载指定的文件
通过ftp方式下载指定的文件- Document assigns which through ftp way downloading
- 2022-04-27 03:16:59下载
- 积分: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
-
内部包含了各种滤波器的设计,并附上了必要的程序说明。
内部包含了各种滤波器的设计,并附上了必要的程序说明。-Internal contain a variety of filter design, together with the necessary explanation of the procedures.
- 2022-03-12 09:36:39下载
- 积分:1
-
用Simulink工具模拟OFDM。BPSK作为一个例子,其他的可以修改…
用simulink工具对OFDM进行仿真。BPSK作为例子,其它的可修改-Simulink tools used to simulate OFDM. BPSK as an example, the other may be amended
- 2022-02-18 17:32:36下载
- 积分:1
-
支持Telnet功能的Modem通讯程序
支持Telnet功能的Modem通讯程序 -Modem commnunication supports telnet
- 2022-02-04 01:06:35下载
- 积分:1
-
qt 商品管理系统
qt实现的 商品管理系统 可用于管理公司物品进出及价格~附部分实现文件源码:#include "client.h"#include "ui_client.h"#include #include Client::Client(QWidget *parent) : QDialog(parent), ui( 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-04-26 10:55:03下载
- 积分:1