資源簡(jiǎn)介
水表的指針識(shí)別,便于讀取水表上的讀數(shù),機(jī)械式水表的計(jì)量檢測(cè)一直是采用人工檢測(cè)的方法,其誤差比較大,而且有些環(huán)境不適合人工進(jìn)入抄表。采用圖像處理來(lái)得到水表的度數(shù),可以減少人工的誤差。

代碼片段和文件信息
//?8BIT.cpp?:?implementation?file
//
#include?“stdafx.h“
#include?“teach_test.h“
#include?“8BIT.h“
#include?“teach_testDoc.h“
#include?“teach_testView.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?C8BIT?dialog
C8BIT::C8BIT(CWnd*?pParent?/*=NULL*/)
:?CDialog(C8BIT::IDD?pParent)
{
//{{AFX_DATA_INIT(C8BIT)
//?NOTE:?the?ClassWizard?will?add?member?initialization?here
//}}AFX_DATA_INIT
}
void?C8BIT::DoDataExchange(CDataExchange*?pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(C8BIT)
//?NOTE:?the?ClassWizard?will?add?DDX?and?DDV?calls?here
//}}AFX_DATA_MAP
}
BEGIN_MESSAGE_MAP(C8BIT?CDialog)
//{{AFX_MSG_MAP(C8BIT)
ON_WM_PAINT()
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
//?C8BIT?message?handlers
void?C8BIT::OnPaint()?
{
CPaintDC?dc(this);?//?device?context?for?painting
}
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件???????1064??2010-01-10?16:17??exam\8BIT.cpp
?????文件???????1288??2009-11-19?22:42??exam\8BIT.h
?????文件???????1537??2008-09-24?08:04??exam\ChildFrm.cpp
?????文件???????1397??2010-01-10?15:55??exam\ChildFrm.h
?????文件??????10864??2010-01-10?16:17??exam\Debug\8BIT.obj
?????文件??????16153??2009-12-08?23:10??exam\Debug\ChildFrm.obj
?????文件??????18274??2010-01-10?23:37??exam\Debug\Dlg.obj
?????文件??????20879??2010-01-10?15:57??exam\Debug\MainFrm.obj
?????文件?????105607??2009-12-08?23:10??exam\Debug\StdAfx.obj
?????文件?????163915??2010-01-10?23:50??exam\Debug\teach_test.exe
?????文件?????457440??2010-01-10?23:50??exam\Debug\teach_test.ilk
?????文件??????28518??2009-12-09?22:40??exam\Debug\teach_test.obj
?????文件????5513416??2009-12-08?23:10??exam\Debug\teach_test.pch
?????文件?????566272??2010-01-10?23:50??exam\Debug\teach_test.pdb
?????文件???????9536??2010-01-10?23:50??exam\Debug\teach_test.res
?????文件??????23563??2010-01-10?15:37??exam\Debug\teach_testDoc.obj
?????文件??????97976??2010-01-10?23:50??exam\Debug\teach_testView.obj
?????文件?????254976??2010-01-10?23:51??exam\Debug\vc60.idb
?????文件?????380928??2010-01-10?23:50??exam\Debug\vc60.pdb
?????文件???????9902??2009-12-09?22:37??exam\Debug\ZFT.obj
?????文件??????18880??2010-01-10?16:24??exam\Debug\ZFTDlg.obj
?????文件??????15238??2009-12-09?22:38??exam\Debug\ZHIFT.obj
?????文件???????1551??2010-01-10?23:37??exam\Dlg.cpp
?????文件???????1356??2010-01-10?23:37??exam\Dlg.h
?????文件???????2762??2010-01-10?15:56??exam\MainFrm.cpp
?????文件???????1570??2010-01-10?15:57??exam\MainFrm.h
?????文件?????284726??2004-10-15?08:31??exam\plane_24.bmp
?????文件???????4874??2008-09-24?08:04??exam\ReadMe.txt
?????文件???????1078??2008-09-24?08:04??exam\res\teach_test.ico
?????文件????????402??2008-09-24?08:04??exam\res\teach_test.rc2
............此處省略33個(gè)文件信息
評(píng)論
共有 條評(píng)論