-
这是一个用C++开发的用在端口通讯的示范性源码
这是一个用C++开发的用在端口通讯的示范性源码-This is a C used in the development of the port of communications model FOSS
- 2023-08-03 03:15:03下载
- 积分:1
-
一个计算器的源码
一个计算器的源码-source of a calculator
- 2022-03-21 04:35:11下载
- 积分:1
-
windows example of the process of communication, there are three models : shared...
windows进程通讯的例子,共有三种模式:
共享内存,管道,SOCKET,可以给未接触过的人作为参考-windows example of the process of communication, there are three models : shared memory, pipes, SOCKET. it has not been exposed to people as a reference
- 2022-02-02 10:28:45下载
- 积分:1
-
这是一个用C++开发的 Modbus 简单读写程序
这是一个用C++开发的 Modbus 简单读写程序-This is a development with C Modbus read and write simple procedures
- 2023-07-11 21:30:03下载
- 积分: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
-
宽带频谱感知
Wideband Spectrum Sensing-Spatial-Spectral Joint Detection for Wideband Spectrum Sensing in cognitive radio networks
- 2022-05-11 00:41:36下载
- 积分:1
-
控制摩托罗拉手机进入测试/工程模式,和克隆sim卡的程序。附连接图。...
控制摩托罗拉手机进入测试/工程模式,和克隆sim卡的程序。附连接图。-control testing/engineering, and cloning sim card procedures. A link map.
- 2022-09-06 15:40:03下载
- 积分:1
-
c++组播通信测试程序
应用背景组播通信测试程序,可以直接移植到需要的地方,支持Windows与Linux两个版本,测试程序包含组播发送与组播接收两个类,可以分别应用到组播通信的发送端与接收端。关键技术采用C++编写的组播通信实现类,含发送端与接收端两个类的封装,接收端采用线程回调的方式实现对组播消息的循环接收,使用时,只要继承该类,并重载接收回调函数即可实现对组播消息的接收。
- 2022-07-25 05:52:09下载
- 积分:1
-
This the Bluetooth Chat server. The server part runs and establishes connection...
This the Bluetooth Chat server. The server part runs and establishes connection with client-This is the Bluetooth Chat server. The server part runs and establishes connection with client
- 2022-01-26 05:54:58下载
- 积分:1
-
建模瑞利衰落信道基于改性 Jakes 通道模型
此 Matlab 代码模型瑞利衰落信道下使用修改后的杰克斯信道模型。
改性的 Jakes 模型选择散射的略有不同间距和缩放使用其波形沃尔什 — — 阿达玛序列以确保零交叉相关。设置
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-26 08:16:23下载
- 积分:1