資源簡介
熱電偶-熱電阻分度表 付VC源碼 VC++6。0

代碼片段和文件信息
//?Demo.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“Demo.h“
#include?“DemoDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CDemoApp
BEGIN_MESSAGE_MAP(CDemoApp?CWinApp)
//{{AFX_MSG_MAP(CDemoApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CDemoApp?construction
CDemoApp::CDemoApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?CDemoApp?object
CDemoApp?theApp;
/////////////////////////////////////////////////////////////////////////////
//?CDemoApp?initialization
BOOL?CDemoApp::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
CDemoDlg?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;
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????159744??2012-12-27?10:39??熱電偶-熱電阻分度表?附VC源碼\Demo\bin\Demo.exe
?????目錄??????????0??2012-12-27?10:42??熱電偶-熱電阻分度表?附VC源碼\Demo\bin
?????文件??????39480??2012-12-27?09:41??熱電偶-熱電阻分度表?附VC源碼\Demo\Demo.aps
?????文件???????2841??2012-12-27?10:41??熱電偶-熱電阻分度表?附VC源碼\Demo\Demo.clw
?????文件???????2035??2012-12-27?09:15??熱電偶-熱電阻分度表?附VC源碼\Demo\Demo.cpp
?????文件???????4690??2012-12-27?10:39??熱電偶-熱電阻分度表?附VC源碼\Demo\Demo.dsp
?????文件????????514??2012-12-27?09:35??熱電偶-熱電阻分度表?附VC源碼\Demo\Demo.dsw
?????文件???????1302??2012-12-27?09:15??熱電偶-熱電阻分度表?附VC源碼\Demo\Demo.h
?????文件??????66560??2012-12-27?10:41??熱電偶-熱電阻分度表?附VC源碼\Demo\Demo.ncb
?????文件??????55808??2012-12-27?10:41??熱電偶-熱電阻分度表?附VC源碼\Demo\Demo.opt
?????文件???????1618??2012-12-27?10:39??熱電偶-熱電阻分度表?附VC源碼\Demo\Demo.plg
?????文件???????8956??2012-12-27?09:41??熱電偶-熱電阻分度表?附VC源碼\Demo\Demo.rc
?????文件???????4770??2012-12-27?09:33??熱電偶-熱電阻分度表?附VC源碼\Demo\DemoDlg.cpp
?????文件???????1583??2012-12-27?09:31??熱電偶-熱電阻分度表?附VC源碼\Demo\DemoDlg.h
?????文件???????9196??2012-12-27?10:34??熱電偶-熱電阻分度表?附VC源碼\Demo\DialogCouples.cpp
?????文件???????2001??2012-12-27?10:34??熱電偶-熱電阻分度表?附VC源碼\Demo\DialogCouples.h
?????文件???????8795??2012-12-27?10:35??熱電偶-熱電阻分度表?附VC源碼\Demo\DialogResist.cpp
?????文件???????2208??2012-12-27?10:34??熱電偶-熱電阻分度表?附VC源碼\Demo\DialogResist.h
?????文件???????3543??2012-12-27?09:15??熱電偶-熱電阻分度表?附VC源碼\Demo\ReadMe.txt
?????目錄??????????0??2012-12-27?10:42??熱電偶-熱電阻分度表?附VC源碼\Demo\Release
?????文件???????9662??2012-12-27?10:31??熱電偶-熱電阻分度表?附VC源碼\Demo\res\Demo.ico
?????文件????????396??2012-12-27?09:15??熱電偶-熱電阻分度表?附VC源碼\Demo\res\Demo.rc2
????..A.SH.??????6656??2012-12-27?10:32??熱電偶-熱電阻分度表?附VC源碼\Demo\res\Thumbs.db
?????目錄??????????0??2012-12-27?10:42??熱電偶-熱電阻分度表?附VC源碼\Demo\res
?????文件???????1554??2012-12-27?09:18??熱電偶-熱電阻分度表?附VC源碼\Demo\resource.h
?????文件????????206??2012-12-27?09:15??熱電偶-熱電阻分度表?附VC源碼\Demo\StdAfx.cpp
?????文件???????1054??2012-12-27?09:15??熱電偶-熱電阻分度表?附VC源碼\Demo\StdAfx.h
?????文件?????108974??2012-12-27?09:47??熱電偶-熱電阻分度表?附VC源碼\Demo\TypeTableC.h
?????文件??????12141??2012-12-27?09:47??熱電偶-熱電阻分度表?附VC源碼\Demo\TypeTableR.h
?????文件????????556??2012-12-27?09:35??熱電偶-熱電阻分度表?附VC源碼\Demo\XPst
............此處省略22個文件信息
- 上一篇:利用多個二維點擬合圓、多個三維點擬合球面
- 下一篇:簡單的通訊錄程序 c++
評論
共有 條評論