资源简介
双线性插值方法及实现,用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个文件信息
相关资源
- 物联网GPS跟踪器demo程序
- C语言模块化编程(我见过最好的)
- 单片机C语言实战开发108例
- C语言的嵌入式汇编基本使用.docx(2页
- C语言嵌入式Modbus协议栈,支持主站和
- C语言封装的HttpClient接口
- C语言课设计算器
- C语言 学生兴趣管理系统
- c语言实现火车订票系统(控制台)源
- 模拟笔记本电脑(C语言实现)
- c语言实现竞技比赛打分系统
- KMP算法C语言程序
- Linux c语言 学生成绩管理系统
- 弹跳的小球(test.c)
- 林锐—高质量C编程
- 基于c语言的通讯录系统
- C语言全套课件与教学资料-哈工大
- 计算机二级C语言真题.docx
- C语言实现 设备信息管理系统
- GBT 28169-2011 嵌入式软件 C语言编码规范
- C语言标准库函数大全.chm
- C语言常用代码(分章节)
- c语言课程设计:客房登记系统源码
- C语言常用算法源代码
- 吕鑫:VS2015之博大精深的0基础C语言视
- c语言文都讲义2020
- c语言课件56883
- C语言推箱子win控制台
- C语言程序设计50例.docx
- 烟花优化算法(c语言版)
评论
共有 条评论