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

资源简介

C++实战源码-绘制抛物线(入门级实例452).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “Parabola.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

}


 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        2509  2010-07-10 11:35  Parabola\MainFrm.cpp
     文件        1581  2010-07-10 11:35  Parabola\MainFrm.h
     文件        1985  2010-07-10 11:35  Parabola\Parabola.clw
     文件        4288  2010-07-20 19:11  Parabola\Parabola.cpp
     文件        4597  2010-07-10 11:35  Parabola\Parabola.dsp
     文件         541  2010-07-10 11:35  Parabola\Parabola.dsw
     文件        1378  2010-07-10 11:35  Parabola\Parabola.h
     文件       10581  2010-07-10 11:35  Parabola\Parabola.rc
     文件        1782  2010-07-10 11:35  Parabola\ParabolaDoc.cpp
     文件        1497  2010-07-10 11:35  Parabola\ParabolaDoc.h
     文件        2805  2010-09-15 11:12  Parabola\ParabolaView.cpp
     文件        1923  2010-07-10 11:35  Parabola\ParabolaView.h
     文件         496  2010-07-10 11:35  Parabola\Resource.h
     文件         210  2010-07-10 11:35  Parabola\StdAfx.cpp
     文件        1054  2010-07-10 11:35  Parabola\StdAfx.h
     文件        5694  2005-10-08 16:28  Parabola\res\Parabola.ico
     文件         400  2010-07-10 11:35  Parabola\res\Parabola.rc2
     文件        1078  2010-07-10 11:35  Parabola\res\ParabolaDoc.ico
     文件        1078  2010-07-10 11:35  Parabola\res\Toolbar.bmp

评论

共有 条评论