资源简介
兰勃托地图投影VC源码,本人原创,参考了大量地图投影的有关书籍,希望对大家有用!
代码片段和文件信息
// ChildFrm.cpp : implementation of the CChildframe class
//
#include “stdafx.h“
#include “Lbtdt.h“
#include “ChildFrm.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CChildframe
IMPLEMENT_DYNCREATE(CChildframe CMDIChildWnd)
BEGIN_MESSAGE_MAP(CChildframe CMDIChildWnd)
//{{AFX_MSG_MAP(CChildframe)
// 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
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CChildframe construction/destruction
CChildframe::CChildframe()
{
// TODO: add member initialization code here
}
CChildframe::~CChildframe()
{
}
BOOL CChildframe::PreCreateWindow(CREATESTRUCT& cs)
{
// TODO: Modify the Window class or styles here by modifying
// the CREATESTRUCT cs
if( !CMDIChildWnd::PreCreateWindow(cs) )
return FALSE;
return TRUE;
}
/////////////////////////////////////////////////////////////////////////////
// CChildframe diagnostics
#ifdef _DEBUG
void CChildframe::AssertValid() const
{
CMDIChildWnd::AssertValid();
}
void CChildframe::Dump(CDumpContext& dc) const
{
CMDIChildWnd::Dump(dc);
}
#endif //_DEBUG
/////////////////////////////////////////////////////////////////////////////
// CChildframe message handlers
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1532 2005-04-22 16:36 Lbtdt\ChildFrm.cpp
文件 1397 2005-04-22 16:36 Lbtdt\ChildFrm.h
文件 26080 1996-05-08 07:36 Lbtdt\DXT.BIN
文件 29420 2005-04-22 20:06 Lbtdt\Lbtdt.aps
文件 2729 2005-04-22 22:23 Lbtdt\Lbtdt.clw
文件 4543 2005-04-22 20:02 Lbtdt\Lbtdt.cpp
文件 4666 2005-04-22 22:04 Lbtdt\Lbtdt.dsp
文件 533 2005-04-22 16:36 Lbtdt\Lbtdt.dsw
文件 1401 2005-04-22 16:37 Lbtdt\Lbtdt.h
文件 58368 2005-05-10 18:40 Lbtdt\Lbtdt.ncb
文件 54784 2005-05-10 18:40 Lbtdt\Lbtdt.opt
文件 2784 2005-04-23 12:29 Lbtdt\Lbtdt.plg
文件 11935 2005-04-22 16:36 Lbtdt\Lbtdt.rc
文件 1722 2005-04-22 16:36 Lbtdt\LbtdtDoc.cpp
文件 1464 2005-04-22 16:36 Lbtdt\LbtdtDoc.h
文件 7798 2005-04-23 12:29 Lbtdt\LbtdtView.cpp
文件 2574 2005-04-23 11:09 Lbtdt\LbtdtView.h
文件 2522 2005-04-22 16:36 Lbtdt\MainFrm.cpp
文件 1542 2005-04-22 16:36 Lbtdt\MainFrm.h
文件 4739 2005-04-22 16:36 Lbtdt\ReadMe.txt
文件 26080 1996-05-08 07:36 Lbtdt\Release\DXT.BIN
文件 40960 2005-04-23 12:29 Lbtdt\Release\Lbtdt.exe
文件 1078 2005-04-22 16:36 Lbtdt\RES\Lbtdt.ico
文件 397 2005-04-22 16:36 Lbtdt\RES\Lbtdt.rc2
文件 1078 2005-04-22 16:36 Lbtdt\RES\LbtdtDoc.ico
文件 1078 2005-04-22 16:36 Lbtdt\RES\Toolbar.bmp
文件 492 2005-04-22 16:36 Lbtdt\Resource.h
文件 207 2005-04-22 16:36 Lbtdt\StdAfx.cpp
文件 1054 2005-04-22 16:36 Lbtdt\StdAfx.h
文件 30068 2000-11-01 18:19 Lbtdt\ZCMAP.MAP
............此处省略7个文件信息
- 上一篇:清华大学郑莉C 语言程序设计课件
- 下一篇:Arcgis 扩展模块
相关资源
- 武汉大学测绘学院大地测量学编程-
- 高斯投影正反算C 代码
- 成都MAPINFO格式电子地图
- CGCS2000高斯投影各投影带的定义文件
- 百度离线地图瓦片工具V2.7.0323
- Qt 百度地图 定位
- app inventor 应用街景地图.aia
- delphi百度地图源码
- eCharts全国及各省、市、县地图层jso
- 半包容最终状态的Fock空间投影算子
- Echarts扩展百度地图
- Gaia 1.7.2
- 一种改进的载频交叠重构干涉术在光
- 中国自然灾害系统地图集.part2.rar
- 苹果录屏大师
- 全国矢量地图大全 shp格式.zip
- echart地图 34省js及json文件 344地级js
- 全国各省市地json图
-
Anaconda使用 ba
semap之二--画美国地图 - 中国地图高清版.zip
- Echarts3.0地图
- 浙江mapinfo地图2017-温州
- 宁夏省市地图js和json文件
- echarts生成json地图最新版
- 中国地级行政区划地图纯白底PNG格式
- 天津市地图 shp格式
- 中国国家基础地理信息系统GIS数据
- 电子地图信息采集.rar
- 全国echart地图包
- 自动截拼图工具适合做地图等-地图
评论
共有 条评论