代码搜索:MATCHING
找到约 3,451 项符合「MATCHING」的源代码
代码结果 3,451
www.eeworm.com/read/309003/3708211
m mpwork61.m
% MPWork61 -- Matching-Pursuit, Best-Basis Compression
%
% Comparison on Four Basic Signals:
%
% LinChirp
% TwoChirp
% QuadChirp
% MishMash
%
% Must be run after MPWork21, MPWork31
www.eeworm.com/read/273170/4213151
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/443386/1750005
c ip6t_hl.c
/* Hop Limit matching module */
/* (C) 2001-2002 Maciej Soltysiak
* Based on HW's ttl module
*
* This program is free software; you can redistribute it and/or modify
* it
www.eeworm.com/read/440906/1778041
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/423632/2025515
spec grep.spec
%define base %(echo %{_prefix} | sed -e s,/usr.*$,,)
%define pfx /opt/freescale/rootfs/%{_target_cpu}
Summary : The GNU versions of grep pattern matching utilities
Name : grep
Vers
www.eeworm.com/read/398634/2372579
prl checkapi.prl
#
# Released to public domain by Donald Anderson dda@world.std.com
# No warranties.
#
# Perl script to check for matching of JNI interfaces to implementation.
# We check all .cpp arguments and .h arg
www.eeworm.com/read/393286/2485464
c ip6t_hl.c
/* Hop Limit matching module */
/* (C) 2001-2002 Maciej Soltysiak
* Based on HW's ttl module
*
* This program is free software; you can redistribute it and/or modify
* it
www.eeworm.com/read/383868/2611266
c ip6t_hl.c
/* Hop Limit matching module */
/* (C) 2001-2002 Maciej Soltysiak
* Based on HW's ttl module
*
* This program is free software; you can redistribute it and/or modify
* it
www.eeworm.com/read/366702/2868157
c error13.c
//PR c++/28258
struct A
{ // { dg-error "" }
A(void x); // { dg-error "invalid use|incomplete type|candidates" }
};
struct B : A {}; // { dg-error "no matching function for call" }
B
www.eeworm.com/read/366702/2868644
c typedef4.c
// PR c++/27572
// { dg-do compile }
template void foo(); // { dg-error "no type|typedef declaration|template" }
void bar()
{
foo(); // { dg-error "matching" }
}