资源简介

车牌定位与识别系统,VC++实现,识别的图像只能是256色的

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “PlateReco.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()
{
// 

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

     文件     266358  2006-04-23 21:53  车牌定位与识别系统\Debug\PlateReco.exe

     文件       1078  2006-04-23 21:53  车牌定位与识别系统\res\PlateRecoDoc.ico

     文件       1078  2006-04-23 21:53  车牌定位与识别系统\res\PlateReco.ico

     文件        401  2006-04-23 21:53  车牌定位与识别系统\res\PlateReco.rc2

     文件       1438  2006-04-23 21:53  车牌定位与识别系统\res\Toolbar.bmp

    ..A.SH.      6144  2006-06-15 10:04  车牌定位与识别系统\res\Thumbs.db

     文件     261462  2006-04-23 21:55  车牌定位与识别系统\car.bmp

     文件       2163  2006-04-23 21:53  车牌定位与识别系统\ChildFrm.cpp

     文件       1571  2006-04-23 21:53  车牌定位与识别系统\ChildFrm.h

     文件      18160  2006-04-23 21:53  车牌定位与识别系统\Dibapi.cpp

     文件       1294  2006-04-23 21:53  车牌定位与识别系统\Dibapi.h

     文件       1024  2006-04-23 21:53  车牌定位与识别系统\DlgBinary.cpp

     文件       1252  2006-04-23 21:53  车牌定位与识别系统\DlgBinary.h

     文件       1833  2006-04-23 21:53  车牌定位与识别系统\DlgRecoResult.cpp

     文件       1238  2006-04-23 21:53  车牌定位与识别系统\DlgRecoResult.h

     文件     268059  2006-04-23 21:54  车牌定位与识别系统\GlobalFunction.cpp

     文件       7132  2006-04-23 21:54  车牌定位与识别系统\GlobalFunction.h

     文件       2666  2006-04-23 21:54  车牌定位与识别系统\MainFrm.cpp

     文件       1552  2006-04-23 21:54  车牌定位与识别系统\MainFrm.h

     文件     239512  2006-06-09 15:18  车牌定位与识别系统\Plate_Reco.rar

     文件      49864  2006-04-23 21:54  车牌定位与识别系统\PlateReco.aps

     文件     115712  2006-06-15 10:08  车牌定位与识别系统\PlateReco.ncb

     文件       7412  2006-04-23 21:52  车牌定位与识别系统\PlateReco.plg

     文件       4477  2006-04-23 21:54  车牌定位与识别系统\PlateReco.clw

     文件       5408  2006-04-23 21:54  车牌定位与识别系统\PlateReco.cpp

     文件       5149  2006-04-23 21:54  车牌定位与识别系统\PlateReco.dsp

     文件        543  2006-04-23 21:54  车牌定位与识别系统\PlateReco.dsw

     文件       1389  2006-04-23 21:54  车牌定位与识别系统\PlateReco.h

     文件      16276  2006-04-23 21:52  车牌定位与识别系统\PlateReco.rc

     文件       8350  2006-04-23 21:52  车牌定位与识别系统\PlateRecoDoc.cpp

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

评论

共有 条评论