资源简介
调试过可以用的代码,含各进制及字符的转换,
代码片段和文件信息
// compl.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “compl.h“
#include “complDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CComplApp
BEGIN_MESSAGE_MAP(CComplApp CWinApp)
//{{AFX_MSG_MAP(CComplApp)
// 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()
/////////////////////////////////////////////////////////////////////////////
// CComplApp construction
CComplApp::CComplApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CComplApp object
CComplApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CComplApp initialization
BOOL CComplApp::InitInstance()
{
// 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
CComplDlg 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;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1575260 2014-05-21 13:56 完整串口通信程序Vc++源代码\CD5感应头_RS422通信操作说明书.pdf
文件 21392 2016-01-23 12:17 完整串口通信程序Vc++源代码\compl.aps
文件 1551 2014-05-28 15:23 完整串口通信程序Vc++源代码\compl.clw
文件 2016 2005-12-11 10:25 完整串口通信程序Vc++源代码\compl.cpp
文件 366 2005-12-11 10:25 完整串口通信程序Vc++源代码\compl.dep
文件 4166 2005-12-11 10:26 完整串口通信程序Vc++源代码\compl.dsp
文件 533 2005-12-11 10:26 完整串口通信程序Vc++源代码\compl.dsw
文件 24576 2005-12-11 10:26 完整串口通信程序Vc++源代码\compl.exe
文件 1313 2005-12-11 10:26 完整串口通信程序Vc++源代码\compl.h
文件 1078 2005-12-11 10:26 完整串口通信程序Vc++源代码\compl.ico
文件 5655 2005-12-11 10:26 完整串口通信程序Vc++源代码\compl.mak
文件 99328 2014-05-28 15:23 完整串口通信程序Vc++源代码\compl.ncb
文件 68608 2014-05-28 15:23 完整串口通信程序Vc++源代码\compl.opt
文件 807 2014-05-28 15:22 完整串口通信程序Vc++源代码\compl.plg
文件 5860 2014-05-28 17:46 完整串口通信程序Vc++源代码\compl.rc
文件 400 2005-12-11 10:26 完整串口通信程序Vc++源代码\compl.rc2
文件 55136256 2016-01-25 14:15 完整串口通信程序Vc++源代码\compl.sdf
文件 876 2016-01-25 09:33 完整串口通信程序Vc++源代码\compl.sln
..A..H. 26112 2016-01-25 14:15 完整串口通信程序Vc++源代码\compl.suo
文件 7709 2016-01-25 09:29 完整串口通信程序Vc++源代码\compl.vcxproj
文件 1898 2016-01-25 09:29 完整串口通信程序Vc++源代码\compl.vcxproj.filters
文件 143 2014-05-21 14:34 完整串口通信程序Vc++源代码\compl.vcxproj.user
文件 10435 2016-01-25 14:10 完整串口通信程序Vc++源代码\complDlg.cpp
文件 2272 2016-01-25 11:18 完整串口通信程序Vc++源代码\complDlg.h
文件 4774 2016-01-25 14:04 完整串口通信程序Vc++源代码\Debug\cl.command.1.tlog
文件 60526 2016-01-25 14:04 完整串口通信程序Vc++源代码\Debug\CL.read.1.tlog
文件 2770 2016-01-25 14:04 完整串口通信程序Vc++源代码\Debug\CL.write.1.tlog
文件 77312 2016-01-25 14:11 完整串口通信程序Vc++源代码\Debug\compl.exe
文件 667 2014-06-03 10:49 完整串口通信程序Vc++源代码\Debug\compl.exe.em
文件 732 2016-01-23 12:16 完整串口通信程序Vc++源代码\Debug\compl.exe.em
............此处省略62个文件信息
- 上一篇:组态软件设计与开发PDF+源代码
- 下一篇:C++读取Excel源代码
评论
共有 条评论