代码搜索:MATCHING

找到约 3,451 项符合「MATCHING」的源代码

代码结果 3,451
www.eeworm.com/read/466990/7026180

m cross_sampen.m

function [e,A,B]=cross_sampen(x,y,M,r); %function [e,A,B]=cross_sampen(x,y,M,r); % %Input % %x,y input data %M maximum template length %r matching tolerance %sflag flag to standardize signa
www.eeworm.com/read/219035/7147347

m e_sources.m

% calculate TM fields. % each line in the matrix represents a matching-point (MP). function [mHet, mEet, mEez] = e_sources(testing, sources, Y, kc, beta) global EPSILON0 MU0 C vSx = testing.vX;
www.eeworm.com/read/449369/7508212

bugs

PENDING: 1998/8/1. (Feature request) Milestones, probe depths, and move depths aren't in the matching code. 1998/10/2 milestones are now there. FIXED: 2000/9/16. In src/jbmr.w and src/match.w,
www.eeworm.com/read/140851/13058868

m collapse_mog.m

function [new_mu, new_Sigma, new_Sigma2] = collapse_mog(mu, Sigma, coefs) % COLLAPSE_MOG Collapse a mixture of Gaussians to a single Gaussian by moment matching % [new_mu, new_Sigma] = collapse_mog(
www.eeworm.com/read/138798/13211827

m collapse_mog.m

function [new_mu, new_Sigma, new_Sigma2] = collapse_mog(mu, Sigma, coefs) % COLLAPSE_MOG Collapse a mixture of Gaussians to a single Gaussian by moment matching % [new_mu, new_Sigma] = collapse_mog(
www.eeworm.com/read/403922/11501570

html function.imap-search.html

This function returns an array of messages matching the given search crit
www.eeworm.com/read/231181/14248792

hpp filehunter.hpp

#pragma ident "$Id: FileHunter.hpp 70 2006-08-01 18:36:21Z ehagen $" /** * @file FileHunter.hpp * Find all files matching a specification. */ #ifndef GPSTK_FILEHUNTER_HPP #define GPSTK_FILEHUNT
www.eeworm.com/read/212904/15145727

java matchingresultform.java

package toocom.matching; import java.util.*; import javax.swing.*; import javax.swing.event.*; import java.awt.event.*; import java.awt.*; import java.lang.*; import toocom.ocgl.*; import t
www.eeworm.com/read/13871/284464

m collapse_mog.m

function [new_mu, new_Sigma, new_Sigma2] = collapse_mog(mu, Sigma, coefs) % COLLAPSE_MOG Collapse a mixture of Gaussians to a single Gaussian by moment matching % [new_mu, new_Sigma] = collapse_mog(
www.eeworm.com/read/16793/691271

tests posixpat.tests

# A test suite for the POSIX.2 (BRE) pattern matching code LC_ALL=C LANG=C # First, test POSIX.2 character classes case e in [[:xdigit:]]) echo ok 1;; esac case a in [[:alpha:]123]) echo ok 2;; esa