-
VC实现串口通讯显示
///////////////文件 commDlg.cpp////////////////
//一个类,对话框类,本程序使用的是对话框形式,这个类是在VC用MFC自动生成的,其中包括了对话框程序应有的一些方法
class CAboutDlg : public CDialog
{
};
/********************以下的个方法也是VC的MFC的对话框程序固有的,也是MFC自动生成的**************/
CAboutDlg::CAboutDlg() : CDialog(CAboutDlg::IDD)
{
}
void CAboutDlg::DoDataExchange(CDataExchange* pDX)
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-01-25 13:10:04下载
- 积分:1
-
基于VSTO2003的智能文档工程。演示了如何操作Word文档
基于VSTO2003的智能文档工程。演示了如何操作Word文档-This is a intelligent document project based on VST2003 and illustrated how to operate word documents.
- 2022-01-24 13:21:23下载
- 积分:1
-
一个关于bp算法的大全,有matlab、c、c++的源代码都有,还有bp神经网络源程序,感兴趣的就看看吧...
一个关于bp算法的大全,有matlab、c、c++的源代码都有,还有bp神经网络源程序,感兴趣的就看看吧-an algorithm on the Encyclopaedia bp, Matlab, c, c have the source code, there bp neural network source, interested to see it on
- 2022-03-06 04:27:36下载
- 积分:1
-
vc常用操作的讲解,对常见操作进行了较好的说明,是初学者很好的帮助材料,推荐下载。...
vc常用操作的讲解,对常见操作进行了较好的说明,是初学者很好的帮助材料,推荐下载。-vc used to explain the operation of the common operation for a better note is a great help beginners materials, recommended download.
- 2022-11-08 12:35:03下载
- 积分:1
-
Customizing the Appearance of CSliderCtrl Using Custom Draw is what I find onlin...
Customizing the Appearance of CSliderCtrl Using Custom Draw
是我在网上找的,版权归原作者所有。-Customizing the Appearance of CSliderCtrl Using Custom Draw is what I find online, and belongs to original author.
- 2023-02-14 23:35:04下载
- 积分:1
-
This program explains how to enable the Dra g
此程序说明如何在应用程序中启用drag-Drop功能。此外,您可以将整个目录放到程序中,它会将特定目录中的文件添加到列表中。
- 2022-11-30 09:20:03下载
- 积分:1
-
模拟芊芊静听播放器,界面精美,对VC++学习很有帮助.
模拟芊芊静听播放器,界面精美,对VC++学习很有帮助.-simulation were listening attentively to players interface, which the VC very helpful.
- 2022-03-20 19:29:56下载
- 积分:1
-
一款涣皮肤的软件。。可以帮助呢耙界面浓的 漂亮 。。相当经典...
一款涣皮肤的软件。。可以帮助呢耙界面浓的 漂亮 。。相当经典-new expansive skin software. . Harrow can help? Interface pretty thick. . Very classic
- 2022-03-22 16:39:23下载
- 积分:1
-
每当新商人加入CellGo,该商人的材料(如:商人的名、地址、电话号、及商人提供的服务)必须被记录下来。你需创建接收商人材料的用户界面。用户界面的功能说明如下:...
每当新商人加入CellGo,该商人的材料(如:商人的名、地址、电话号、及商人提供的服务)必须被记录下来。你需创建接收商人材料的用户界面。用户界面的功能说明如下:
对可存放地址字段的字符个数不应有限制.
界面应允许为商人选择多种服务.
(提示:对接收商人地址使用文本域控件。商人提供诸如:“Free service charges”, “Gifts for mobiles bought”, 和 “10% discount on new mobiles bought”的服务)
-CellGo businessmen, the businessmen of material (such as : businessmen by name, address, telephone number, businessmen and the services provided) must be recorded. You need to create materials to receive businessmen user interface. User interface features as follows : to address field can be stored in the number of characters should not be restricted. interface businessmen should be allowed to choose a variety of services. (Tip : businessmen right to receive the text addresses the use of domain controls. businessmen such as : "Free service charges," "Gifts for mobiles bought," and the "10% discount on new mobiles bought" services)
- 2022-05-06 12:14:51下载
- 积分:1
-
词法分析器,包括的关键字表和符号表,是针对C语言的,由于关键字表和符号表是在文本文档里建的,所以可以扩展,程序的可移植性比较好...
词法分析器,包括的关键字表和符号表,是针对C语言的,由于关键字表和符号表是在文本文档里建的,所以可以扩展,程序的可移植性比较好-lexical analyzer, including keyword table and symbol table is targeted at the C language, and keyword table is the symbol table in the text files in the building, so it can be extended, procedures portability better
- 2022-04-12 00:23:46下载
- 积分:1