代码搜索:Pattern recognition
找到约 10,000 项符合「Pattern recognition」的源代码
代码结果 10,000
www.eeworm.com/read/356046/7115919
dsw pattern.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/356046/7115920
rc pattern.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/356046/7115923
dsp pattern.dsp
# Microsoft Developer Studio Project File - Name="pattern" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) A
www.eeworm.com/read/356046/7115924
cpp pattern.cpp
// pattern.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "pattern.h"
#include "patternDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
s
www.eeworm.com/read/356046/7115925
clw pattern.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CPatternDlg
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "patter
www.eeworm.com/read/356046/7115926
plg pattern.plg
Build Log
--------------------Configuration: pattern - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\QINWE
www.eeworm.com/read/462701/7197891
c pattern.c
www.eeworm.com/read/458808/7289049
cpp pattern.cpp
// Pattern.cpp
#include "stdafx.h"
#include "Pattern.h"
extern int dim;
double Pattern::Distance(const Pattern x1, const Pattern x2)
{
double temp = 0.0;
for(int i=0;i
www.eeworm.com/read/458808/7289061
h pattern.h
// Pattern.h
#pragma once
#include "stdafx.h"
/******************************************************************
// class name: Pattern
// description: 模式结构
类中重载定义了模式运算符,使ISODATA算法的书写更简
www.eeworm.com/read/454324/7394165