-
Chinese RFC documents, without translation, the right to study very helpful!
中文RFC文件,无需翻译,对学习很有帮助!
- 2022-01-25 23:23:38下载
- 积分:1
-
即时通信的服务端软件,用于连接,聊天等操作
即时通信的服务端软件,用于连接,聊天等操作-instant messaging server software, used to connect, chat, etc
- 2022-03-23 05:15:00下载
- 积分:1
-
spread spectrum communications using the linear FM algorithm of multiple correla...
扩频通信中采用的线性调频算法用的复相关算法-spread spectrum communications using the linear FM algorithm of multiple correlation algorithm
- 2022-12-12 18:35:03下载
- 积分:1
-
在许多软件系统中,表格控件在对数据进行浏
览、编辑等操作方面都有良好表现。遗憾的是,Visual
C++并没有提供直接支持表格操作的通用控制类。不...
在许多软件系统中,表格控件在对数据进行浏
览、编辑等操作方面都有良好表现。遗憾的是,Visual
C++并没有提供直接支持表格操作的通用控制类。不
过,我们可以通过注册VisualC++5.O的ActiveX
控件中的Microsoft FlexGrid Control,version5.0
控件并添加到项目中来实现对表格的显示及操作。下
面将结合具体实例,介绍如何在对话框中加入表格控
件并实现对表格数据的显示、修改和保存。文中程序
是在中文WindowsNT4.0环境下,用VisualC++・5.0
编写的。
-In many software systems, forms control in the data view, edit and operational aspects such as good performance. Unfortunately, Visual C++ does not provide direct support to form a common operational control class. However, we can register VisualC++5. O The ActiveX controls in the Microsoft FlexGrid Control, version5.0 control and add to the project to achieve the right form of display and operation. Below with specific examples on how to add form controls in the dialog box and to achieve the display of tabular data, modify and save. This paper program is in the Chinese WindowsNT4.0 environment, using VisualC++ ・ 5.0 prepared.
- 2022-10-31 12:15: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
-
这个只是一个构造,要大家下载后安装在自己主机上,才可以运行!...
这个只是一个构造,要大家下载后安装在自己主机上,才可以运行!-this is only a structure, we have to download and install it in their own host, can run!
- 2022-07-01 11:02:50下载
- 积分:1
-
简单的聊天程序,初学者可以看看,高手勿进!
简单的聊天程序,初学者可以看看,高手勿进!-simple chat program, beginners can see, not masters!
- 2022-08-08 16:33:31下载
- 积分:1
-
无线电子标签
与传统形式的标签相比,电子标签容量更大(1bit—1024bit),数据可随时更新,可读写。 读写速度:与条码相比
,无须直线对准扫描,读写速度更快,可多目标识别、运动识别。 使用方便:体积小,容易封装,可以嵌入产
品内。 安全:专用芯片、序列号惟一、很难复制。 耐用:无机械故障、寿命长、抗恶劣环境。
- 2022-12-16 05:35:03下载
- 积分:1
-
Introduction This document is at saturation soliton transmission medium matlab s...
此文档是介绍孤子在饱和介质中传输的matlab仿真过程,孤子仿真网上有很多文章,可是均不带源码,恰巧本人编了些就都传上了,希望对各位有用。-Introduction This document is at saturation soliton transmission medium matlab simulation process, there is a lot of soliton simulation online article, but not with source code, I made something happen on both a mass on the hope that useful to you.
- 2022-04-30 13:33:23下载
- 积分:1
-
In this case is the use of UDP communications, including server and client, incl...
本例是采用UDP通信,包括服务器与客户端,包括数据重传机制和异常处理机制-In this case is the use of UDP communications, including server and client, including data retransmission mechanism and exception handling mechanism
- 2023-06-19 14:25:03下载
- 积分:1