代码搜索:MATCHING
找到约 3,451 项符合「MATCHING」的源代码
代码结果 3,451
www.eeworm.com/read/440906/1774942
c copy1.c
// { dg-do compile }
// Origin: hkluender@otg.com
// PR 5189
struct A
{
A(A&); // { dg-error "candidate" "" }
template A(T);
};
A a = 0; // { dg-error "no matching function|initiali
www.eeworm.com/read/440906/1778019
c opover.c
// Bug: g++ prefers a non-matching operator== over user-defined conversions
// and a default operator==.
// Build don't link:
struct A {
operator int ();
};
struct B {
friend int operator== (B,
www.eeworm.com/read/440773/1792320
rq open-01.rq
# SPARQL is defined over simple entailment so
# only syntactic matches show.
# (Some systems may match because they do
# value-based matching in the graph (D-entailment))
# Does not strictly m
www.eeworm.com/read/440773/1792327
rq open-eq-01.rq
# SPARQL is defined over simple entailment so
# only syntactic matches show.
# (Some systems may match because they do
# value-based matching in the graph (D-entailment))
# Does not strictly m
www.eeworm.com/read/439272/1806795
java regextest.java
/**
@version 1.01 2004-05-11
@author Cay Horstmann
*/
import java.util.*;
import java.util.regex.*;
/**
This program tests regular expression matching.
Enter a pattern and strings to mat
www.eeworm.com/read/439112/1808568
nasl stronghold.nasl
#
# This script was written by Felix Huber
#
# v. 1.00 (last update 23.11.01)
#
# Changes by rd: re-wrote the code to do pattern matching
if(description)
{
script_id(10803);
www.eeworm.com/read/439082/1819696
pl checkconfig.pl
#! /usr/bin/perl
#
# checkconfig: find uses of CONFIG_* names without matching definitions.
# Copyright abandoned, 1998, Michael Elizabeth Chastain .
use integer;
$| = 1;
fore
www.eeworm.com/read/429245/1950519
java regextest.java
/**
@version 1.01 2004-05-11
@author Cay Horstmann
*/
import java.util.*;
import java.util.regex.*;
/**
This program tests regular expression matching.
Enter a pattern and strings to mat
www.eeworm.com/read/428078/1962347
lastw estimate_sparsity.lastw
setproc sparsity {{&book book} {&float tau}} {{" " "Computes an upper estimate of the l^tau norm of a signal from its matching pursuit decomposition."}} {
coeff2Sig=[new &signal]
re
www.eeworm.com/read/414590/2144721
h dtree.h
/* DTree.H
*
* The DTree class holds the entire decision tree. You can
* add items to the tree, and fetch matching elements.
*/
/*
* Copyright 1994, Brown University, Providence, RI
* See end o