• 大小: 1.79MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-02
  • 语言: C/C++
  • 标签: 帧解析  MFC  

资源简介

帧的解析程序 通过C++MFC框架来实现

资源截图

代码片段和文件信息

// frame.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “frame.h“
#include “frameDlg.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CframeApp

BEGIN_MESSAGE_MAP(CframeApp CWinApp)
//{{AFX_MSG_MAP(CframeApp)
// 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()

/////////////////////////////////////////////////////////////////////////////
// CframeApp construction

CframeApp::CframeApp()
{
// TODO: add construction code here
// Place 

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      35472  2013-10-30 23:46  frame\frame.aps

     文件       1182  2013-10-30 23:53  frame\frame.clw

     文件       2049  2013-10-30 23:19  frame\frame.cpp

     文件       4141  2013-10-30 23:19  frame\frame.dsp

     文件        533  2013-10-30 23:19  frame\frame.dsw

     文件       1313  2013-10-30 23:19  frame\frame.h

     文件      41984  2013-10-30 23:53  frame\frame.ncb

     文件      49664  2013-10-30 23:53  frame\frame.opt

     文件        517  2013-10-30 23:48  frame\frame.plg

     文件       5383  2013-10-30 23:46  frame\frame.rc

     文件      11651  2013-10-30 23:44  frame\frameDlg.cpp

     文件       1473  2013-10-30 23:43  frame\frameDlg.h

     文件       3561  2013-10-30 23:19  frame\ReadMe.txt

     文件        821  2013-10-30 23:32  frame\resource.h

     文件        207  2013-10-30 23:19  frame\StdAfx.cpp

     文件       1054  2013-10-30 23:19  frame\StdAfx.h

     文件     110633  2013-10-30 23:48  frame\Debug\frame.exe

     文件     216188  2013-10-30 23:48  frame\Debug\frame.ilk

     文件      13669  2013-10-30 23:44  frame\Debug\frame.obj

     文件    5495540  2013-10-30 23:34  frame\Debug\frame.pch

     文件     369664  2013-10-30 23:46  frame\Debug\frame.pdb

     文件       2568  2013-10-30 23:46  frame\Debug\frame.res

     文件      45796  2013-10-30 23:47  frame\Debug\frameDlg.obj

     文件     105365  2013-10-30 23:34  frame\Debug\StdAfx.obj

     文件     222208  2013-10-30 23:48  frame\Debug\vc60.idb

     文件     380928  2013-10-30 23:44  frame\Debug\vc60.pdb

     文件       1078  2013-10-30 23:19  frame\res\frame.ico

     文件        397  2013-10-30 23:19  frame\res\frame.rc2

     目录          0  2013-10-30 23:46  frame\Debug

     目录          0  2013-10-30 23:19  frame\res

............此处省略4个文件信息

评论

共有 条评论