xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

資源簡介

實驗內容與要求 1、二進制、八進制、十進制及十六進制數的加、減、乘、除、乘方、取模等簡單計算 2、科學計算函數,包括(反)正弦、(反)余弦、(反)正切、(反)余切、開方、指數等函數運行 3、以角度、弧度兩種方式實現上述部分函數 4、具備歷史計算的記憶功能

資源截圖

代碼片段和文件信息

//?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;
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件???????4643??2007-08-30?01:08??VC課程設計\Calculator.clw

?????文件???????2119??2006-11-25?23:14??VC課程設計\Calculator.cpp

?????文件???????4700??2006-11-26?17:39??VC課程設計\Calculator.dsp

?????文件????????528??2006-11-25?23:14??VC課程設計\Calculator.dsw

?????文件???????1368??2006-11-25?23:14??VC課程設計\Calculator.h

?????文件?????107520??2007-08-30?01:09??VC課程設計\Calculator.ncb

?????文件????????917??2007-08-30?01:08??VC課程設計\Calculator.plg

?????文件??????35291??2006-11-30?00:32??VC課程設計\CalculatorDlg.cpp

?????文件???????6240??2006-11-30?00:30??VC課程設計\CalculatorDlg.h

?????文件???????3345??2006-11-26?18:10??VC課程設計\NewButton.cpp

?????文件???????1645??2006-11-26?14:18??VC課程設計\NewButton.h

?????文件???????1958??2006-11-26?14:47??VC課程設計\NewEdit.cpp

?????文件???????1262??2006-11-26?14:48??VC課程設計\NewEdit.h

?????文件????????833??2006-11-26?14:50??VC課程設計\NewStatic.cpp

?????文件???????1163??2006-11-26?14:49??VC課程設計\NewStatic.h

?????文件???????3651??2006-11-25?23:14??VC課程設計\ReadMe.txt

?????文件???????4236??2006-11-30?00:27??VC課程設計\resource.h

?????文件????????212??2006-11-25?23:14??VC課程設計\StdAfx.cpp

?????文件???????1080??2006-11-26?01:25??VC課程設計\StdAfx.h

?????文件?????662980??2007-08-30?01:08??VC課程設計\Calculator.aps

?????文件??????13529??2007-08-30?01:08??VC課程設計\Calculator.rc

?????文件?????675840??2007-08-30?01:08??VC課程設計\Calculator.exe

?????文件?????104448??2007-08-30?01:09??VC課程設計\Calculator.opt

?????文件????????402??2006-11-25?23:14??VC課程設計\res\Calculator.rc2

?????文件????????326??2006-11-26?14:08??VC課程設計\res\cursor1.cur

?????文件????????766??2006-11-25?23:30??VC課程設計\res\icon2.ico

?????文件?????619134??2006-11-26?13:36??VC課程設計\res\靜物創意——003.bmp

?????目錄??????????0??2007-08-30?01:09??VC課程設計\res

?????文件?????256000??2007-01-05?23:11??VC課程設計\實驗報告.doc

?????目錄??????????0??2007-08-30?01:09??VC課程設計

............此處省略3個文件信息

評論

共有 條評論