资源简介
规则格网生成程序,输入的大小和影响范围,然后读入点数据,就可以很快的生成格网
代码片段和文件信息
// IDW.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “IDW.h“
#include “IDWDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CIDWApp
BEGIN_MESSAGE_MAP(CIDWApp CWinApp)
//{{AFX_MSG_MAP(CIDWApp)
// 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()
/////////////////////////////////////////////////////////////////////////////
// CIDWApp construction
CIDWApp::CIDWApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CIDWApp object
CIDWApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CIDWApp initialization
BOOL CIDWApp::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
CIDWDlg 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;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 13014 2011-05-27 10:48 DEM规则格网\Debug\BuildLog.htm
文件 159744 2011-05-27 10:48 DEM规则格网\Debug\IDW.exe
文件 660 2011-05-27 10:48 DEM规则格网\Debug\IDW.exe.em
文件 724 2011-05-27 10:48 DEM规则格网\Debug\IDW.exe.em
文件 625 2011-05-27 10:48 DEM规则格网\Debug\IDW.exe.intermediate.manifest
文件 1202576 2011-05-27 10:48 DEM规则格网\Debug\IDW.ilk
文件 48593 2011-05-27 10:48 DEM规则格网\Debug\IDW.obj
文件 13697024 2011-05-27 10:48 DEM规则格网\Debug\IDW.pch
文件 3632128 2011-05-27 10:48 DEM规则格网\Debug\IDW.pdb
文件 3296 2011-05-27 10:48 DEM规则格网\Debug\IDW.res
文件 167841 2011-05-27 10:48 DEM规则格网\Debug\IDWDlg.obj
文件 67 2011-05-27 10:48 DEM规则格网\Debug\mt.dep
文件 335778 2011-05-27 10:48 DEM规则格网\Debug\StdAfx.obj
文件 789504 2011-05-27 10:48 DEM规则格网\Debug\vc80.idb
文件 741376 2011-05-27 10:48 DEM规则格网\Debug\vc80.pdb
文件 23168 2011-06-03 14:21 DEM规则格网\IDW.APS
文件 1859 2010-05-14 20:41 DEM规则格网\IDW.clw
文件 2021 2010-05-08 17:49 DEM规则格网\IDW.cpp
文件 4105 2010-05-08 17:49 DEM规则格网\IDW.dsp
文件 514 2010-05-08 17:49 DEM规则格网\IDW.dsw
文件 1291 2010-05-08 17:49 DEM规则格网\IDW.h
文件 10562560 2011-06-03 14:34 DEM规则格网\IDW.ncb
文件 49664 2010-05-14 20:42 DEM规则格网\IDW.opt
文件 240 2010-05-13 21:50 DEM规则格网\IDW.plg
文件 6489 2010-05-09 00:47 DEM规则格网\IDW.rc
文件 870 2011-05-27 08:57 DEM规则格网\IDW.sln
..A..H. 11264 2011-06-03 14:34 DEM规则格网\IDW.suo
文件 7256 2011-05-27 10:54 DEM规则格网\IDW.vcproj
文件 1427 2011-05-27 11:08 DEM规则格网\IDW.vcproj.PC2010090516ELG.Administrator.user
文件 1403 2011-06-03 14:34 DEM规则格网\IDW.vcproj.ZYD.Administrator.user
............此处省略17个文件信息
相关资源
- 大华webdemo
- 人像美妆-妆容迁移DEMO
- 机智云演示Demo
- STM32+MQTT协议功能实现测试demo
- 颗粒离散元EDEM的培训资料
- unity3d 一个简单的足球demo
- 基于STM32F103的蓝牙4.0模块控制demo程序
- socketdemo193608
- 微信小程序商品展示界面源码demo
- Ajax实现增删改查的demo
- 离线地图展示demo
- web调用大华摄像头demo
- DSDemoW(数据结构算法演示软件Window
- 舵机电机驱动测试程序-K60-DEMOK
- jfreechartDEMO官网demo与源代码
- ARINC429资料英贝特HT6302应用Demo及说明
- MVPDemo模拟登陆
- TS流解复用程序
- cocoscreator 微信好友排行榜简单demo
- uvm-cookbook-complete-verification-academy
- Itext利用模板生成PDFdemo,导入即可使
- Activiti官方demo
- QCustomPlot 实验demo
- miniboard_modbus_demo.7z
- K-Means 算法demo
- ionic购物商城demo源码
- AMBA_UVM验证DEMO
- LigerUi全套文件
- 微信小程序日记本Demo
- Delphi的报表控件FastReport5的Demo
评论
共有 条评论