91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

資源簡介

蘭勃托地圖投影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個文件信息

評論

共有 條評論