资源简介
Visual+C+++车牌识别程序Visual+C+++车牌识别程序
代码片段和文件信息
// ChildFrm.cpp : implementation of the CChildframe class
//
#include “stdafx.h“
#include “TypeRec.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
void CChildframe::Activateframe(int nCmdShow)
{
// TODO: Add your specialized code here and/or call the base class
nCmdShow = SW_SHOWMAXIMIZED;
CMDIChildWnd::Activateframe(nCmdShow);
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1731 2004-03-30 16:03 车牌识别\车牌定位\车牌定位\ChildFrm.cpp
文件 1456 2004-03-30 16:02 车牌识别\车牌定位\车牌定位\ChildFrm.h
文件 65041 2001-01-06 23:01 车牌识别\车牌定位\车牌定位\ColorTable.h
文件 29208 2004-07-01 21:48 车牌识别\车牌定位\车牌定位\DIBAPI.CPP
文件 1875 2004-04-26 16:44 车牌识别\车牌定位\车牌定位\DIBAPI.H
文件 42626 2004-04-01 14:22 车牌识别\车牌定位\车牌定位\edgecontour.cpp
文件 1074 2004-04-01 14:22 车牌识别\车牌定位\车牌定位\edgecontour.h
文件 2524 2004-03-30 15:31 车牌识别\车牌定位\车牌定位\MainFrm.cpp
文件 1542 2004-03-30 15:31 车牌识别\车牌定位\车牌定位\MainFrm.h
文件 4793 2004-03-30 15:31 车牌识别\车牌定位\车牌定位\ReadMe.txt
文件 1910 2004-04-26 20:51 车牌识别\车牌定位\车牌定位\Resource.h
文件 209 2004-03-30 15:31 车牌识别\车牌定位\车牌定位\StdAfx.cpp
文件 1054 2004-03-30 15:31 车牌识别\车牌定位\车牌定位\StdAfx.h
文件 22095 2004-07-01 22:25 车牌识别\车牌定位\车牌定位\suanfa1.cpp
文件 1007 2004-04-26 17:00 车牌识别\车牌定位\车牌定位\suanfa1.h
文件 11344 2001-01-07 11:09 车牌识别\车牌定位\车牌定位\TemplateTrans.cpp
文件 672 2001-01-07 11:09 车牌识别\车牌定位\车牌定位\TemplateTrans.h
文件 31344 2004-07-01 21:47 车牌识别\车牌定位\车牌定位\TypeRec.aps
文件 3228 2004-07-05 11:37 车牌识别\车牌定位\车牌定位\TypeRec.clw
文件 4509 2004-03-30 15:35 车牌识别\车牌定位\车牌定位\TypeRec.cpp
文件 5288 2004-04-08 00:26 车牌识别\车牌定位\车牌定位\TypeRec.dsp
文件 539 2004-04-26 17:09 车牌识别\车牌定位\车牌定位\TypeRec.dsw
文件 1367 2004-03-30 15:31 车牌识别\车牌定位\车牌定位\TypeRec.h
文件 254976 2004-07-05 11:37 车牌识别\车牌定位\车牌定位\TypeRec.ncb
文件 2929 2004-07-01 21:49 车牌识别\车牌定位\车牌定位\TypeRec.plg
文件 13985 2004-04-28 22:14 车牌识别\车牌定位\车牌定位\TypeRec.rc
文件 7742 2004-04-08 14:23 车牌识别\车牌定位\车牌定位\TypeRecDoc.cpp
文件 1869 2004-04-08 14:23 车牌识别\车牌定位\车牌定位\TypeRecDoc.h
文件 23632 2004-07-01 22:09 车牌识别\车牌定位\车牌定位\TypeRecView.cpp
文件 2397 2004-04-26 17:51 车牌识别\车牌定位\车牌定位\TypeRecView.h
............此处省略29个文件信息
- 上一篇:循环码编码器
- 下一篇:银行家算法c++工程项目文件
评论
共有 条评论