资源简介
拓扑自动生成的代码,用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个文件信息
相关资源
- 国际象棋的qt源代码
- C++中头文件与源文件的作用详解
- C++多线程网络编程Socket
- VC++ 多线程文件读写操作
- 利用C++哈希表的方法实现电话号码查
- 移木块游戏,可以自编自玩,vc6.0编写
- C++纯文字DOS超小RPG游戏
- VC++MFC小游戏实例教程(实例)+MFC类库
- 连铸温度场计算程序(C++)
- 6自由度机器人运动学正反解C++程序
- Em算法(使用C++编写)
- libstdc++-4.4.7-4.el6.i686.rpm
- VC++实现CMD命令执行与获得返回信息
- 白话C++(全)
- C++标准库第1、2
- 大数类c++大数类
- C++语言编写串口调试助手
- c++素数筛选法
- C++ mqtt 用法
- 商品库存管理系统 C++ MFC
- c++ 多功能计算器
- C++17 In Detail
- 嵌入式QtC++编程课件
- 颜色识别形状识别STM103嵌入式代码
- c++ 邮件多附件群发
- c++ 透明代理(hookproxy)
- mfc 调用redis
- FTP客户端源码(c++)
- c++ 画图(14Qt-XPS)
- c++多边形交并差运算
评论
共有 条评论