-
在delphi下,通过并口对外控制设备,包含全部源代码.
在delphi下,通过并口对外控制设备,包含全部源代码.-In delphi through parallel external control equipment, including all the source code.
- 2022-01-25 23:21:20下载
- 积分:1
-
The code is on the regular shutdown procedure, can help understand the timing an...
本代码是关于定时关机的程序,能帮助理解定时关机的原理及实现过程-The code is on the regular shutdown procedure, can help understand the timing and realization of the principles of the shutdown process
- 2022-03-10 03:44:11下载
- 积分:1
-
Jakes模型参数,移动衰落信道,设计Suzuki模型的主要部分
Jakes模型参数,移动衰落信道,设计Suzuki模型的主要部分-Jakes parameters
- 2022-05-12 14:41:22下载
- 积分: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
-
本源代码是一个邮件收发系统,可以实现了简单的文件接受、发送功能...
本源代码是一个邮件收发系统,可以实现了简单的文件接受、发送功能-source code is a mail system that can achieve a simple document acceptable, this function
- 2023-07-31 13:10:03下载
- 积分:1
-
zmodem协议源码实现
zmodem协议源码实现 -The source of zmoderm protocol
- 2022-07-09 02:09:30下载
- 积分:1
-
MScomm端口控制
MScomm端口控制-MScomm port control
- 2022-12-15 19:05:03下载
- 积分:1
-
语音CELP压缩解压源代码(C语音)
语音CELP压缩解压源代码(C语音)- Pronunciation CELP compression decompression source code (C
pronunciation)
- 2022-01-24 09:42:51下载
- 积分:1
-
信息论一些实验及课件,哈夫曼,香浓,游程码
信息论一些实验及课件,哈夫曼,香浓,游程码-some ting about xin xi lun ke jian & experiment
- 2023-05-18 05:20:05下载
- 积分:1
-
The program can count the number of the girth 4 of LDPC codes.
The program can count the number of the girth 4 of LDPC codes.
- 2022-01-25 21:46:47下载
- 积分:1