代码搜索:MATCHING
找到约 3,451 项符合「MATCHING」的源代码
代码结果 3,451
www.eeworm.com/read/100263/15879571
c parens.c
/* parens.c -- Implemenation of matching parenthesis feature. */
/* Copyright (C) 1987, 1989, 1992 Free Software Foundation, Inc.
This file is part of the GNU Readline Library, a library for
r
www.eeworm.com/read/191613/8425852
cpp ex0712.cpp
// Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill, 2000
// Example 7.12 on page 165
// Pattern matching
#include
using namespace std;
short*
www.eeworm.com/read/433114/8545272
m curve_index1.m
function [index,ier]=curve_index1(wlog,mnem,abort)
% Function outputs index of curve with mnemonic "mnem" in log structure "wlog".
% If no curve mnemonic is found matching "mnem" and if the function h
www.eeworm.com/read/286090/8789609
c regex.c
/* Extended regular expression matching and search library,
version 0.12.
(Implements POSIX draft P1003.2/D11.2, except for some of the
internationalization features.)
Copyright (C) 1993,
www.eeworm.com/read/187283/8836008
h gdbfiles.h
/* Alist matching source file names to GDB filenumbers.
Used in output_source_line. */
struct gdbfile
{
struct gdbfile *next;
char *name; /* name of source file */
int filenum; /* Assi
www.eeworm.com/read/176998/9477740
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
www.eeworm.com/read/168534/9908530
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
www.eeworm.com/read/358751/10180469
pas cover.pas
{
PROB:cover
LANG:PASCAL
}
{Min covering = max matching -- I didn't know this theorem in contest!!!
If we know this, this prob is almost the same as, or rather,
easier than tju1088.}
prog
www.eeworm.com/read/355278/10282758
c regcomp.c
/* Extended regular expression matching and search library.
Copyright (C) 2002, 2003 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Isamu Hasegawa