代码搜索:MATCHING
找到约 3,451 项符合「MATCHING」的源代码
代码结果 3,451
www.eeworm.com/read/355288/10280961
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/425546/10348924
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/275831/10794072
rb 04 - deleting files that match a regular expression.rb
def delete_matching_regexp(dir, regex)
Dir.entries(dir).each do |name|
path = File.join(dir, name)
if name =~ regex
ftype = File.directory?(path) ? Dir : File
begin
ftyp
www.eeworm.com/read/349646/10808832
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/349646/10809876
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/271450/10994426
cpp autoexcp.cpp
//: C23:Autoexcp.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// No matching conversions
www.eeworm.com/read/469416/6976300
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/461382/7228299
c ratedematch.c
/* RateDematch reverses the basic HSDPA Rate Matching algorithm
The calling syntax is:
y = RateDematch( x, X_i, e_ini, e_plus, e_minus );
y = depunctured output (length X_i)
www.eeworm.com/read/456226/7353451
java netclient.java
// NetClient matching the NetEcho program -- lars appel 22.feb.99 / 25.apr.99
import java.net.*;
import java.io.*;
class NetClient
{
// opens tcp connection to NetEcho server, requests a nu