代码搜索:pattern
找到约 10,000 项符合「pattern」的源代码
代码结果 10,000
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
www.eeworm.com/read/134893/13972071
m nnd10lc.m
function nnd10lc(cmd,arg1,arg2,arg3)
%NND10LC Linear pattern classification demonstration.
% First Version, 8-31-95.
%==================================================================
% CON
www.eeworm.com/read/237015/13981393
c do_1753.c
//*************************************************************************
//
// Copyright (c) 2001 IAG Software Team,
//
// Beijing R&D Center
//
// Adv
www.eeworm.com/read/237015/13981396
c int_1753.c
//*************************************************************************
//
// Copyright (c) 2001 IAG Software Team,
//
// Beijing R&D Center
//
// Adv
www.eeworm.com/read/236845/13995583
h stringsearch.h
/*
* Copyright (C) 2001-2003 Jacek Sieka, j_s@telia.com
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as publishe
www.eeworm.com/read/205225/15323064
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