代码搜索:MATCHING

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

代码结果 3,451
www.eeworm.com/read/303512/13813941

m lmatch.m

% lmatch.m - L-section reactive conjugate matching network % % Usage: X12 = lmatch(ZG,ZL,type); % X12 = lmatch(ZG,ZL); (equivalent to type='n') % % ZG = generator impedance = RG+jXG
www.eeworm.com/read/152843/5666150

c ipt_ttl.c

/* IP tables module for matching the value of the TTL * * ipt_ttl.c,v 1.5 2000/11/13 11:16:08 laforge Exp * * (C) 2000,2001 by Harald Welte * * This program is free soft
www.eeworm.com/read/135941/5877082

c ipt_ttl.c

/* IP tables module for matching the value of the TTL * * ipt_ttl.c,v 1.5 2000/11/13 11:16:08 laforge Exp * * (C) 2000,2001 by Harald Welte * * This program is free soft
www.eeworm.com/read/101039/6260308

java matcher.java

package org.compiere.acct; import java.util.*; import java.sql.*; import java.math.*; import org.compiere.util.*; import org.apache.log4j.Logger; /** * Automatic Matching * * @autho
www.eeworm.com/read/100043/6275004

c gnuregex.c

/* * $Id: GNUregex.c,v 1.11 1998/09/23 17:14:20 wessels Exp $ */ /* Extended regular expression matching and search library, * version 0.12. * (Implements POSIX draft P10003.2/D11.2, except for
www.eeworm.com/read/415194/6281718

m .19495-199122737-5.m

function [s, err_mse, iter_time]=greed_omp_pinv(x,A,m,varargin) % greed_omp_pinv: Orthogonal Matching Pursuit algorithm based on matlab % pinv solution. Use not recommended, provided for reference onl
www.eeworm.com/read/415194/6281722

m greed_omp_pinv.m

function [s, err_mse, iter_time]=greed_omp_pinv(x,A,m,varargin) % greed_omp_pinv: Orthogonal Matching Pursuit algorithm based on matlab % pinv solution. Use not recommended, provided for reference onl
www.eeworm.com/read/404808/11477799

c lstrlib.c

/* ** $Id: lstrlib.c,v 1.132.1.3 2007/12/28 15:32:23 roberto Exp $ ** Standard library for string operations and pattern-matching ** See Copyright Notice in lua.h */ #include #include
www.eeworm.com/read/339483/12230571

sh match-string.sh

#!/bin/bash # match-string.sh: simple string matching match_string () { MATCH=0 NOMATCH=90 PARAMS=2 # Function requires 2 arguments. BAD_PARAMS=91 [ $# -eq $PARAMS ] || return $BAD_PAR
www.eeworm.com/read/13871/284462

m bipartitematchingdemo.m

% Consider matching sources to detections % s1 d2 % s2 d3 % d1 %a = bipartiteMatchingHungarian([52;0.01]) % sources(:,i) = [x y] coords sources = [0.1 0.7; 0.6 0.4]'; detecti