代码搜索:Pattern recognition
找到约 10,000 项符合「Pattern recognition」的源代码
代码结果 10,000
www.eeworm.com/read/151082/12236201
cpp modeviewright.cpp
// ModeViewRight.cpp : implementation file
//
#include "stdafx.h"
#include "mode.h"
#include "ModeViewRight.h"
#include "DlgInfor.h"
//#include "modeDoc.h"
#ifdef _DEBUG
#define new DEBU
www.eeworm.com/read/339128/12256389
h kmp.h
#ifndef PM_KMP_H
#define PM_KMP_H
#include
#include
using namespace std;
int* BuildNextTable(char *p); //建立模式串pattern的Next[]表
int PatternMatch( char *P, char *T);
www.eeworm.com/read/150724/12269212
h getfeature.h
// GetFeature.h: interface for the GetFeature class.
// 2005.1.13-16:02 By Superman
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_GETFEATURE_H__F4AF6FFD
www.eeworm.com/read/338523/12295513
m ex352.m
% ex352.m
% Generate a NN to implement an XOR gate
In_pattern=[ 0 0;0 1;1 0;1 1]';
Target=[1 0 0 1];
net = newff([0 1;0 1],[2 1],{'tansig' 'purelin'});
net.trainParam.epochs = 500;
net=train(n
www.eeworm.com/read/252119/12301138
c regx.c
/*
* These functions compile a regular expression into an NFA and recognize
* a pattern.
*
* Regular expressions are often used to describe a pattern that might
* match several different or simil
www.eeworm.com/read/149745/12352541
m nnd10lc.m
function nnd10lc(cmd,arg1,arg2,arg3)
%NND10LC Linear pattern classification demonstration.
% First Version, 8-31-95.
%==================================================================
% CON
www.eeworm.com/read/251269/12355263
cpp clusterisodatadlg.cpp
// ClusterISODATADlg.cpp : implementation file
//
#include "stdafx.h"
#include "ClusterISODATA.h"
#include "ClusterISODATADlg.h"
#include
#ifdef _DEBUG
#define new DEBUG_NEW
#unde
www.eeworm.com/read/336314/12451442
m nnd10lc.m
function nnd10lc(cmd,arg1,arg2,arg3)
%NND10LC Linear pattern classification demonstration.
% First Version, 8-31-95.
%==================================================================
% CON
www.eeworm.com/read/131294/14151648
c taila.c
/* tailA.c ENEL206 Assignment 2 Part A
* ATmega8 taillight circuit
* Last edited: 5-7-2004
* Purpose: A simple C program to strobe the LEDsvia Port D.
* The strobe rate is to be set by a
www.eeworm.com/read/130698/14177502
m nnd10lc.m
function nnd10lc(cmd,arg1,arg2,arg3)
%NND10LC Linear pattern classification demonstration.
% First Version, 8-31-95.
%==================================================================
% CON