资源简介
模式识别中的印章识别,两类三类模式判别,界面友好!VC6开发
代码片段和文件信息
// DrawLine.cpp: implementation of the DrawLine class.
//
//////////////////////////////////////////////////////////////////////
#include “stdafx.h“
#include “Model01.h“
#include “DrawLine.h“
#ifdef _DEBUG
#undef THIS_FILE
static char THIS_FILE[]=__FILE__;
#define new DEBUG_NEW
#endif
//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////
DrawLine::DrawLine()
{
FirstPoint=SecondPoint=ThirdPoint=(00);
Line_Red=Line_Green=Line_Blue=0;
}
DrawLine::~DrawLine()
{
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 4594 2009-05-11 17:13 源程序\Debug\DrawLine.obj
文件 0 2009-05-11 17:13 源程序\Debug\DrawLine.sbr
文件 3458048 2009-05-11 17:51 源程序\Debug\Model01.bsc
文件 135261 2009-05-11 17:55 源程序\Debug\Model01.exe
文件 292032 2009-05-11 17:55 源程序\Debug\Model01.ilk
文件 17786 2009-05-11 17:13 源程序\Debug\Model01.obj
文件 6878572 2009-05-11 17:13 源程序\Debug\Model01.pch
文件 410624 2009-05-11 17:55 源程序\Debug\Model01.pdb
文件 3412 2009-05-11 17:55 源程序\Debug\Model01.res
文件 0 2009-05-11 17:13 源程序\Debug\Model01.sbr
文件 78784 2009-05-11 17:51 源程序\Debug\Model01Dlg.obj
文件 0 2009-05-11 17:51 源程序\Debug\Model01Dlg.sbr
文件 105933 2009-05-11 17:13 源程序\Debug\StdAfx.obj
文件 1376645 2009-05-11 17:13 源程序\Debug\StdAfx.sbr
文件 214016 2009-05-16 22:33 源程序\Debug\vc60.idb
文件 364544 2009-05-11 17:51 源程序\Debug\vc60.pdb
文件 621 2003-05-07 12:32 源程序\DrawLine.cpp
文件 705 2003-05-07 11:56 源程序\DrawLine.h
文件 37960 2009-05-16 22:34 源程序\Model01.aps
文件 2311 2009-05-16 22:34 源程序\Model01.clw
文件 2081 2003-05-05 21:41 源程序\Model01.cpp
文件 4306 2003-05-07 12:51 源程序\Model01.dsp
文件 539 2009-04-14 10:08 源程序\Model01.dsw
文件 1335 2009-04-14 10:08 源程序\Model01.h
文件 140288 2009-05-16 22:34 源程序\Model01.ncb
文件 56832 2009-05-16 22:34 源程序\Model01.opt
文件 248 2009-05-16 22:33 源程序\Model01.plg
文件 6871 2009-05-16 22:34 源程序\Model01.rc
文件 30369 2009-05-11 17:51 源程序\Model01Dlg.cpp
文件 2676 2003-05-09 23:21 源程序\Model01Dlg.h
............此处省略12个文件信息
- 上一篇:C语言电梯调度算法
- 下一篇:C++ KTV点歌系统
相关资源
- 精通VC++指纹模式识别系统算法(源码
- 模式识别大作业K近邻算法
- 深度学习之卷积神经网络CNN模式识别
- 模式识别课程作业:C均值(k_means)聚
- 条形码识别系统c语言版
- 指纹模式识别系统算法及实现源码
- Visual C++指纹模式识别系统算法与实现
- Visual C++数字图像模式识别技术详解
- Visual C++数字图像模式识别技术详解源
- visual c++数字图像模式识别技术详解
- K-Means K均值C语言实现 里面有个小
- 一个步态识别 软件
- K均值分类法
- 模式识别:模糊C均值算法实现iris数据
- 最小错误率的贝叶斯分类算法之性别
- 模式识别ISODATA算法C程序实现
- Visual C++数字图像模式识别典型案例详
- 图像模式识别_VC++技术实现_源代码_杨
评论
共有 条评论