-
移动开发编程技术文档共享,很文件的技术资料
移动开发编程技术文档共享,很文件的技术资料-move
- 2022-03-20 14:43:37下载
- 积分: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
-
openmcu 是开源的H.323会议服务器,需要pwlib 和 openh323的支持。
openmcu 是开源的H.323会议服务器,需要pwlib 和 openh323的支持。-openmcu revenue is H.323 server, openh323 and pwlib needs support.
- 2022-02-20 20:19:27下载
- 积分:1
-
通信系统中基于MATLAB的关于非线性滤波器的仿真程序
通信系统中基于MATLAB的关于非线性滤波器的仿真程序-MATLAB-based communication system on the non-linear filter simulation program
- 2023-05-14 15:15:03下载
- 积分:1
-
Through PC/SC driver send instrument commands Apdu source
通过PC/SC驱动发送Apdu指令的工具源码-Through PC/SC driver send instrument commands Apdu source
- 2022-02-20 11:05:53下载
- 积分:1
-
这个程序是自由软件,你可以重新分配和/或修改
This program is free software you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation either version 2 of the License, or
(at your option) any later version.
- 2022-09-09 20:15:04下载
- 积分:1
-
TCP
TCP-IP技术大全2-TCP-IP technology Series 2
- 2022-09-16 18:45:03下载
- 积分:1
-
omnet下wsn节点间泛洪消息发送,实现节点定期更新消息
omnet下wsn节点间泛洪消息发送,实现节点定期更新消息-omnet wsn nodes under the flood-messaging, and nodes regularly updated news
- 2022-06-01 21:09:58下载
- 积分:1
-
this a code which is used to connect keyboard with atmel controllers
this a code which is used to connect keyboard with atmel controllers-this is a code which is used to connect keyboard with atmel controllers
- 2022-07-27 06:27:30下载
- 积分:1
-
ASK modulation communication system procedures, more practical, including the co...
通信系统的ASK调制程序,比较实用,包括完整的工程-ASK modulation communication system procedures, more practical, including the complete works
- 2022-03-19 11:07:31下载
- 积分:1