代码搜索:MATCHING

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

代码结果 3,451
www.eeworm.com/read/256544/11987824

c lstrlib.c

/* ** $Id: lstrlib.c,v 1.132a 2006/04/26 20:41:19 roberto Exp $ ** Standard library for string operations and pattern-matching ** See Copyright Notice in lua.h */ #include #include
www.eeworm.com/read/223154/14651917

m ecovm.m

function [XCN,NN,mu,sd,COV,corrcoef,M,R2] = ecovm(X,Y); % ECOVM produces an extended Covariance matrix, % function [ECM] = ecovm(X); % ECM= [1 X]'*[1 X]; % l is a matching column of 1's % ECM is
www.eeworm.com/read/221024/14772691

html http:^^www.cs.washington.edu^education^courses^581^projects.html

Date: Mon, 02 Dec 1996 15:14:28 GMT Server: NCSA/1.4.2 Content-type: text/html CSE 581 Term Projects List of suggested topics: Image Matching: Deve
www.eeworm.com/read/212904/15145709

java matchingalgorithm.java

package toocom.matching; import java.util.*; import java.io.*; import toocom.ocgl.*; import toocom.iotools.*; import toocom.exceptions.*; import toocom.ui.*; import org.semanticweb.owl.io.*;
www.eeworm.com/read/13871/284468

m~ bipartitematchingdemo.m~

% Consider matching sources to detections % s1 d2 % s2 d3 % d1 %a = optimalMatching([52;0.01]) % sources(:,i) = [x y] coords sources = [0.1 0.7; 0.6 0.4]'; detections = [0.2
www.eeworm.com/read/486037/1254534

h ipt_ecn.h

/* iptables module for matching the ECN header in IPv4 and TCP header * * (C) 2002 Harald Welte * * This software is distributed under GNU GPL v2, 1991 * * ipt_ecn.h,v 1.
www.eeworm.com/read/486037/1256098

h ipt_ecn.h

/* iptables module for matching the ECN header in IPv4 and TCP header * * (C) 2002 Harald Welte * * This software is distributed under GNU GPL v2, 1991 * * ipt_ecn.h,v 1.
www.eeworm.com/read/250243/4439645

h ipt_ecn.h

/* iptables module for matching the ECN header in IPv4 and TCP header * * (C) 2002 Harald Welte * * This software is distributed under GNU GPL v2, 1991 * * ipt_ecn.h,v 1.
www.eeworm.com/read/250243/4441197

c ipt_dscp.c

/* IP tables module for matching the value of the IPv4 DSCP field * * ipt_dscp.c,v 1.3 2002/08/05 19:00:21 laforge Exp * * (C) 2002 by Harald Welte * * This program is fr
www.eeworm.com/read/229068/4759453

h ipt_ttl.h

/* IP tables module for matching the value of the TTL * (C) 2000 by Harald Welte */ #ifndef _IPT_TTL_H #define _IPT_TTL_H enum { IPT_TTL_EQ = 0, /* equals */ IPT_T