• 大小: 0.02M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-02-21
  • 标签:

资源简介

C++实战源码-等电位面图(入门级实例453).zip

资源截图

代码片段和文件信息

// MainFrm.cpp : implementation of the CMainframe class
//

#include “stdafx.h“
#include “Potent.h“

#include “MainFrm.h“

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

/////////////////////////////////////////////////////////////////////////////
// CMainframe

IMPLEMENT_DYNCREATE(CMainframe CframeWnd)

BEGIN_MESSAGE_MAP(CMainframe CframeWnd)
//{{AFX_MSG_MAP(CMainframe)
// NOTE - the ClassWizard will add and remove mapping macros here.
//    DO NOT EDIT what you see in these blocks of generated code !
ON_WM_CREATE()
//}}AFX_MSG_MAP
END_MESSAGE_MAP()

static UINT indicators[] =
{
ID_SEPARATOR           // status line indicator
ID_INDICATOR_CAPS
ID_INDICATOR_NUM
ID_INDICATOR_SCRL
};

/////////////////////////////////////////////////////////////////////////////
// CMainframe construction/destruction

CMainframe::CMainframe()
{
// TODO: add member initialization code here

}

C

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        2507  2010-07-10 08:37  Potent\MainFrm.cpp
     文件        1581  2010-07-10 08:37  Potent\MainFrm.h
     文件        1955  2010-07-10 08:37  Potent\Potent.clw
     文件        4252  2010-07-20 19:03  Potent\Potent.cpp
     文件        4555  2010-07-10 08:37  Potent\Potent.dsp
     文件         537  2010-07-10 08:37  Potent\Potent.dsw
     文件        1356  2010-07-10 08:37  Potent\Potent.h
     文件       10553  2010-07-10 08:37  Potent\Potent.rc
     文件        1742  2010-07-10 08:37  Potent\PotentDoc.cpp
     文件        1475  2010-07-10 08:37  Potent\PotentDoc.h
     文件        4325  2010-07-20 19:05  Potent\PotentView.cpp
     文件        1891  2010-07-10 08:37  Potent\PotentView.h
     文件         494  2010-07-10 08:37  Potent\Resource.h
     文件         208  2010-07-10 08:37  Potent\StdAfx.cpp
     文件        1054  2010-07-10 08:37  Potent\StdAfx.h
     文件        5694  2005-10-08 16:28  Potent\res\Potent.ico
     文件         398  2010-07-10 08:37  Potent\res\Potent.rc2
     文件        1078  2010-07-10 08:37  Potent\res\PotentDoc.ico
     文件        1078  2010-07-10 08:37  Potent\res\Toolbar.bmp

评论

共有 条评论