代码搜索:MATCHING
找到约 3,451 项符合「MATCHING」的源代码
代码结果 3,451
www.eeworm.com/read/405540/11460890
c host.c
/* Host name resolution and matching.
Copyright (C) 1995, 1996, 1997, 2000, 2001 Free Software Foundation, Inc.
This file is part of GNU Wget.
GNU Wget is free software; you can redistribute it a
www.eeworm.com/read/233016/14173379
m thfig35.m
% thfig35: BP Thesis Figure 3.5 -- Dynamic Range, energy ratio = 1
%
% Matching Pursuit behaves badly when the signal is made up
% atoms within dynamic range
% Basis Pursuit has handles dyna
www.eeworm.com/read/208657/15239786
m mscan.m
function mscan(name,varargin)
% MSCAN Version 1.0 Copyright (C) Peter Rydes鋞er 1998-12-13 -
%
% This makes your m-files look better and helps
% you find non matching
www.eeworm.com/read/14585/394682
txt match.txt
Instructions for the MATCH.EXE resonant Z-matching networks.
The program MATCH.EXE for PC-type computers is used in a Windows GUI
environment to design the 14 NBMATCH networks that ARRL has been
www.eeworm.com/read/470720/1446842
c arg5.c
// Build don't link:
// GROUPS passed arg-matching
extern double pow(double,int*);
extern "C" {
extern int printf (const char *, ...);
extern double pow(double, double);
}
int main()
{
if (pow
www.eeworm.com/read/470693/1458788
c arg5.c
// Build don't link:
// GROUPS passed arg-matching
extern double pow(double,int*);
extern "C" {
extern int printf (const char *, ...);
extern double pow(double, double);
}
int main()
{
if (pow
www.eeworm.com/read/250243/4441124
c ip6_tables.c
/*
* Packet matching code.
*
* Copyright (C) 1999 Paul `Rusty' Russell & Michael J. Neuling
* Copyright (C) 2000-2002 Netfilter core team
*
* This program is free softwa
www.eeworm.com/read/250243/4441196
c ip_tables.c
/*
* Packet matching code.
*
* Copyright (C) 1999 Paul `Rusty' Russell & Michael J. Neuling
* Copyright (C) 2000-2004 Netfilter Core Team
*
* This program is free softwa
www.eeworm.com/read/240162/4582029
c arg5.c
// { dg-do assemble }
// GROUPS passed arg-matching
extern double pow(double,int*);
extern "C" {
extern int printf (const char *, ...);
extern double pow(double, double);
}
int main()
{
if (po
www.eeworm.com/read/240162/4583143
c overload13.c
// { dg-do run }
// 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() { }
};
str