• 大小: 3.3MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-09-19
  • 语言: C/C++
  • 标签:

资源简介

有加减乘除,平方,立方,开方,三角函数。但这只是我的作业,仅仅只能看看哦,希望有所启发哦~~~

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “Calculator.h“
#include “CalculatorDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CCalculatorApp

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

/////////////////////////////////////////////////////////////////////////////
// CCalculatorApp construction

CCalculatorApp::CCalculatorApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}

/////////////////////////////////////////////////////////////////////////////
// The one and only CCalculatorApp object

CCalculatorApp theApp;

/////////////////////////////////////////////////////////////////////////////
// CCalculatorApp initialization

BOOL CCalculatorApp::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

CCalculatorDlg 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;
}

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

     文件       4156  2009-09-15 20:18  CalculatorX\Calculator.clw

     文件       2119  2009-06-25 08:38  CalculatorX\Calculator.cpp

     文件       4428  2009-08-25 18:57  CalculatorX\Calculator.dsp

     文件        545  2009-06-25 08:38  CalculatorX\Calculator.dsw

     文件       1368  2009-06-25 08:38  CalculatorX\Calculator.h

     文件     123904  2009-09-15 20:20  CalculatorX\Calculator.ncb

     文件        712  2009-09-15 17:01  CalculatorX\Calculator.plg

     文件       3651  2009-06-25 08:38  CalculatorX\ReadMe.txt

     文件        212  2009-06-25 08:38  CalculatorX\StdAfx.cpp

     文件       1054  2009-06-25 08:38  CalculatorX\StdAfx.h

     文件       2340  2009-09-14 14:21  CalculatorX\resource.h

     文件       1921  2009-09-14 14:56  CalculatorX\CalculatorDlg.h

     文件       8847  2009-09-14 14:56  CalculatorX\CalculatorDlg.cpp

     文件      29240  2009-09-15 20:17  CalculatorX\Calculator.aps

     文件       7355  2009-09-14 15:34  CalculatorX\Calculator.rc

     文件       3485  2009-09-14 16:23  CalculatorX\CalculatorDlg.dsp

     文件      33792  2009-09-14 16:28  CalculatorX\CalculatorDlg.ncb

     文件        946  2009-09-14 16:24  CalculatorX\CalculatorDlg.plg

     文件      49664  2009-09-14 16:28  CalculatorX\CalculatorDlg.opt

     文件        549  2009-09-14 16:28  CalculatorX\CalculatorDlg.dsw

     文件      54784  2009-09-15 20:20  CalculatorX\Calculator.opt

     文件     122936  2009-09-15 17:01  CalculatorX\Debug\Calculator.exe

     文件      13124  2009-09-11 20:20  CalculatorX\Debug\Calculator.obj

     文件    5503652  2009-09-11 20:20  CalculatorX\Debug\Calculator.pch

     文件     369664  2009-09-15 17:01  CalculatorX\Debug\Calculator.pdb

     文件       9736  2009-09-15 17:01  CalculatorX\Debug\Calculator.res

     文件     105580  2009-09-11 20:20  CalculatorX\Debug\StdAfx.obj

     文件     214016  2009-09-15 20:17  CalculatorX\Debug\vc60.idb

     文件     364544  2009-09-14 14:56  CalculatorX\Debug\vc60.pdb

     文件     243508  2009-09-15 17:01  CalculatorX\Debug\Calculator.ilk

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

评论

共有 条评论

相关资源