代码搜索:MATCHING

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

代码结果 3,451
www.eeworm.com/read/366702/2869519

c nested1.c

// { dg-do assemble } struct C { struct D { }; }; struct E { C& c; void g(); }; void E::g() { c.D().f(); // { dg-error "" } no matching function }
www.eeworm.com/read/262766/4309662

php find_replace.php

鏌ユ壘 / 鏇挎彌 // init stuff var rng; rng = dialogArguments.document.selection.createRange(); // returns a calculated value for matching
www.eeworm.com/read/473001/6854003

cpp tempqmt.cpp

#ifdef BZ_NO_TYPENAME #define typename #endif // BZ_TEMPLATE_SCOPED_ARGUMENT_MATCHING template class A { public: typedef X W; }; template class B { }; templa
www.eeworm.com/read/415223/11080061

m block_nomp.m

function [s, err_mse, iter_time]=block_nomp(x,A,group,varargin) % group_nomp: Block Nearly Orthogonal Matching Pursuit algorithm % (modification from [1]-[3]) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
www.eeworm.com/read/415223/11080088

m group_nomp.m

function [s, err_mse, iter_time]=group_nomp(x,A,group,varargin) % group_nomp: Group Nearly Orthogonal Matching Pursuit algorithm % (modification from [1]-[3]) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
www.eeworm.com/read/202293/15386923

c globmat.c

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

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 S
www.eeworm.com/read/105212/15675185

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/104928/15681448

vbs sol8-1.vbs

Dim objRegExp, strAddress 'create a new instance of the regexp object Set objRegExp = New RegExp 'set case matching off objRegExp.IgnoreCase = True 'set pattern objRegExp.Pattern = "\w+(
www.eeworm.com/read/100102/15885055

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 clean