资源简介
水表的指针识别,便于读取水表上的读数,机械式水表的计量检测一直是采用人工检测的方法,其误差比较大,而且有些环境不适合人工进入抄表。采用图像处理来得到水表的度数,可以减少人工的误差。

代码片段和文件信息
// 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
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 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个文件信息
相关资源
- VisualStudioUninstaller vs卸载工具
- 组态王驱动开发包3.0.0.7(中文)
- 多窗口后台鼠标连点器
- 使用选择性重传协议实现UDP可靠通信
- VC 获得文件属性 获取文件的创建时
- 读者写者问题(读者优先,写者优先
- 用VC 编写的仿QQ聊天室程序源代码
- 外点法程序
- 外罚函数程序
- qt-电子点菜系统
- 推箱子及人工智能寻路C 源代码
- 自己写的航空订票系统c 版--数据结构
- 数据结构实验魔王语言
- MUSIC算法c 实现
- C 餐厅叫号系统(QT平)
- 国际象棋c 完整版
-
ob
jectARX给Auto CAD加工具条 - 画图程序MFC/VC/VC CRectTracker 串行化
- MFC网络编程实例
- 会变色的鼠标指针,颜色随时在变哦
- c 课程设计 职工信息管理系统
- VC 游戏编程—附源代码
- IpHlpApi.h&IpHlpApi.lib
- 清华大学 c 郑莉 ppt课件
- c 程序判断离散数学中命题公式
- 多项式求和(数据结构C 版)
- vc 6.0开发的流程图编辑器
- VC 天空盒(skyBox)实现(附源代码)
- c MFC 画多边形
- 用C 实现的对网络上的ARP数据包进行
评论
共有 条评论