• 大小: 7.26MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-08-23
  • 语言: 其他
  • 标签: DEM  规则格网  

资源简介

规则格网生成程序,输入的大小和影响范围,然后读入点数据,就可以很快的生成格网

资源截图

代码片段和文件信息

// 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.embed.manifest

     文件        724  2011-05-27 10:48  DEM规则格网\Debug\IDW.exe.embed.manifest.res

     文件        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个文件信息

评论

共有 条评论