• 大小: 10.44MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-10-17
  • 语言: 其他
  • 标签:

资源简介

根据散点,生成三角网,内插高程,tin的生成技术

资源截图

代码片段和文件信息

// CreateTin.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “CreateTin.h“

#include “MainFrm.h“
#include “CreateTinDoc.h“
#include “CreateTinView.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CCreateTinApp

BEGIN_MESSAGE_MAP(CCreateTinApp CWinApp)
//{{AFX_MSG_MAP(CCreateTinApp)
ON_COMMAND(ID_APP_ABOUT OnAppAbout)
// NOTE - the ClassWizard will add and remove mapping macros here.
//    DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG_MAP
// Standard file based document commands
ON_COMMAND(ID_FILE_NEW CWinApp::OnFileNew)
ON_COMMAND(ID_FILE_OPEN CWinApp::OnFileOpen)
// Standard print setup command
ON_COMMAND(ID_FILE_PRINT_SETUP CWinApp::OnFilePrintSetup)
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CCreateTinApp construction

CCreateTinApp::CCreateTinApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}

/////////////////////////////////////////////////////////////////////////////
// The one and only CCreateTinApp object

CCreateTinApp theApp;

/////////////////////////////////////////////////////////////////////////////
// CCreateTinApp initialization

BOOL CCreateTinApp::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

// Change the registry key under which our settings are stored.
// TODO: You should modify this string to be something appropriate
// such as the name of your company or organization.
SetRegistryKey(_T(“Local AppWizard-Generated Applications“));

LoadStdProfileSettings();  // Load standard INI file options (including MRU)

// Register the application‘s document templates.  Document templates
//  serve as the connection between documents frame windows and views.

CSingleDocTemplate* pDocTemplate;
pDocTemplate = new CSingleDocTemplate(
IDR_MAINframe
RUNTIME_CLASS(CCreateTinDoc)
RUNTIME_CLASS(CMainframe)       // main SDI frame window
RUNTIME_CLASS(CCreateTinView));
AddDocTemplate(pDocTemplate);

// Parse command line for standard shell commands DDE file open
CCommandLineInfo cmdInfo;
ParseCommandLine(cmdInfo);

// Dispatch commands specified on the command line
if (!ProcessShellCommand(cmdInfo))
return FALSE;

// The one and only window has been initialized so show and update it.
m_pMainWnd->ShowWindow(SW_MAXIMIZ

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      30076  2010-12-16 17:06  三角网\CreateTin.aps

     文件       2488  2010-12-16 16:56  三角网\CreateTin.clw

     文件       4267  2010-12-16 14:53  三角网\CreateTin.cpp

     文件       4987  2010-12-16 14:54  三角网\CreateTin.dsp

     文件        526  2010-12-16 14:53  三角网\CreateTin.dsw

     文件       1389  2010-12-16 14:53  三角网\CreateTin.h

     文件   13143040  2010-12-16 20:47  三角网\CreateTin.ncb

     文件      67584  2010-12-16 16:58  三角网\CreateTin.opt

     文件       1466  2010-12-16 15:23  三角网\CreateTin.plg

     文件      11900  2010-12-16 14:53  三角网\CreateTin.rc

     文件        883  2010-12-16 17:04  三角网\CreateTin.sln

    ..A..H.     20480  2010-12-16 20:47  三角网\CreateTin.suo

     文件       9848  2010-12-16 17:11  三角网\CreateTin.vcproj

     文件       1427  2010-12-16 20:47  三角网\CreateTin.vcproj.37AE8C7A8B4A486.Administrator.user

     文件       1802  2010-12-16 14:53  三角网\CreateTinDoc.cpp

     文件       1508  2010-12-16 14:54  三角网\CreateTinDoc.h

     文件      15632  2010-12-16 14:54  三角网\CreateTinView.cpp

     文件       2458  2010-12-16 14:54  三角网\CreateTinView.h

     文件       3464  2010-12-16 14:54  三角网\data 1.dat

     文件      12924  2010-12-16 14:54  三角网\data 2.dat

     文件      17068  2010-12-16 17:04  三角网\Debug\BuildLog.htm

     文件     143360  2010-12-16 17:04  三角网\Debug\CreateTin.exe

     文件        920  2010-12-16 17:04  三角网\Debug\CreateTin.exe.embed.manifest

     文件        984  2010-12-16 17:04  三角网\Debug\CreateTin.exe.embed.manifest.res

     文件        861  2010-12-16 17:04  三角网\Debug\CreateTin.exe.intermediate.manifest

     文件     371204  2010-12-16 17:04  三角网\Debug\CreateTin.ilk

     文件      43657  2010-12-16 17:04  三角网\Debug\CreateTin.obj

     文件   25296896  2010-12-16 17:04  三角网\Debug\CreateTin.pch

     文件    3771392  2010-12-16 17:04  三角网\Debug\CreateTin.pdb

     文件       7388  2010-12-16 15:23  三角网\Debug\CreateTin.res

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

评论

共有 条评论

相关资源