• 大小: 4.69MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-10-03
  • 语言: 其他
  • 标签: 计算机  毕设  程序  

资源简介

这个是计算机专业毕设(论文,源码,任务书,开题报告,答辩ppt)的重头戏——源程序。我这里有毕设的全部内容,包括源码,开题报告,外文翻译等等,我后续上传。这个超赞的,难得有这么完整的资料。我么也刚好赚一个分数^_^

资源截图

代码片段和文件信息

// 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个文件信息

评论

共有 条评论