代码搜索:MATCHING

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

代码结果 3,451
www.eeworm.com/read/112192/6148061

c engine.c

/* * The matching engine and friends. This file is #included by regexec.c * after suitable #defines of a variety of macros used herein, so that * different state representations can be used withou
www.eeworm.com/read/415194/6281711

m greed_omp.m

function [s, err_norm, iter_time]=greed_omp(x,A,m,varargin) % greed_omp: Orthogonal Matching Pursuit using a range of implementations %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
www.eeworm.com/read/415194/6281716

m .15636-199117266-2.m

function [s, err_norm, iter_time]=greed_omp(x,A,m,varargin) % greed_omp: Orthogonal Matching Pursuit using a range of implementations %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
www.eeworm.com/read/479559/6688675

m baseband2symbols1.m

%This function generates the symbols after matching input signal %with the RRC filter and then detecting the symbols %Input Parameters:- %Sig_I : Demodulated Inphase Signal %Sig_Q : Demodulated
www.eeworm.com/read/233016/14173330

m ttfig4.m

% ttfig4: Tutorial Demo -- Analyze Transients % Signal: % Transients % Ref: Mallat & Zhang (1993), % Matching Pursuits with Time-Frequency Dictionaries % Sample Size: 1024 % Dictionary:
www.eeworm.com/read/230739/14277011

txt zipgrep.txt

ZIPGREP(1L) ZIPGREP(1L) NAME zipgrep - search files in a ZIP archive for lines matching a pattern SYNOPSIS zipgrep [egrep_options] pat
www.eeworm.com/read/115278/15019407

c regex.c

/* Extended regular expression matching and search. Copyright (C) 1985 Free Software Foundation, Inc. NO WARRANTY BECAUSE THIS PROGRAM IS LICENSED FREE OF CHARGE, WE PROVIDE ABSOLUTELY
www.eeworm.com/read/456693/1604528

h sre_constants.h

/* * Secret Labs' Regular Expression Engine * * regular expression matching engine * * NOTE: This file is generated by sre_constants.py. If you need * to change anything in here, edit sre
www.eeworm.com/read/242732/4542420

c regex.c

/* This is a modified version of the GNU C Library regular expression matching library. It is modified to meet the requirements the NGS JS interpreter has for its extension functions (re-entr
www.eeworm.com/read/240162/4581287

c explicit38.c

// { dg-do assemble } template void f(int j); void g() { f(3); // { dg-error "" } no matching function. }