資源簡介
雙線性插值方法及實現(xiàn),用c語言編寫,有注釋

代碼片段和文件信息
//?CHAZHI.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“CHAZHI.h“
#include?“CHAZHIDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CCHAZHIApp
BEGIN_MESSAGE_MAP(CCHAZHIApp?CWinApp)
//{{AFX_MSG_MAP(CCHAZHIApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CCHAZHIApp?construction
CCHAZHIApp::CCHAZHIApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?CCHAZHIApp?object
CCHAZHIApp?theApp;
/////////////////////////////////////////////////////////////////////////////
//?CCHAZHIApp?initialization
BOOL?CCHAZHIApp::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
CCHAZHIDlg?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;
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????21720??2011-09-27?14:44??雙線性插值算法及實現(xiàn)\雙線性插值算法實現(xiàn)\CHAZHI.APS
?????文件???????1582??2011-09-27?14:56??雙線性插值算法及實現(xiàn)\雙線性插值算法實現(xiàn)\CHAZHI.clw
?????文件???????2063??2007-10-05?21:30??雙線性插值算法及實現(xiàn)\雙線性插值算法實現(xiàn)\CHAZHI.cpp
?????文件???????4159??2007-10-05?21:30??雙線性插值算法及實現(xiàn)\雙線性插值算法實現(xiàn)\CHAZHI.dsp
?????文件????????535??2007-10-05?21:34??雙線性插值算法及實現(xiàn)\雙線性插值算法實現(xiàn)\CHAZHI.dsw
?????文件???????1324??2007-10-05?21:30??雙線性插值算法及實現(xiàn)\雙線性插值算法實現(xiàn)\CHAZHI.h
?????文件??????82944??2011-09-27?14:56??雙線性插值算法及實現(xiàn)\雙線性插值算法實現(xiàn)\CHAZHI.ncb
?????文件??????49664??2011-09-27?14:56??雙線性插值算法及實現(xiàn)\雙線性插值算法實現(xiàn)\CHAZHI.opt
?????文件????????246??2011-09-27?14:55??雙線性插值算法及實現(xiàn)\雙線性插值算法實現(xiàn)\CHAZHI.plg
?????文件???????6162??2007-10-06?15:52??雙線性插值算法及實現(xiàn)\雙線性插值算法實現(xiàn)\CHAZHI.rc
?????文件???????9237??2007-10-06?20:42??雙線性插值算法及實現(xiàn)\雙線性插值算法實現(xiàn)\CHAZHIDlg.cpp
?????文件???????1789??2007-10-06?15:55??雙線性插值算法及實現(xiàn)\雙線性插值算法實現(xiàn)\CHAZHIDlg.h
?????文件???????1669??2007-10-05?22:12??雙線性插值算法及實現(xiàn)\雙線性插值算法實現(xiàn)\CW1-1.csv
?????文件???????3579??2007-10-05?21:30??雙線性插值算法及實現(xiàn)\雙線性插值算法實現(xiàn)\ReadMe.txt
?????文件???????1052??2007-10-06?15:49??雙線性插值算法及實現(xiàn)\雙線性插值算法實現(xiàn)\Resource.h
?????文件????????208??2007-10-05?21:30??雙線性插值算法及實現(xiàn)\雙線性插值算法實現(xiàn)\StdAfx.cpp
?????文件???????1054??2007-10-05?21:30??雙線性插值算法及實現(xiàn)\雙線性插值算法實現(xiàn)\StdAfx.h
?????文件????????466??2007-10-06?20:46??雙線性插值算法及實現(xiàn)\雙線性插值算法實現(xiàn)\test.csv
?????文件??????????6??2011-09-24?08:59??雙線性插值算法及實現(xiàn)\雙線性插值算法實現(xiàn)\新建?文本文檔.txt
?????文件???????1078??1998-04-24?00:00??雙線性插值算法及實現(xiàn)\雙線性插值算法實現(xiàn)\res\CHAZHI.ICO
?????文件????????398??2007-10-05?21:30??雙線性插值算法及實現(xiàn)\雙線性插值算法實現(xiàn)\res\CHAZHI.rc2
?????文件?????118887??2011-09-27?14:48??雙線性插值算法及實現(xiàn)\雙線性插值算法實現(xiàn)\Debug\CHAZHI.exe
?????文件?????226872??2011-09-27?14:48??雙線性插值算法及實現(xiàn)\雙線性插值算法實現(xiàn)\Debug\CHAZHI.ilk
?????文件??????14780??2011-09-24?08:52??雙線性插值算法及實現(xiàn)\雙線性插值算法實現(xiàn)\Debug\CHAZHI.obj
?????文件????5662632??2007-10-05?22:08??雙線性插值算法及實現(xiàn)\雙線性插值算法實現(xiàn)\Debug\CHAZHI.pch
?????文件?????427008??2011-09-27?14:45??雙線性插值算法及實現(xiàn)\雙線性插值算法實現(xiàn)\Debug\CHAZHI.pdb
?????文件???????2952??2007-10-06?15:52??雙線性插值算法及實現(xiàn)\雙線性插值算法實現(xiàn)\Debug\CHAZHI.res
?????文件??????52273??2011-09-27?14:48??雙線性插值算法及實現(xiàn)\雙線性插值算法實現(xiàn)\Debug\CHAZHIDlg.obj
?????文件?????105436??2007-10-05?22:08??雙線性插值算法及實現(xiàn)\雙線性插值算法實現(xiàn)\Debug\StdAfx.obj
?????文件?????214016??2011-09-27?14:55??雙線性插值算法及實現(xiàn)\雙線性插值算法實現(xiàn)\Debug\vc60.idb
............此處省略8個文件信息
評論
共有 條評論