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

资源简介

双线性插值方法及实现,用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  双线性插值算法及实现\双线性插值算法实现\CHAZHI.APS

     文件       1582  2011-09-27 14:56  双线性插值算法及实现\双线性插值算法实现\CHAZHI.clw

     文件       2063  2007-10-05 21:30  双线性插值算法及实现\双线性插值算法实现\CHAZHI.cpp

     文件       4159  2007-10-05 21:30  双线性插值算法及实现\双线性插值算法实现\CHAZHI.dsp

     文件        535  2007-10-05 21:34  双线性插值算法及实现\双线性插值算法实现\CHAZHI.dsw

     文件       1324  2007-10-05 21:30  双线性插值算法及实现\双线性插值算法实现\CHAZHI.h

     文件      82944  2011-09-27 14:56  双线性插值算法及实现\双线性插值算法实现\CHAZHI.ncb

     文件      49664  2011-09-27 14:56  双线性插值算法及实现\双线性插值算法实现\CHAZHI.opt

     文件        246  2011-09-27 14:55  双线性插值算法及实现\双线性插值算法实现\CHAZHI.plg

     文件       6162  2007-10-06 15:52  双线性插值算法及实现\双线性插值算法实现\CHAZHI.rc

     文件       9237  2007-10-06 20:42  双线性插值算法及实现\双线性插值算法实现\CHAZHIDlg.cpp

     文件       1789  2007-10-06 15:55  双线性插值算法及实现\双线性插值算法实现\CHAZHIDlg.h

     文件       1669  2007-10-05 22:12  双线性插值算法及实现\双线性插值算法实现\CW1-1.csv

     文件       3579  2007-10-05 21:30  双线性插值算法及实现\双线性插值算法实现\ReadMe.txt

     文件       1052  2007-10-06 15:49  双线性插值算法及实现\双线性插值算法实现\Resource.h

     文件        208  2007-10-05 21:30  双线性插值算法及实现\双线性插值算法实现\StdAfx.cpp

     文件       1054  2007-10-05 21:30  双线性插值算法及实现\双线性插值算法实现\StdAfx.h

     文件        466  2007-10-06 20:46  双线性插值算法及实现\双线性插值算法实现\test.csv

     文件          6  2011-09-24 08:59  双线性插值算法及实现\双线性插值算法实现\新建 文本文档.txt

     文件       1078  1998-04-24 00:00  双线性插值算法及实现\双线性插值算法实现\res\CHAZHI.ICO

     文件        398  2007-10-05 21:30  双线性插值算法及实现\双线性插值算法实现\res\CHAZHI.rc2

     文件     118887  2011-09-27 14:48  双线性插值算法及实现\双线性插值算法实现\Debug\CHAZHI.exe

     文件     226872  2011-09-27 14:48  双线性插值算法及实现\双线性插值算法实现\Debug\CHAZHI.ilk

     文件      14780  2011-09-24 08:52  双线性插值算法及实现\双线性插值算法实现\Debug\CHAZHI.obj

     文件    5662632  2007-10-05 22:08  双线性插值算法及实现\双线性插值算法实现\Debug\CHAZHI.pch

     文件     427008  2011-09-27 14:45  双线性插值算法及实现\双线性插值算法实现\Debug\CHAZHI.pdb

     文件       2952  2007-10-06 15:52  双线性插值算法及实现\双线性插值算法实现\Debug\CHAZHI.res

     文件      52273  2011-09-27 14:48  双线性插值算法及实现\双线性插值算法实现\Debug\CHAZHIDlg.obj

     文件     105436  2007-10-05 22:08  双线性插值算法及实现\双线性插值算法实现\Debug\StdAfx.obj

     文件     214016  2011-09-27 14:55  双线性插值算法及实现\双线性插值算法实现\Debug\vc60.idb

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

评论

共有 条评论