代码搜索:MATCHING
找到约 3,451 项符合「MATCHING」的源代码
代码结果 3,451
www.eeworm.com/read/299228/7872903
c host.c
/* Host name resolution and matching.
Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
This file is part of GNU Wget.
G
www.eeworm.com/read/199004/7895099
m ex9_7.m
%
% In this example we plot the input matching network
% gain circles. Constant gain circles are shown
% for Gs ranging from -1dB to +2.6dB
%
% Copyright (c) 1999 by P.Bretchko and R.Lud
www.eeworm.com/read/140851/13058889
m hash_del.m
function ndx = hash_del(key, fname)
% HASH_DEL Remove all entries that match key from hashtable stored in a file
% ndx = hash_del(key, fname)
%
% Returns indices of matching entries (if any)
% S
www.eeworm.com/read/138798/13211868
m hash_del.m
function ndx = hash_del(key, fname)
% HASH_DEL Remove all entries that match key from hashtable stored in a file
% ndx = hash_del(key, fname)
%
% Returns indices of matching entries (if any)
% S
www.eeworm.com/read/152843/5664306
h ipt_dscp.h
/* iptables module for matching the IPv4 DSCP field
*
* (C) 2002 Harald Welte
* This software is distributed under GNU GPL v2, 1991
*
* See RFC2474 for a description of th
www.eeworm.com/read/152843/5666159
c arp_tables.c
/*
* Packet matching code for ARP packets.
*
* Based heavily, if not almost entirely, upon ip_tables.c framework.
*
* Some ARP specific bits are:
*
* Copyright (C) 2002 David S. Miller (davem@r