代码搜索:MATCHING
找到约 3,451 项符合「MATCHING」的源代码
代码结果 3,451
www.eeworm.com/read/378919/9213005
m tmatchs.m
% TMATCHS Provides the T rods lengths in meters and the capacitors
% values in pF for a T matching structure.
%
% [LT, C] = TMATCHS(L,A,D,F,ZD)
%
% L is the dipole leng
www.eeworm.com/read/375619/9355605
c engine.c
/*
* The matching engine and friends. This file is #included by regexec.c
* after suitable #defines of a variety of macros used herein, so that
* different state representations can be used withou
www.eeworm.com/read/165360/10066332
m wscleanup.m
function deletecount = wscleanup(filespec, timewindow, direc)
%WSCLEANUP Purge stale files from directory.
% DELETECOUNT = WSCLEANUP(FILESPEC, TIMEWINDOW, DIREC) deletes all
% files matching FI
www.eeworm.com/read/357852/10200056
cpp account.cpp
#include "account.h"
#include
#include
using namespace std;
int main() {
InsecureAccount acct;
acct.deposit(6.23); /* Error! No matching function -
hidden by
www.eeworm.com/read/278099/10570055
c xstrcmp.c
/* +++Date last modified: 05-Jul-1997 */
/*
** XSTRCMP.C - Simple string pattern matching functions using DOS
** wildcards ('?' & '*').
**
** Derived from code by Arjan Kentner (
www.eeworm.com/read/278099/10571450
doc match.doc
+++Date last modified: 05-Jul-1997
REGEX Globber (Wild Card Matching)
A *IX SH style pattern matcher written in C
V1.10 Dedicated to the
www.eeworm.com/read/278099/10572627
c metaphon.c
/* +++Date last modified: 05-Jul-1997 */
/*
** METAPHON.C - Phonetic string matching
**
** The Metaphone algorithm was developed by Lawrence Phillips. Like the
** Soundex algorithm, it compa
www.eeworm.com/read/464279/7166902
showperson
#!/bin/sh
# Name: showperson
# Desc: show matching records in addressbook
# Args: $1 -> string to look for in addressbook
PATH=/bin:/usr/bin
# check that a stringname is given
if [ $# -lt 1 ]
www.eeworm.com/read/399998/7816222
c siftmatch.c
/* file: siftmatch.c
** author: Andrea Vedaldi
** description: SIFT descriptor matching.
**/
/* AUTORIGHTS
Copyright (c) 2006 The Regents of the University of California.
All Rights Reser
www.eeworm.com/read/309649/13666935
c xstrcmp.c
/* +++Date last modified: 05-Jul-1997 */
/*
** XSTRCMP.C - Simple string pattern matching functions using DOS
** wildcards ('?' & '*').
**
** Derived from code by Arjan Kentner (