-
上位机软件动态获取计算机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
-
在GSM通信系统中,Viterbi检测是一个及其重要的部分,许多的研究人员在这里花费了大量的心血。参考各种资料,我们总结得出以下Viterbi软输出算法,与传统...
在GSM通信系统中,Viterbi检测是一个及其重要的部分,许多的研究人员在这里花费了大量的心血。参考各种资料,我们总结得出以下Viterbi软输出算法,与传统的硬判决方法相比,可以提高2~3个db的增益:-In GSM communication systems, Viterbi detection is an important part of many researchers here spent a lot of effort. Reference to a variety of information, we summarize the following soft-output Viterbi algorithm, with the traditional hard-decision method, can be raised by 2 ~ 3 db gain:
- 2022-08-06 19:39:43下载
- 积分:1
-
微软亚洲研究院论文:移动应用中容错的可扩展音频编码
微软亚洲研究院论文:移动应用中容错的可扩展音频编码-Microsoft Asia Research Institute thesis : Mobile Application scalability and fault-Audio Coding
- 2022-02-11 14:37:13下载
- 积分:1
-
手机维修通讯软件
手机维修通讯软件-mobile communications software maintenance
- 2023-08-06 01:55:04下载
- 积分:1
-
关于音频技术的一些名词解释,对于研究音频和声学知识的爱好者大有裨益。...
关于音频技术的一些名词解释,对于研究音频和声学知识的爱好者大有裨益。-on some technical terminology, audio and acoustic knowledge lovers of great benefit.
- 2022-07-15 23:07:22下载
- 积分:1
-
提示
小程序看下吧 急着找这程序啊 谢谢了 让我通过吧-tips
- 2023-06-26 01:10:04下载
- 积分:1
-
从国外找到的通信程序的DELPHI源代码4,.给大家学习一下
从国外找到的通信程序的DELPHI源代码4,.给大家学习一下-from abroad to find the communication procedures of Delphi source code 4. We study how to
- 2022-02-02 18:58:31下载
- 积分:1
-
Using Bluetooth OBEX file transfer protocol, this is the client.
利用蓝牙的OBEX协议进行文件传输,这个是客户端。-Using Bluetooth OBEX file transfer protocol, this is the client.
- 2022-05-10 20:34:50下载
- 积分:1
-
Modbus协议
modbus协议-----51端程序的实现-modbus protocol----- 51-side programs to achieve
- 2022-06-02 19:21:46下载
- 积分:1
-
I2C总线的规范标准
I2C总线的规范标准-I2C-bus specification standards
- 2023-05-07 21:20:03下载
- 积分:1