代码搜索:MATCHING

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

代码结果 3,451
www.eeworm.com/read/131315/5939326

c glob.c

/* File-name wildcard pattern matching for GNU. Copyright (C) 1985, 1988, 1989, 1991 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it un
www.eeworm.com/read/126411/6017648

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 under th
www.eeworm.com/read/112303/6146003

cxx regex.cxx

/* Extended regular expression matching and search library, version 0.12. (Implements POSIX draft P10003.2/D11.2, except for internationalization features.) Copyright (C) 1993 Free Softwa
www.eeworm.com/read/111370/6157203

java routingcriteria.java

package org.jahia.services.usermanager; import java.util.*; import java.lang.reflect.*; /** * Title: a routing criteria is a set of pattern matching rules that * define a criteria to route meth
www.eeworm.com/read/101082/6240610

c regex.c

/* @(#)regex.c 4.1 (Berkeley) 12/21/80 */ # /* * routines to do regular expression matching * * Entry points: * * re_comp(s) * char *s; * ... returns 0 if the string s was compiled successfu
www.eeworm.com/read/484555/6579692

m vtxicrp.m

%vtxicrp Krsek: Matching of 3D point clouds % % function tran = vtxicrp(xd, xm); % % The function search for euclidean transformation which transforms % 3D data point cloud into coordinate system of
www.eeworm.com/read/264646/11307688

c chkutmp.c

/* * 2004/09/23 - Jeremy Miller * * This utility compares the output from the ps command and tries to find * a matching entry bound to the same tty in the utmp login records. Th
www.eeworm.com/read/262892/11386876

aiml star.aiml

www.eeworm.com/read/347690/11649283

m fprec.m

% Filterbank-Based Fingerprint Matching (A.K.Jain, S.Prabhakar, L.Hong and S.Pankanti, 2000) % % Abstract % With identity fraud in our society reaching unprecedented proportions and with an increas
www.eeworm.com/read/259531/11784973

c wildmat.c

/* ** ** Do shell-style pattern matching for ?, \, [], and * characters. ** Might not be robust in face of malformed patterns; e.g., "foo[a-" ** could cause a segmentation violation. It is 8bit cl