• 大小: 405KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-05-28
  • 语言: C/C++
  • 标签: 车牌识别  

资源简介

自己买的代码,朋友们看看。

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “PlateLocate.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);
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      46860  2005-05-09 12:42  车牌识别的源代码\Plate\PlateLocate.aps

     文件      13839  2005-05-09 12:42  车牌识别的源代码\Plate\PlateLocate.rc

     文件       1978  2005-04-24 21:04  车牌识别的源代码\Plate\PlateLocateDoc.h

     文件       1487  2005-05-09 12:42  车牌识别的源代码\Plate\Resource.h

     文件      65041  2001-01-06 22:01  车牌识别的源代码\Plate\ColorTable.h

     文件      88064  2005-05-11 10:05  车牌识别的源代码\Plate\PlateLocate.opt

     文件       3649  2005-05-11 10:05  车牌识别的源代码\Plate\PlateLocate.clw

     文件       4901  2005-04-24 18:56  车牌识别的源代码\Plate\ReadMe.txt

     文件       1411  2005-04-24 18:56  车牌识别的源代码\Plate\PlateLocate.h

     文件       1456  2005-04-24 21:26  车牌识别的源代码\Plate\ChildFrm.h

     文件       1054  2005-04-24 18:56  车牌识别的源代码\Plate\StdAfx.h

     文件        213  2005-04-24 18:56  车牌识别的源代码\Plate\StdAfx.cpp

     文件       1542  2005-04-24 18:56  车牌识别的源代码\Plate\MainFrm.h

     文件       2528  2005-04-24 18:56  车牌识别的源代码\Plate\MainFrm.cpp

     文件       1735  2005-04-24 21:29  车牌识别的源代码\Plate\ChildFrm.cpp

     文件       4581  2005-04-24 21:50  车牌识别的源代码\Plate\PlateLocate.cpp

     文件       8026  2005-04-24 23:26  车牌识别的源代码\Plate\PlateLocateDoc.cpp

     文件       5260  2005-05-02 10:08  车牌识别的源代码\Plate\PlateLocate.dsp

     文件        403  2005-04-24 18:56  车牌识别的源代码\Plate\res\PlateLocate.rc2

     文件       1078  2005-04-24 18:56  车牌识别的源代码\Plate\res\PlateLocateDoc.ico

     文件       1078  2005-04-24 18:56  车牌识别的源代码\Plate\res\PlateLocate.ico

    ..A.SH.      6144  2005-06-25 08:35  车牌识别的源代码\Plate\res\Thumbs.db

     文件       1918  2005-05-09 12:19  车牌识别的源代码\Plate\res\Toolbar.bmp

     文件       2534  2005-05-09 12:32  车牌识别的源代码\Plate\PlateLocateView.h

     文件       1716  2005-04-28 15:40  车牌识别的源代码\Plate\DlgIntensity.h

     文件       5019  2005-04-28 16:01  车牌识别的源代码\Plate\DlgIntensity.cpp

     文件       1104  2005-05-09 09:38  车牌识别的源代码\Plate\PlateLocateMethod.h

     文件      99328  2005-05-11 10:05  车牌识别的源代码\Plate\PlateLocate.ncb

     文件       1817  2005-05-11 09:12  车牌识别的源代码\Plate\PlateLocate.plg

     文件      29208  2005-02-24 09:16  车牌识别的源代码\Plate\DIBAPI.CPP

............此处省略13个文件信息

评论

共有 条评论