资源简介
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个文件信息
相关资源
- 《VC++网络编程开发与实战光盘》案例
- 杨淑莹 数字图像处理VC++ 源代码 全
- VC2010中文教学版
- visual c++6.0win7兼容64位
- VC++6.0安装包绿色版.zip
- mfc科学计算器
- vc++.net入门教程
- 算法经典VC++数值分析
- 基于winpcap网络嗅探器 VC++ 中科院课设
- 基于VC++和OpenGL实现的IGM机器人手臂三
- VC++ 一个非常经典的界面
- 《学VC编传奇游戏》.rar
- 基于VC++的邮件收发系统
- VC++案例精编很好的
- MFC 学生管理系统
- VC++6.0+sql server,学院通讯录管理系统
- VC++ USB及串口通信工程源码
- Visual C++ 6.0完整绿色版
- Devc++ 5.6.1 绿色版
- SQLAPI++4.1.11 crack for vc++(全面破解版)
- 简单易用QR二维码生成源码 VC++2015 编
- 算法I~IVC++实现——基础、数据结构
- Windows下双屏各种设置的VC++实现(完整
- 算法I-IVC++
- 基于opencv的图像检索算法
- 杨淑英VC++图像处理程序设计配套光盘
- 物流管理系统SQL+VC++毕业设计论文
- 计算机图形学基础教程Visual C++版 孔令
- VC++数字图像处理
- VC++串口modbus测试工程
评论
共有 条评论