-
信道编码中的霍夫曼编码在matlab环境下的实现
信道编码中的霍夫曼编码在matlab环境下的实现-Huffman coding
- 2022-07-06 23:29:53下载
- 积分:1
-
对MIMO系统在高斯信道下的ber分析,和量化
对MIMO系统在高斯信道下的ber分析,和量化-Of MIMO system in Gaussian channel ber under analysis, and quantification of
- 2022-03-14 17:27:04下载
- 积分:1
-
OFDM的基本原理及FFT实现,一篇参考文章,写的不错
OFDM的基本原理及FFT实现,一篇参考文章,写的不错-The basic principles of OFDM and FFT realization of a reference article, written by a good
- 2022-03-06 08:54:38下载
- 积分:1
-
采用udp协议实现的客户端和服务端的互发消息,传输视频功能...
采用udp协议实现的客户端和服务端的互发消息,传输视频功能-Udp protocol implementation with client and service side of each other news of their impending transfer video capabilities
- 2023-03-01 00:35:04下载
- 积分:1
-
Control the mouse with serial port and Windows Media Player 11
用串口控制鼠标及 Windows Media Player 11 -Control the mouse with serial port and Windows Media Player 11
- 2022-03-06 16:28:21下载
- 积分:1
-
gprs 无线数据传输,以无线模块实现的程序初始化程序
gprs 无线数据传输,以无线模块实现的程序初始化程序-gprs-wireless data transfer and wireless model completed initialize code of the program
- 2022-03-02 22:09:05下载
- 积分:1
-
了解WiMAX模型
Understanding WiMAX Model
Internals and Interfaces
- 2022-10-03 17:35:04下载
- 积分:1
-
GSM_protocal,GSM的短消息协议,^_^
GSM_protocal,GSM的短消息协议,^_^-GSM_protocal, GSM short message protocol, ^ _ ^
- 2022-08-19 12:04:24下载
- 积分:1
-
Serial通信源码!用于向Com口写字符
Serial通信源码!用于向Com口写字符-Serial communication source! Com I used to write characters
- 2022-10-07 17:30:02下载
- 积分: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