資源簡介
用于解釋DLT645-97/07報文的解釋器,可根據十六進制報文解釋報文含義,編譯環境VC++6.0。
本軟件不包括通訊功能,為純報文解釋器。

代碼片段和文件信息
//?123.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“123.h“
#include?“123Dlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CMy123App
BEGIN_MESSAGE_MAP(CMy123App?CWinApp)
//{{AFX_MSG_MAP(CMy123App)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CMy123App?construction
CMy123App::CMy123App()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?CMy123App?object
CMy123App?theApp;
/////////////////////////////////////////////////////////////////////////////
//?CMy123App?initialization
BOOL?CMy123App::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
CMy123Dlg?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;
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????149060??2015-09-06?21:40??645解析工具\645解析工具\123.aps
?????文件???????2085??2017-11-05?22:27??645解析工具\645解析工具\123.clw
?????文件???????2043??2014-07-09?11:38??645解析工具\645解析工具\123.cpp
?????文件???????4175??2014-08-04?10:55??645解析工具\645解析工具\123.dsp
?????文件????????529??2014-07-09?11:38??645解析工具\645解析工具\123.dsw
?????文件???????1301??2014-07-09?11:38??645解析工具\645解析工具\123.h
?????文件???????7699??2014-08-18?11:20??645解析工具\645解析工具\123.rc
?????文件??????34407??2014-08-18?11:19??645解析工具\645解析工具\123Dlg.cpp
?????文件???????2886??2015-11-10?17:18??645解析工具\645解析工具\123Dlg.h
?????文件???????3531??2014-07-09?11:38??645解析工具\645解析工具\ReadMe.txt
?????文件?????126022??2014-08-14?22:09??645解析工具\645解析工具\res\123.ico
?????文件????????395??2014-07-09?11:38??645解析工具\645解析工具\res\123.rc2
?????文件????????692??2014-07-09?11:43??645解析工具\645解析工具\res\default1.bin
?????文件??????57282??2014-08-14?22:07??645解析工具\645解析工具\res\張三豐.png
?????文件???????1464??2014-08-18?11:18??645解析工具\645解析工具\resource.h
?????文件????????205??2014-07-09?11:38??645解析工具\645解析工具\StdAfx.cpp
?????文件???????1054??2014-07-09?11:38??645解析工具\645解析工具\StdAfx.h
?????文件??????17832??2017-11-06?21:29??645解析工具\Decode\Decode.aps
?????文件??????51518??2014-08-14?11:53??645解析工具\Decode\Decode.cpp
?????文件???????4231??2014-08-06?16:10??645解析工具\Decode\Decode.dsp
?????文件????????537??2014-07-17?23:04??645解析工具\Decode\Decode.dsw
?????文件????????560??2014-08-06?10:17??645解析工具\Decode\Decode.h
?????文件???????2684??2014-08-06?14:26??645解析工具\Decode\Decode.rc
?????文件????????410??2014-08-06?10:57??645解析工具\Decode\resource.h
?????目錄??????????0??2015-02-08?20:44??645解析工具\645解析工具\res
?????目錄??????????0??2018-08-31?21:19??645解析工具\645解析工具
?????目錄??????????0??2018-08-31?21:19??645解析工具\Decode
?????目錄??????????0??2017-11-05?22:27??645解析工具
-----------?---------??----------?-----??----
???????????????472602????????????????????28
............此處省略1個文件信息
- 上一篇:利用指針數組冒泡法排序
- 下一篇:C語言課程設計之個人財務管理系統
評論
共有 條評論