资源简介
本文档是《VisualC++数据采集与串口通信测控应用实战》(人民邮电出版社.田敏.郑瑶.李江全)一书的配套源代码。
代码片段和文件信息
// lx.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “lx.h“
#include “lxDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CLxApp
BEGIN_MESSAGE_MAP(CLxApp CWinApp)
//{{AFX_MSG_MAP(CLxApp)
// NOTE - the ClassWizard will add and remove mapping macros here.
// DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CLxApp construction
CLxApp::CLxApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CLxApp object
CLxApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CLxApp initialization
BOOL CLxApp::InitInstance()
{
AfxEnableControlContainer();
// Standard initialization
// If you are not using these features and wish to reduce the size
// of your final executable you should remove from the following
// the specific initialization routines you do not need.
#ifdef _AFXDLL
Enable3dControls(); // Call this when using MFC in a shared DLL
#else
Enable3dControlsStatic(); // Call this when linking to MFC statically
#endif
CLxDlg dlg;
m_pMainWnd = &dlg;
int nResponse = dlg.DoModal();
if (nResponse == IDOK)
{
// TODO: Place code here to handle when the dialog is
// dismissed with OK
}
else if (nResponse == IDCANCEL)
{
// TODO: Place code here to handle when the dialog is
// dismissed with Cancel
}
// Since the dialog has been closed return FALSE so that we exit the
// application rather than start the application‘s message pump.
return FALSE;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 3146752 2013-06-30 12:11 01 源程序\第2章 Visual C++ 程序设计基础\2.1 VC++工程开发步骤\Debug\lx.bsc
文件 106642 2013-06-30 12:11 01 源程序\第2章 Visual C++ 程序设计基础\2.1 VC++工程开发步骤\Debug\lx.exe
文件 220184 2013-06-30 12:11 01 源程序\第2章 Visual C++ 程序设计基础\2.1 VC++工程开发步骤\Debug\lx.ilk
文件 13750 2013-06-30 11:07 01 源程序\第2章 Visual C++ 程序设计基础\2.1 VC++工程开发步骤\Debug\lx.obj
文件 6944460 2013-06-30 11:07 01 源程序\第2章 Visual C++ 程序设计基础\2.1 VC++工程开发步骤\Debug\lx.pch
文件 377856 2013-06-30 12:11 01 源程序\第2章 Visual C++ 程序设计基础\2.1 VC++工程开发步骤\Debug\lx.pdb
文件 2444 2013-06-30 11:06 01 源程序\第2章 Visual C++ 程序设计基础\2.1 VC++工程开发步骤\Debug\lx.res
文件 0 2013-06-30 11:07 01 源程序\第2章 Visual C++ 程序设计基础\2.1 VC++工程开发步骤\Debug\lx.sbr
文件 27302 2013-06-30 12:11 01 源程序\第2章 Visual C++ 程序设计基础\2.1 VC++工程开发步骤\Debug\lxDlg.obj
文件 0 2013-06-30 12:11 01 源程序\第2章 Visual C++ 程序设计基础\2.1 VC++工程开发步骤\Debug\lxDlg.sbr
文件 106472 2013-06-30 11:07 01 源程序\第2章 Visual C++ 程序设计基础\2.1 VC++工程开发步骤\Debug\StdAfx.obj
文件 1375220 2013-06-30 11:07 01 源程序\第2章 Visual C++ 程序设计基础\2.1 VC++工程开发步骤\Debug\StdAfx.sbr
文件 205824 2013-06-30 12:11 01 源程序\第2章 Visual C++ 程序设计基础\2.1 VC++工程开发步骤\Debug\vc60.idb
文件 364544 2013-06-30 12:11 01 源程序\第2章 Visual C++ 程序设计基础\2.1 VC++工程开发步骤\Debug\vc60.pdb
文件 21120 2013-06-30 11:35 01 源程序\第2章 Visual C++ 程序设计基础\2.1 VC++工程开发步骤\lx.aps
文件 1047 2013-06-30 13:16 01 源程序\第2章 Visual C++ 程序设计基础\2.1 VC++工程开发步骤\lx.clw
文件 2007 2008-01-26 01:06 01 源程序\第2章 Visual C++ 程序设计基础\2.1 VC++工程开发步骤\lx.cpp
文件 4088 2013-06-30 18:13 01 源程序\第2章 Visual C++ 程序设计基础\2.1 VC++工程开发步骤\lx.dsp
文件 510 2008-01-26 01:06 01 源程序\第2章 Visual C++ 程序设计基础\2.1 VC++工程开发步骤\lx.dsw
文件 1280 2008-01-26 01:06 01 源程序\第2章 Visual C++ 程序设计基础\2.1 VC++工程开发步骤\lx.h
文件 82944 2013-06-30 18:13 01 源程序\第2章 Visual C++ 程序设计基础\2.1 VC++工程开发步骤\lx.ncb
文件 49664 2013-06-30 18:13 01 源程序\第2章 Visual C++ 程序设计基础\2.1 VC++工程开发步骤\lx.opt
文件 1186 2013-06-30 12:11 01 源程序\第2章 Visual C++ 程序设计基础\2.1 VC++工程开发步骤\lx.plg
文件 5235 2008-01-28 23:39 01 源程序\第2章 Visual C++ 程序设计基础\2.1 VC++工程开发步骤\lx.rc
文件 5169 2013-06-30 18:13 01 源程序\第2章 Visual C++ 程序设计基础\2.1 VC++工程开发步骤\lxDlg.cpp
文件 1366 2008-01-28 23:32 01 源程序\第2章 Visual C++ 程序设计基础\2.1 VC++工程开发步骤\lxDlg.h
文件 3507 2008-01-26 01:06 01 源程序\第2章 Visual C++ 程序设计基础\2.1 VC++工程开发步骤\ReadMe.txt
文件 1078 2008-01-26 01:06 01 源程序\第2章 Visual C++ 程序设计基础\2.1 VC++工程开发步骤\res\lx.ico
文件 394 2008-01-26 01:06 01 源程序\第2章 Visual C++ 程序设计基础\2.1 VC++工程开发步骤\res\lx.rc2
文件 680 2008-01-26 01:16 01 源程序\第2章 Visual C++ 程序设计基础\2.1 VC++工程开发步骤\resource.h
............此处省略1123个文件信息
相关资源
- Visual C++串口通信技术详解.(机械工业
- VC6.0经典串口通信源程序C++
- VC++ MFC 串口通信20个经典源码合集
- 一个MFC做的串口通信的好,是我单位
- UART串口通信论文参考
- Visual C++串口通信及测控应用详解--源
- VS2010 C++ 串口通信软件包含mscomm控件和
- stm32F103zet6开串口通信2 C语言
- 龚建伟MFC串口通信
- C++ 写的串口通信 DLL文件
- VC++串口通信编码
- C++Builder 串口通信调试
- VC++串口通信20个经典源码
- VS2010之MFC串口通信的编写教程
- 一个牛人写的串口通信mfc源代码
- VC++ 串口通信modbus协议源代码
- VC++串口通信源代码VC6.0
- 基于vc++6.0的rs232串口通信课程设计
- Qt5.11.1+VS2017 X64 C++动态编译 串口通讯
- VC++编写上位机串口通信界面
- MFC串口通信源码
- vc6.0编写的基于API的串口通信程序
- MFC实现RS232串口通信程序和辅助程序
- Visual C++串口通信技术详解.配套源码
- VS2010+MFC 使用WinAPI实现串口通信
- vc6.0串口通信,采用mscomm控件
- vs2013串口程序
- VS2010基于对话框的MFC串口通信简明例
- VS2017-MFC串口通信(基于CSerialPort类)
- MFC CSerialPort类串口通信
评论
共有 条评论