-
这是一个《Visual C++ 6.0 编程实例与技巧》书中Socket编程的实例,书中的代码不完整,我把它做完整后传上来,应该对大家有用。...
这是一个《Visual C++ 6.0 编程实例与技巧》书中Socket编程的实例,书中的代码不完整,我把它做完整后传上来,应该对大家有用。-Visual C 6.0 Socket
- 2022-01-23 11:12:28下载
- 积分:1
-
CDMA网络优化实用教程,搞通信网络或对这方面有兴趣的朋友不妨...
CDMA网络优化实用教程,搞通信网络或对这方面有兴趣的朋友不妨-CDMA network optimization and practical curricula, engage in communication networks, or who are interested may wish to see a friend
- 2022-02-15 04:16:34下载
- 积分:1
-
medical digital imaging and communications (DICOM) Release Notes for DICOM PS 3
医学数字影像和通讯(DICOM)
Release Notes for DICOM PS 3 - 2006.
最新2006英文版,医学影像及通讯软件开发人员必备-medical digital imaging and communications (DICOM) Release Notes for DICOM PS 3-2006. The latest 2006 edition of medical imaging and communications software development staff required
- 2022-09-01 00:50:05下载
- 积分: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
-
很好的文章关于OFDM plot based 信道估计算法
很好的文章关于OFDM plot based 信道估计算法-Very good article on the OFDM plot based channel estimation algorithm
- 2022-10-16 09:45:03下载
- 积分:1
-
支持X/YModem和cis_b+协议的串口通讯程序
支持X/YModem和cis_b+协议的串口通讯程序 -Serial communication supports X/YModem and cis_b+ protocol
- 2022-02-02 10:25:31下载
- 积分:1
-
CnComm,VC串口通信类的最新版本,包括所有源C.
CnComm,VC串口通信类最新版,包括所有源码和使用文档-CnComm, VC serial communication class the latest version, including all source code and the use of documents
- 2022-05-22 04:50:35下载
- 积分:1
-
PWLib DLL libraries, OpenH323 DLL libraries
PWLib DLL libraries, OpenH323 DLL libraries-Gnome DLL libraries, OpenH323 DLL libraries
- 2022-07-09 23:45:47下载
- 积分:1
-
将模拟滤波器转变为数字滤波器。
将模拟滤波器转变为数字滤波器。-analog filter into digital filter.
- 2023-07-11 16:40:02下载
- 积分:1
-
Delphi CRC8,CRC16,CRC32
delphi下的CRC8,CRC16,CRC32算法的例子,直接拷贝代码就可以使用了,可省去晦涩的研究.-delphi the CRC8, CYXLIC REDUNDANCY, CRC32-algorithm example, directly copy code can use it, can be saved obscure research.
- 2022-02-02 02:44:23下载
- 积分:1