• 大小: 2.07MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-08-15
  • 语言: C/C++
  • 标签: C++  gis  

资源简介

拓扑自动生成的代码,用C++编写,gis专业。适用于测绘、地信等专业同学做作业和学习用

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “CreateArea.h“

#include “MainFrm.h“
#include “CreateAreaDoc.h“
#include “CreateAreaView.h“

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

/////////////////////////////////////////////////////////////////////////////
// CCreateAreaApp

BEGIN_MESSAGE_MAP(CCreateAreaApp CWinApp)
//{{AFX_MSG_MAP(CCreateAreaApp)
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()

/////////////////////////////////////////////////////////////////////////////
// CCreateAreaApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CCreateAreaApp object

CCreateAreaApp theApp;

/////////////////////////////////////////////////////////////////////////////
// CCreateAreaApp initialization

BOOL CCreateAreaApp::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(CCreateAreaDoc)
RUNTIME_CLASS(CMainframe)       // main SDI frame window
RUNTIME_CLASS(CCreateAreaView));
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->ShowW

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

     文件      31440  2010-12-12 21:09  CreateArea\CreateArea.aps

     文件       3403  2011-01-01 17:33  CreateArea\CreateArea.clw

     文件       4281  2010-10-16 00:06  CreateArea\CreateArea.cpp

     文件       5953  2010-10-18 17:32  CreateArea\CreateArea.dsp

     文件        572  2010-10-18 17:32  CreateArea\CreateArea.dsw

     文件       1400  2010-10-16 00:06  CreateArea\CreateArea.h

     文件     181248  2011-01-01 18:04  CreateArea\CreateArea.ncb

     文件      55808  2011-01-01 18:04  CreateArea\CreateArea.opt

     文件        254  2010-12-16 15:05  CreateArea\CreateArea.plg

     文件      16172  2010-10-18 16:46  CreateArea\CreateArea.rc

     文件      13462  2010-12-16 13:17  CreateArea\CreateAreaDoc.cpp

     文件       2337  2010-10-18 16:49  CreateArea\CreateAreaDoc.h

     文件       3670  2010-10-18 17:06  CreateArea\CreateAreaView.cpp

     文件       2458  2010-10-18 16:16  CreateArea\CreateAreaView.h

     文件     180319  2010-12-16 13:17  CreateArea\Debug\CreateArea.exe

     文件     466468  2010-12-16 13:17  CreateArea\Debug\CreateArea.ilk

     文件      23831  2010-12-16 13:11  CreateArea\Debug\CreateArea.obj

     文件    5896580  2010-12-16 13:11  CreateArea\Debug\CreateArea.pch

     文件     640000  2010-12-16 13:17  CreateArea\Debug\CreateArea.pdb

     文件       8976  2010-12-16 13:11  CreateArea\Debug\CreateArea.res

     文件     147790  2010-12-16 13:17  CreateArea\Debug\CreateAreaDoc.obj

     文件      33181  2010-12-16 13:11  CreateArea\Debug\CreateAreaView.obj

     文件      13432  2010-12-16 13:11  CreateArea\Debug\font.obj

     文件      20264  2010-12-16 13:11  CreateArea\Debug\MainFrm.obj

     文件     135926  2010-12-16 13:11  CreateArea\Debug\msflexgrid.obj

     文件       5974  2010-12-16 13:11  CreateArea\Debug\picture.obj

     文件       2253  2010-12-16 13:11  CreateArea\Debug\rowcursor.obj

     文件     106171  2010-12-16 13:11  CreateArea\Debug\StdAfx.obj

     文件     205824  2010-12-16 15:05  CreateArea\Debug\vc60.idb

     文件     380928  2010-12-16 13:17  CreateArea\Debug\vc60.pdb

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

评论

共有 条评论