资源简介
]龚建伟,熊光明编著.Visual C++/Turbo C串口通信编程实践(第2版)[M].北京:电子工业出版社,2007 源代码
代码片段和文件信息
// SCommTest.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “SCommTest.h“
#include “SCommTestDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CSCommTestApp
BEGIN_MESSAGE_MAP(CSCommTestApp CWinApp)
//{{AFX_MSG_MAP(CSCommTestApp)
// 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()
/////////////////////////////////////////////////////////////////////////////
// CSCommTestApp construction
CSCommTestApp::CSCommTestApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CSCommTestApp object
CSCommTestApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CSCommTestApp initialization
BOOL CSCommTestApp::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
CSCommTestDlg 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;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 2222 2007-06-26 13:14 PROGRAM\串口调试助手\help.htm
文件 266240 2007-06-26 13:14 PROGRAM\串口调试助手\串口调试助手V2.2.exe
文件 1057 2007-06-26 13:14 PROGRAM\光盘程序使用说明.txt
文件 47801 2009-10-17 18:37 PROGRAM\第01章\0102\scommtest\Debug\mscomm.obj
文件 118880 2009-10-17 18:37 PROGRAM\第01章\0102\scommtest\Debug\SCommTest.exe
文件 15071 2009-10-17 18:29 PROGRAM\第01章\0102\scommtest\Debug\SCommTest.obj
文件 312320 2009-10-17 18:29 PROGRAM\第01章\0102\scommtest\Debug\SCommTest.pdb
文件 2880 2007-06-26 13:14 PROGRAM\第01章\0102\scommtest\Debug\SCommTest.res
文件 37834 2007-06-26 13:14 PROGRAM\第01章\0102\scommtest\Debug\SCommTestDlg.obj
文件 106082 2007-06-26 13:14 PROGRAM\第01章\0102\scommtest\Debug\StdAfx.obj
文件 364544 2009-10-17 18:29 PROGRAM\第01章\0102\scommtest\Debug\vc60.pdb
文件 8569 2007-06-26 13:14 PROGRAM\第01章\0102\scommtest\MSCOMM.CPP
文件 3221 2007-06-26 13:14 PROGRAM\第01章\0102\scommtest\MSCOMM.H
文件 3633 2007-06-26 13:14 PROGRAM\第01章\0102\scommtest\ReadMe.txt
文件 1078 2007-06-26 13:14 PROGRAM\第01章\0102\scommtest\RES\SCommTest.ico
文件 401 2007-06-26 13:14 PROGRAM\第01章\0102\scommtest\RES\SCommTest.rc2
文件 825 2007-06-26 13:14 PROGRAM\第01章\0102\scommtest\RESOURCE.H
文件 21552 2009-10-17 18:29 PROGRAM\第01章\0102\scommtest\SCommTest.aps
文件 1346 2009-10-17 18:29 PROGRAM\第01章\0102\scommtest\SCommTest.clw
文件 2105 2007-06-26 13:14 PROGRAM\第01章\0102\scommtest\SCommTest.cpp
文件 4644 2007-06-26 13:14 PROGRAM\第01章\0102\scommtest\SCommTest.dsp
文件 585 2007-06-26 13:14 PROGRAM\第01章\0102\scommtest\SCommTest.dsw
文件 1357 2007-06-26 13:14 PROGRAM\第01章\0102\scommtest\SCommTest.h
文件 123904 2009-10-17 18:37 PROGRAM\第01章\0102\scommtest\SCommTest.ncb
文件 48640 2009-10-17 18:37 PROGRAM\第01章\0102\scommtest\SCommTest.opt
文件 715 2009-10-17 18:37 PROGRAM\第01章\0102\scommtest\SCommTest.plg
文件 6180 2007-06-26 13:14 PROGRAM\第01章\0102\scommtest\SCommTest.rc
文件 7069 2007-06-26 13:14 PROGRAM\第01章\0102\scommtest\SCommTestDlg.cpp
文件 1543 2007-06-26 13:14 PROGRAM\第01章\0102\scommtest\SCommTestDlg.h
文件 211 2007-06-26 13:14 PROGRAM\第01章\0102\scommtest\StdAfx.cpp
............此处省略872个文件信息
相关资源
- Visual C++实现MPEG/JPEG编解码技术代码集
- Visual C++ +SQL Server数据库应用完全解析
- Microsoft Visual C++ 2013 runtime 64/32 运行库
- 游戏编程代码\\游戏编程学习笔记之九
- Visual Studio2017使用MSComm控件MFC编程
- VisualC++音频视频处理技术及工程实践
- Visual C++ 开发实战1200例第1卷高清带书
- VA_X2341.rar
- visual c++6.0win7兼容64位
- Ms Press - Programming with Microsoft Visual C
- 免费 Visual C++从入门到精通第三版 V
- Visual C++ 开发实战宝典.(清华.宋坤)
- Visual C++ 开发实战宝典--书源码
- Visual C++项目开发案例精粹
- Visual C++数字图像获取、处理及实践应
- Visual C++界面编程技术(超高清淘宝上
- Visual C++ Redistributable for Visual Studio 2
- microsoft visual c++ 2013
- Visual C++面向对象与可视化程序设计(
- 精通Visual C++数字图像处理典型算法及
- Visual c++ MFC 棋牌类游戏编程麻将
- Visual C++网络高级编程pdf+源代码
- Visual C++从入门到精通第三版.pdf
- Visual C++视频会议开发技术与.rar
- Microsoft Visual C++ Build Tools
- Visual C++开发GIS系统第2版
- 基于Visual Studio的学生成绩管理系统
- Visual C++ 2008程序设计完全自学教程精
- Visual C++开发实战1200例(第2卷).(配
- Visual C++ 6.0完整绿色版
评论
共有 条评论