資源簡介
Visual C++實現MPEG/JPEG編解碼技術代碼集
代碼片段和文件信息
//?ChildFrm.cpp?:?implementation?of?the?CChildframe?class
//
#include?“stdafx.h“
#include?“HuffmanExp.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
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
????...D..R?????????0??2002-10-17?21:57??第8章
????...D..R?????????0??2002-10-17?21:57??第8章\DvrDll
????......R??????4343??2001-04-24?08:00??第8章\DvrDll\Btenum.h
????......R?????17916??2002-05-13?05:20??第8章\DvrDll\DvrDll.aps
????......R???????322??2001-05-14?21:57??第8章\DvrDll\DvrDll.clw
????......R??????5860??2002-09-12?04:56??第8章\DvrDll\DvrDll.cpp
????......R???????465??2001-05-12?16:11??第8章\DvrDll\DvrDll.def
????......R??????4356??2002-09-12?04:56??第8章\DvrDll\DvrDll.dsp
????......R???????535??2001-05-14?21:57??第8章\DvrDll\DvrDll.dsw
????......R??????1253??2001-05-14?21:57??第8章\DvrDll\DvrDll.h
????......R?????99328??2002-09-12?04:56??第8章\DvrDll\DvrDll.ncb
????......R?????48640??2002-09-12?04:56??第8章\DvrDll\DvrDll.opt
????......R??????1315??2002-09-12?04:56??第8章\DvrDll\DvrDll.plg
????......R??????3065??2001-05-14?21:57??第8章\DvrDll\DvrDll.rc
????...D..R?????????0??2002-10-17?21:57??第8章\DvrDll\lib
????......R?????45056??2001-04-24?08:00??第8章\DvrDll\lib\PV988.dll
????......R??????7312??2001-04-24?08:00??第8章\DvrDll\lib\PV988.lib
????......R??????1936??2001-05-14?23:58??第8章\DvrDll\PV988.h
????......R??????2564??2001-05-14?21:57??第8章\DvrDll\ReadMe.txt
????...D..R?????????0??2002-10-17?21:57??第8章\DvrDll\Release
????......R?????94208??2002-09-12?04:56??第8章\DvrDll\Release\DvrDll.dll
????......R??????2624??2002-09-12?04:56??第8章\DvrDll\Release\DvrDll.exp
????......R??????5104??2002-09-12?04:56??第8章\DvrDll\Release\DvrDll.lib
????......R?????10838??2002-09-12?04:56??第8章\DvrDll\Release\DvrDll.obj
????......R???6664876??2002-09-12?04:54??第8章\DvrDll\Release\DvrDll.pch
????......R??????6812??2002-09-12?04:54??第8章\DvrDll\Release\DvrDll.res
????......R???????862??2002-09-12?04:54??第8章\DvrDll\Release\StdAfx.obj
????......R?????50176??2002-09-12?04:56??第8章\DvrDll\Release\vc60.idb
????...D..R?????????0??2002-10-17?21:57??第8章\DvrDll\res
????......R???????398??2001-05-14?21:57??第8章\DvrDll\res\DvrDll.rc2
............此處省略3816個文件信息
評論
共有 條評論