资源简介
拓扑自动生成的代码,用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个文件信息
相关资源
- TCP协议客户服务器方式网络通信对话
- TeeChar8控件及其使用方法针对于VC++
- C++课程设计《日程管理系统》
- 课程设计源码.zip
- MFC函数库.rar
- 图解数据结构C++版源码
- QT c++ dijkstra最短路径工程源码
- 数据结构(C++语言版)_第三版_邓俊辉
- 数据结构与算法分析——C++语言描述
- 小世界网络编程VC++
- 酒店管理系统 QT/C++
- C/C++参考手册大全5本集合.chm
- c++网吧计费管理系统
- 飞行射击游戏源码c++
- 塔防游戏源码c++
- 飞机大战游戏代码c++
- VC++开发界面源码
- 图书管理系统用C++编写的图书管理系
- FTP多线程服务器源码
- 马尔可夫链的c++ C语言实现方法
- 《C++程序设计》 谭浩强 第三版 答案
- Essential C++英文高清非扫描
- 用C++语言编写数学常用算法修订版光
- C++语言程序设计习题集
- C++读取DXF
- C++发送邮件客户端源码
- Microsoft visual c++ 14.0 安装包
- MySock 应用Socket编程实现一个简单的网
- c++ builder 学生管理系统
- 切水果的鼠标跟随特效
评论
共有 条评论