代码搜索:Pattern recognition
找到约 10,000 项符合「Pattern recognition」的源代码
代码结果 10,000
www.eeworm.com/read/146770/12613623
c cache.c
#include
#include "..\inc\44b.h"
#include "..\inc\44blib.h"
void MarchCMinus32(int address,int unit,unsigned int pattern);
void MarchCMinusM_10(int address,int unit,unsigned int pattern,un
www.eeworm.com/read/247527/12652523
m psearchtool.m
function psearchtool(optstruct)
%PSEARCHTOOL Pattern Search Tool.
% PSEARCHTOOL starts a graphical user interface window for editing the default
% Pattern Search options and running the Patte
www.eeworm.com/read/300795/13893089
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/300777/13893767
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/135779/13899903
m example81_adjoint.m
%伴随模式
figure;
subplot(1,3,1),imshow(mat2gray(reshape(P(1,:),l,w))),title('Tri. Adj. Pattern');
subplot(1,3,2),imshow(mat2gray(reshape(P(2,:),l,w))),title('Rec. Adj. Pattern');
subplot(1,3,3),
www.eeworm.com/read/135779/13899976
m example81_proto.m
%原型模式
figure;
subplot(1,3,1),imshow(mat2gray(reshape(S3,l,w))),title('Tri. Pro. Pattern');
subplot(1,3,2),imshow(mat2gray(reshape(S4,l,w))),title('Rec. Pro. Pattern');
subplot(1,3,3),imshow(
www.eeworm.com/read/135754/13902042
m example81_adjoint.m
%伴随模式
figure;
subplot(1,3,1),imshow(mat2gray(reshape(P(1,:),l,w))),title('Tri. Adj. Pattern');
subplot(1,3,2),imshow(mat2gray(reshape(P(2,:),l,w))),title('Rec. Adj. Pattern');
subplot(1,3,3),
www.eeworm.com/read/135754/13902144
m example81_proto.m
%原型模式
figure;
subplot(1,3,1),imshow(mat2gray(reshape(S3,l,w))),title('Tri. Pro. Pattern');
subplot(1,3,2),imshow(mat2gray(reshape(S4,l,w))),title('Rec. Pro. Pattern');
subplot(1,3,3),imshow(
www.eeworm.com/read/300169/13930504
m example.m
clc;clear;close all;
% Load data in workspace (High, Low, Open and Close of a security)
% These data concern a 5-minute bar of Italian Futures (13 July 2006)
load candlestickdata
% Plot candlesti