代码搜索:MATCHING

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

代码结果 3,451
www.eeworm.com/read/448636/7528854

m grmaxmatch.m

function nMM=grMaxMatch(E) % Function nMM=grMaxMath(E) solve the maximal matching problem. % Input parameter: % E(m,2) or (m,3) - the edges of graph and their weight; % 1st and 2nd elements
www.eeworm.com/read/140466/13079107

readme

EXAMPLE 5: POLISH This example shows how Memphis can be used to process Gentle structures in C/C++ code. Like Memphis, Gentle supports domains types and pattern matching. Unlike Memphis, Gentle prov
www.eeworm.com/read/151716/5679547

ch lzo_mchw.ch

/* lzo_mchw.ch -- matching functions using a window This file is part of the LZO real-time data compression library. Copyright (C) 1996-2002 Markus Franz Xaver Johannes Oberhumer All Rights
www.eeworm.com/read/131315/5942135

3 wildmat.3

.\" $Revision: 1.10 $ .TH WILDMAT 3 .SH NAME wildmat \- perform shell-style wildcard matching .SH SYNOPSIS .nf .B "int" .B "wildmat(text, pattern)" .B " char *text;" .B " char *pattern;" .fi .
www.eeworm.com/read/111036/6160222

xtp xpath-select.xtp

Finding a node is useful but often you will want to select all nodes matching a pattern. For example, a web spider will want to select all links in a HTML page.
www.eeworm.com/read/100285/6272049

sql type_sanity.sql

-- -- Sanity checks for common errors in making type-related system tables: -- pg_type, pg_class, pg_attribute. -- -- None of the SELECTs here should ever find any matching entries, -- so the expected
www.eeworm.com/read/415194/6281713

m greed_pcgp.m

function [s, err_mse, iter_time]=greed_pcgp(x,A,m,varargin) % greed_pcgp: Nearly Orthogonal Matching Pursuit using a partial conjugate % gradient solver (Partial Conjugate Gradient Pursu
www.eeworm.com/read/415194/6281721

m greed_omp_linsolve.m

function [s, err_mse, iter_time]=greed_omp_linsolve(x,A,m,varargin) % greed_omp_linsolve: Orthogonal Matching Pursuit algorithm based on matlab % linsolve solution. For reference only! %%%%%%%%%%%%%%%
www.eeworm.com/read/233016/14173553

m omp_matrix.m

function coef = OMP_Matrix(x, F, natom, frac) % OMP_Matrix -- Orthogonal Matching Pursuit with direct matrix-on-vector % operations for any dictionary % Usage % coef = OMP_Matrix(x, F[, natom,
www.eeworm.com/read/221047/14759533

html module-fnmatch.html

6.20 fnmatch -- Unix filename pattern matching