资源简介
用于解释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语言课程设计之个人财务管理系统
相关资源
- 从站104规约源代码
- 主站104规约源码
- 简单函数绘图语言的解释器
- IEC104规约Server及Client实现
- 电力行业规约645通信的VC++实现源码
- 模拟命令解释器MyShell的设计与实现
- 编译原理 简单函数绘图语言的解释器
- 简单函数绘图语言解释器
- CMM编译器(用C#写的一个c语言子集的
- 实现104规约源代码
- 电力规约代码101协议代码
- Shell命令解释器项目源码+文档
- C语言编程规范个人规约
- linux环境下模拟实现简单命令解释器
- xrc C语言解释器
- 桌面计算器
- 基于VC++的 IEC60870-103 电力规约 源码
- arduino GCode_Interpreterdc G代码解释器 也
- Brainfuck语言解释器
- VC++电力规约调试工具源码(IEC104\\I
- ShaprC源代码0.1
- 电力645规约抄表
- IEC104规约的VC++实现
评论
共有 条评论