资源简介
利用C++实现道格拉斯算法,简化过程需要去找标准三角高程网的TXT文本数据
代码片段和文件信息
// MainFrm.cpp : implementation of the CMainframe class
//
#include “stdafx.h“
#include “Map.h“
#include “MainFrm.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CMainframe
IMPLEMENT_DYNCREATE(CMainframe CframeWnd)
BEGIN_MESSAGE_MAP(CMainframe CframeWnd)
//{{AFX_MSG_MAP(CMainframe)
// NOTE - the ClassWizard will add and remove mapping macros here.
// DO NOT EDIT what you see in these blocks of generated code !
ON_WM_CREATE()
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
static UINT indicators[] =
{
ID_SEPARATOR // status line indicator
ID_INDICATOR_CAPS
ID_INDICATOR_NUM
ID_INDICATOR_SCRL
};
/////////////////////////////////////////////////////////////////////////////
// CMainframe construction/destruction
CMainframe::CMainframe()
{
// TODO: add member initialization code here
}
CMainframe::~CMainframe()
{
}
int CMainframe::OnCreate(LPCREATESTRUCT lpCreateStruct)
{
if (CframeWnd::OnCreate(lpCreateStruct) == -1)
return -1;
if (!m_wndToolBar.CreateEx(this TBstyle_FLAT WS_CHILD | WS_VISIBLE | CBRS_TOP
| CBRS_GRIPPER | CBRS_TOOLTIPS | CBRS_FLYBY | CBRS_SIZE_DYNAMIC) ||
!m_wndToolBar.LoadToolBar(IDR_MAINframe))
{
TRACE0(“Failed to create toolbar\n“);
return -1; // fail to create
}
if (!m_wndStatusBar.Create(this) ||
!m_wndStatusBar.SetIndicators(indicators
sizeof(indicators)/sizeof(UINT)))
{
TRACE0(“Failed to create status bar\n“);
return -1; // fail to create
}
// TODO: Delete these three lines if you don‘t want the toolbar to
// be dockable
m_wndToolBar.EnableDocking(CBRS_ALIGN_ANY);
EnableDocking(CBRS_ALIGN_ANY);
DockControlBar(&m_wndToolBar);
return 0;
}
BOOL CMainframe::PreCreateWindow(CREATESTRUCT& cs)
{
if( !CframeWnd::PreCreateWindow(cs) )
return FALSE;
// TODO: Modify the Window class or styles here by modifying
// the CREATESTRUCT cs
cs.style = WS_OVERLAPPED | WS_CAPTION | FWS_ADDTOtitle
| WS_THICKframe | WS_SYSMENU | WS_MINIMIZEBOX | WS_MAXIMIZEBOX | WS_MAXIMIZE;
return TRUE;
}
/////////////////////////////////////////////////////////////////////////////
// CMainframe diagnostics
#ifdef _DEBUG
void CMainframe::AssertValid() const
{
CframeWnd::AssertValid();
}
void CMainframe::Dump(CDumpContext& dc) const
{
CframeWnd::Dump(dc);
}
#endif //_DEBUG
/////////////////////////////////////////////////////////////////////////////
// CMainframe message handlers
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
..A..H. 31232 2018-03-27 18:57 Map\.vs\Map\v15\.suo
文件 69095424 2018-03-27 18:57 Map\.vs\Map\v15\Browse.VC.db
文件 86704128 2018-03-27 18:49 Map\.vs\Map\v15\ipch\b2dc3c4f9e5ae0fc.ipch
文件 22481 2018-03-22 20:24 Map\data.poy
文件 64993 2018-03-27 15:47 Map\Debug\MainFrm.obj
文件 296448 2018-03-27 18:49 Map\Debug\Map.exe
文件 2199948 2018-03-27 18:49 Map\Debug\Map.ilk
文件 1471 2018-03-27 18:49 Map\Debug\Map.log
文件 54661 2018-03-27 15:47 Map\Debug\Map.obj
文件 34013184 2018-03-27 15:47 Map\Debug\Map.pch
文件 6819840 2018-03-27 18:49 Map\Debug\Map.pdb
文件 8640 2018-03-27 15:47 Map\Debug\Map.res
文件 5016 2018-03-27 18:49 Map\Debug\Map.tlog\CL.command.1.tlog
文件 63028 2018-03-27 18:49 Map\Debug\Map.tlog\CL.read.1.tlog
文件 2184 2018-03-27 18:49 Map\Debug\Map.tlog\CL.write.1.tlog
文件 1648 2018-03-27 18:49 Map\Debug\Map.tlog\li
文件 6592 2018-03-27 18:49 Map\Debug\Map.tlog\li
文件 752 2018-03-27 18:49 Map\Debug\Map.tlog\li
文件 192 2018-03-27 18:49 Map\Debug\Map.tlog\Map.lastbuildstate
文件 282 2018-03-27 15:47 Map\Debug\Map.tlog\rc.command.1.tlog
文件 3198 2018-03-27 15:47 Map\Debug\Map.tlog\rc.read.1.tlog
文件 122 2018-03-27 15:47 Map\Debug\Map.tlog\rc.write.1.tlog
文件 83285 2018-03-27 15:47 Map\Debug\MapDoc.obj
文件 354637 2018-03-27 18:49 Map\Debug\MapView.obj
文件 5852 2018-03-27 15:47 Map\Debug\Polygon.obj
文件 831057 2018-03-27 15:47 Map\Debug\StdAfx.obj
文件 117695 2018-03-27 15:47 Map\Debug\Tin.obj
文件 1698816 2018-03-27 18:49 Map\Debug\vc141.idb
文件 4427776 2018-03-27 18:49 Map\Debug\vc141.pdb
文件 2644 2018-03-22 20:24 Map\MainFrm.cpp
............此处省略44个文件信息
- 上一篇:计算机图形学实践教程第2版源程序
- 下一篇:vc6.0绝对纯净版
相关资源
- 殷人昆 数据结构:用面向对象方法与
- 殷人昆数据结构用面向对象方法与C
- 清华大学-邓俊辉-数据结构c++及习题解
-
C++ ATL控件与ja
vasc ript交互 - 基于OpenCV和MFC实现布匹瑕疵检测.rar
- 我的第一本C++书 游历C++世界的地图
- C++ UNO牌游戏 - version 1.0
- C++虚拟数字键盘 源代码 可扩展
- DEV_C++ 6.0233251
- 提高C++性能的编程技术 中文 PDF 非扫
- 《Effective C++中文版》&《Essential C++中
- 南华大学@USC2019春季学期C++程序设计实
- bm3d图像去噪算法C++代码
- 剑指offer+50道源代码
- C++运用opencv进行二维多张全景图拼接
- C++程序设计语言 揣锦华
-
C++与ja
vasc ript交互 - C++高级网络编程经典的C++网络编程书
- The Art of Scientific Computing第二版、第三
- 基于QT的小型OA-ERP系统(源码1)
- C++ How to Program 10th.pdf
- C++语言的设计与演化超高清版_科学出
- Effective C++:改善程序与设计的55个具
- VC++ 实现绘制波形图动态图
- BM3DC++代码
- 网络编程简单聊天室
- 浏览器截屏程序源代码C++
- C++课程实践飞机大战基于easyx图形库
- Visual C++游戏开发技术与书与随书光盘
- 网络编程C++ MFC获取MAC地址
评论
共有 条评论