代码搜索:MATCHING
找到约 3,451 项符合「MATCHING」的源代码
代码结果 3,451
www.eeworm.com/read/145256/12741569
c regex.c
/* Extended regular expression matching and search library,
version 0.12.
(Implements POSIX draft P1003.2/D11.2, except for some of the
internationalization features.)
Copyright (C) 1993,
www.eeworm.com/read/143168/12892675
rpt pems-800.rpt
Matching checksums...
Calculated checksum = 10FF
File's checksum = 10FF
CheckSum is Valid
Error:
Number of devices in chain file does not match number of devices in hardwar
www.eeworm.com/read/241310/13157751
c wildmat.c
/* Wildcard matching routines.
Copyright (C) 1988 Free Software Foundation
This file is part of GNU Tar.
GNU Tar is free software; you can redistribute it and/or modify
it under the terms o
www.eeworm.com/read/147331/5731046
c gconv_open.c
/* Find matching transformation algorithms and initialize steps.
Copyright (C) 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed
www.eeworm.com/read/144212/5752884
c glob.c
/* File-name wildcard pattern matching for GNU.
Copyright (C) 1985, 1988, 1989 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it unde
www.eeworm.com/read/127438/6005081
tex mpid_probe.tex
\startmanpage
\mantitle{MPID{\tt \char`\_}Probe}{tex}{10/7/2002}
\manname{MPID{\tt \char`\_}Probe}
--- Block until a matching request is found and return information about it
\subhead{Synopsis}
\sta
www.eeworm.com/read/415194/6281717
m greed_omp_qr.m
function [s, err_mse, iter_time]=greed_omp_qr(x,A,m,varargin)
% greed_omp_qr: Orthogonal Matching Pursuit algorithm based on QR
% factorisation
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
www.eeworm.com/read/415194/6281724
m greed_omp_chol.m
function [s, err_mse, iter_time]=greed_omp_chol(x,A,m,varargin)
% greed_omp_chol: Orthogonal Matching Pursuit algorithm based on Cholesky
% factorisation
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
www.eeworm.com/read/415194/6281730
m greed_mp.m
function [s, err_mse, iter_time]=greed_mp(x,A,m,varargin)
% greed_mp: Matching Pursuit algorithm
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Usage
% [s, err_mse, iter
www.eeworm.com/read/415194/6281731
m .15636-199119694-9.m
function [s, err_mse, iter_time]=greed_nomp(x,A,m,varargin)
% greed_nomp: Nearly Orthogonal Matching Pursuit or Approximate Conjugate
% Gradient Pursuit algorithm
%%%%%%%%%%%%%%%%%%%%%%%%