资源简介
《Google API开发详解》书中Google Earth部分的地图定位源程序
代码片段和文件信息
// gesample2.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “gesample2.h“
#include “gesample2Dlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CGesample2App
BEGIN_MESSAGE_MAP(CGesample2App CWinApp)
//{{AFX_MSG_MAP(CGesample2App)
// NOTE - the ClassWizard will add and remove mapping macros here.
// DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CGesample2App construction
CGesample2App::CGesample2App()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CGesample2App object
CGesample2App theApp;
/////////////////////////////////////////////////////////////////////////////
// CGesample2App initialization
BOOL CGesample2App::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
CGesample2Dlg dlg;
m_pMainWnd = &dlg;
int nResponse = dlg.DoModal();
if (nResponse == IDOK)
{
// TODO: Place code here to handle when the dialog is
// dismissed with OK
}
else if (nResponse == IDCANCEL)
{
// TODO: Place code here to handle when the dialog is
// dismissed with Cancel
}
// Since the dialog has been closed return FALSE so that we exit the
// application rather than start the application‘s message pump.
return FALSE;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 114786 2012-02-27 16:22 gesample2\Debug\gesample2.exe
文件 219732 2012-02-27 16:22 gesample2\Debug\gesample2.ilk
文件 14677 2012-02-24 11:09 gesample2\Debug\gesample2.obj
文件 5501952 2012-02-24 11:00 gesample2\Debug\gesample2.pch
文件 377856 2012-02-24 16:16 gesample2\Debug\gesample2.pdb
文件 3036 2012-02-24 11:09 gesample2\Debug\gesample2.res
文件 31216 2012-02-27 16:22 gesample2\Debug\gesample2Dlg.obj
文件 26610 2012-02-24 11:00 gesample2\Debug\googleearth.obj
文件 105858 2012-02-24 11:00 gesample2\Debug\StdAfx.obj
文件 205824 2012-06-28 10:20 gesample2\Debug\vc60.idb
文件 364544 2012-02-24 16:16 gesample2\Debug\vc60.pdb
文件 36404 2012-02-24 11:09 gesample2\gesample2.aps
文件 1696 2012-06-28 10:21 gesample2\gesample2.clw
文件 2105 2012-02-23 17:07 gesample2\gesample2.cpp
文件 4344 2012-02-24 10:20 gesample2\gesample2.dsp
文件 526 2012-02-23 17:32 gesample2\gesample2.dsw
文件 1357 2012-02-23 17:07 gesample2\gesample2.h
文件 66560 2012-06-28 10:21 gesample2\gesample2.ncb
文件 49664 2012-06-28 10:21 gesample2\gesample2.opt
文件 252 2012-06-28 10:20 gesample2\gesample2.plg
文件 6066 2012-02-24 11:09 gesample2\gesample2.rc
文件 6619 2012-02-24 16:16 gesample2\gesample2Dlg.cpp
文件 1517 2012-02-24 11:09 gesample2\gesample2Dlg.h
文件 6697 2012-02-24 10:06 gesample2\googleearth.cpp
文件 1939 2012-02-24 10:06 gesample2\googleearth.h
文件 3633 2012-02-23 17:07 gesample2\ReadMe.txt
文件 1078 2012-02-23 17:07 gesample2\res\gesample2.ico
文件 401 2012-02-23 17:07 gesample2\res\gesample2.rc2
文件 1052 2012-02-23 17:32 gesample2\resource.h
文件 211 2012-02-23 17:07 gesample2\StdAfx.cpp
............此处省略7个文件信息
- 上一篇:考试必过 北大青鸟 学士后 机试
- 下一篇:精通D3.js书籍源码
相关资源
- spring-boot中文API文档
- OS X EI Capitan 水星MW150US等USB无线网卡驱
- Google-Analytics常用指标及解读
- 基于js实现百度地图api定位当前位置和
- google地址解析
- Api-server.zip
- 强大的查看DLL EXE中的方法函数
- Excel转GoogleEarth插件
- 《RapidMiner数据分析与挖掘实战》第
- 2018年6月份最新geoJSON地图数据(市,
- ArcGIS api for js智能提示插件包,涵盖
- nc用友开发api
- SyntecRemoteAPI_v3_1.0.12.zip
- google的dapper-2010-1论文
- windowsAPI大全
- 图文识别小系统
- 最新星外IDC代理API程序源码
- 最新的 libprotobuf.lib、libprotoc.lib和pr
- mongodb文档及api
- Google Map 遥感影像工具
- Itext中文使用说明+英文官方API文档
- arcgis js api 地图透镜或放大镜 卷帘效
- Google大数据三大经典论文(包含英文
- 腾讯云直播-云端API
- Win32 API 教程第二版(简体中文)
- chrome插件API中文版
- 串口API类 简单 稳定 亲测VS2013可用,
- Lingo API手册
- JeeCMS文档API开发
- 官方DMP库&API函数
评论
共有 条评论