• 大小: 175KB
    文件类型: .rar
    金币: 2
    下载: 1 次
    发布日期: 2021-06-13
  • 语言: C/C++
  • 标签: DLT645  规约  解释器  MFC  

资源简介

用于解释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个文件信息

评论

共有 条评论