代码搜索:MATCHING
找到约 3,451 项符合「MATCHING」的源代码
代码结果 3,451
www.eeworm.com/read/126922/14395561
html proj.html
Writing Advanced Applications, Chapter 1: Matching Project Requirements with Technology
www.eeworm.com/read/227599/14420308
c regex.c
/* 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/225994/14505778
c match.c
/*
* Author: Tatu Ylonen
* Copyright (c) 1995 Tatu Ylonen , Espoo, Finland
* All rights reserved
* Simple pattern matching, with '*' and '?' as wi
www.eeworm.com/read/125105/14513410
c regex.c
/* RJP changes 12-22-1989 -- see **RJP */
/* Extended regular expression matching and search library.
Copyright (C) 1985, 1989 Free Software Foundation, Inc.
This program is free software;
www.eeworm.com/read/121688/14742504
c regex.c
/* Extended regular expression matching and search library,
version 0.12.
(Implements POSIX draft P10003.2/D11.2, except for
internationalization features.)
Copyright (C) 1993, 1994, 1995
www.eeworm.com/read/216488/15005708
m vsompjhh.m
function w=VSompJHH(x,S,Arr);
% VSompJHH Orthogonal Matching Pursuit, Vector Selection algorithm
% as John H錵on Hus鴜 presented in lectures at HiS 1999.
% This algorithm orthogonalize each selected
www.eeworm.com/read/15788/540014
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/470720/1447962
c overload13.c
// Bug: g++ screws up derived->base conversions when calling a global function
// in the presence of matching members in the base. Whew.
struct xios {
virtual ~xios() { }
};
struct xistream: virt
www.eeworm.com/read/470693/1459908
c overload13.c
// Bug: g++ screws up derived->base conversions when calling a global function
// in the presence of matching members in the base. Whew.
struct xios {
virtual ~xios() { }
};
struct xistream: virt
www.eeworm.com/read/456693/1604427
py sre.py
# Portions Copyright (c) 2005 Nokia Corporation
#
# Secret Labs' Regular Expression Engine
#
# re-compatible interface for the sre matching engine
#
# Copyright (c) 1998-2001 by Secret Labs AB.