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

資源簡介

這個是計算機專業(yè)畢設(shè)(論文,源碼,任務(wù)書,開題報告,答辯ppt)的重頭戲——源程序。我這里有畢設(shè)的全部內(nèi)容,包括源碼,開題報告,外文翻譯等等,我后續(xù)上傳。這個超贊的,難得有這么完整的資料。我么也剛好賺一個分數(shù)^_^

資源截圖

代碼片段和文件信息

//?ChildFrm.cpp?:?implementation?of?the?CChildframe?class
//

#include?“stdafx.h“
#include?“RWJpegExp.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

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件???????1536??2002-08-01?19:55??程序\RWJpegExp\ChildFrm.cpp

?????文件???????1397??2002-08-01?19:55??程序\RWJpegExp\ChildFrm.h

?????文件??????14512??2001-11-06?00:53??程序\RWJpegExp\CqOctree.cpp

?????文件??????16403??2007-05-25?17:10??程序\RWJpegExp\Debug\ChildFrm.obj

?????文件??????????0??2007-05-25?17:10??程序\RWJpegExp\Debug\ChildFrm.sbr

?????文件??????14989??2007-05-25?17:10??程序\RWJpegExp\Debug\CqOctree.obj

?????文件??????????0??2007-05-25?17:10??程序\RWJpegExp\Debug\CqOctree.sbr

?????文件?????133214??2007-05-25?17:10??程序\RWJpegExp\Debug\Dib.obj

?????文件??????????0??2007-05-25?17:10??程序\RWJpegExp\Debug\Dib.sbr

?????文件?????174189??2007-05-26?20:09??程序\RWJpegExp\Debug\dibapi.obj

?????文件??????????0??2007-05-25?17:10??程序\RWJpegExp\Debug\dibapi.sbr

?????文件??????16566??2007-05-25?17:10??程序\RWJpegExp\Debug\FormatJpeg.obj

?????文件??????????0??2007-05-25?17:10??程序\RWJpegExp\Debug\FormatJpeg.sbr

?????文件???????4348??2007-05-25?17:10??程序\RWJpegExp\Debug\Huffman.obj

?????文件??????????0??2007-05-25?17:10??程序\RWJpegExp\Debug\Huffman.sbr

?????文件??????60825??2007-05-25?17:10??程序\RWJpegExp\Debug\IP.obj

?????文件??????????0??2007-05-25?17:10??程序\RWJpegExp\Debug\IP.sbr

?????文件??????31597??2007-05-26?20:09??程序\RWJpegExp\Debug\Jpeg.obj

?????文件??????????0??2007-05-25?17:10??程序\RWJpegExp\Debug\Jpeg.sbr

?????文件??????19168??2007-05-25?17:10??程序\RWJpegExp\Debug\MainFrm.obj

?????文件??????????0??2007-05-25?17:10??程序\RWJpegExp\Debug\MainFrm.sbr

?????文件????3523584??2007-05-25?17:10??程序\RWJpegExp\Debug\RWJpegExp.bsc

?????文件?????446543??2007-05-26?20:11??程序\RWJpegExp\Debug\RWJpegExp.exe

?????文件?????727264??2007-05-26?20:11??程序\RWJpegExp\Debug\RWJpegExp.ilk

?????文件??????28110??2007-05-25?17:10??程序\RWJpegExp\Debug\RWJpegExp.obj

?????文件????7010196??2007-05-25?17:09??程序\RWJpegExp\Debug\RWJpegExp.pch

?????文件?????984064??2007-05-26?20:11??程序\RWJpegExp\Debug\RWJpegExp.pdb

?????文件???????8468??2007-05-26?20:11??程序\RWJpegExp\Debug\RWJpegExp.res

?????文件??????????0??2007-05-25?17:10??程序\RWJpegExp\Debug\RWJpegExp.sbr

?????文件??????31239??2007-05-25?17:10??程序\RWJpegExp\Debug\RWJpegExpDoc.obj

............此處省略56個文件信息

評論

共有 條評論