资源简介
水表的指针识别,便于读取水表上的读数,机械式水表的计量检测一直是采用人工检测的方法,其误差比较大,而且有些环境不适合人工进入抄表。采用图像处理来得到水表的度数,可以减少人工的误差。
代码片段和文件信息
// 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个文件信息
相关资源
- 剑指offer源码及测试用例
- 单文档多视图与相互切换
- 数据结构之图书管理系统
- 图论:最短路径+最小生成树+中心度计
- 基于Huffman编码的压缩和解压缩小软件
- de2开发板上的万年历
- 纹理合成的图像修复程序
- jsoncpp-src-0.6.0-rc2
- 2/3FEC编码
- 基于自适应窗口的立体匹配
- 随机生成大素数
- Qt 雷达图 卫星图
- CTK编译库文件
- 超级玛丽源代码资源包
- cc攻击源码
- 基于QT的象棋游戏
- 串口调试助手十六进制数据转成十进
- VC上用的曲线控件多个
- 满足三角不等式的TSP问题的近似算法
- opengl简单地形绘制
- 试卷生成系统
- eigen库.zip
- 精简版黑白棋demo-Qt
- 文本文件字符串的检索和计数KMP算法
- Visual Studio中使用开源二维码QR库libq
- VC++开发的仓库管理系统设计文档和
- dianyajiance.rar
- 华为边缘计算核心板开发帮助手册
- 基于QT的网络视频直播软件
- libcurl+图灵机器人api编写的只能聊天系
评论
共有 条评论