代码搜索:MATCHING
找到约 3,451 项符合「MATCHING」的源代码
代码结果 3,451
www.eeworm.com/read/360606/10085223
m ex10_5.m
%
% In this example we design a GaAs FET oscillator
% using microstrip matching networks
%
% Copyright (c) 1999 by P.Bretchko and R.Ludwig
% "RF Circuit Design: Theory and Practice"
%
www.eeworm.com/read/301544/6962360
m ggmme.m
function [mu, alpha, beta] = ggmme(x)
% GGMME Moment matching estimator for generalized Gaussian pdf
%
% [mu, alpha, beta] = ggmme(x)
%
% Input:
% x: Input data
%
% Output:
% mu,
www.eeworm.com/read/455115/7377722
m affinefundmatrix.m
% AFFINEFUNDMATRIX - computes affine fundamental matrix from 4 or more points
%
% Function computes the affine fundamental matrix from 4 or more matching
% points in a stereo pair of images. The Gold
www.eeworm.com/read/143004/12905257
scs perform.scs
{ perform.scs: performance system - classifier matching }
{ performance declarations - most are in declare.scs }
var cfile:text; { classifier file }
function randomchar(pgeneral:real):integer;
{ s
www.eeworm.com/read/240580/13212773
cxx research.cxx
// Scintilla source code edit control
/** @file RESearch.cxx
** Regular expression search library.
**/
/*
* regex - Regular expression pattern matching and replacement
*
* By: Ozan S. Y
www.eeworm.com/read/151092/5686352
java notifyoperation.java
// Fig: NotifyOperation.java
// This application receives a notification when a matching entry
// is written to the JavaSpace.
package com.deitel.advjhtp1.javaspace.notify;
// Jini core packages
www.eeworm.com/read/144212/5752810
c parens.c
/* parens.c -- Implementation of matching parentheses feature. */
/* Copyright (C) 1987, 1989, 1992 Free Software Foundation, Inc.
This file is part of the GNU Readline Library, a library for
www.eeworm.com/read/131315/5935641
c wildmat.c
/* $Revision: 4.0.1.1 $
**
** Do shell-style pattern matching for ?, \, [], and * characters.
** Might not be robust in face of malformed patterns; e.g., "foo[a-"
** could cause a segmentation vio
www.eeworm.com/read/131315/5942010
c wildmat.c
/* $Revision: 1.9 $
**
** Do shell-style pattern matching for ?, \, [], and * characters.
** Might not be robust in face of malformed patterns; e.g., "foo[a-"
** could cause a segmentation violati
www.eeworm.com/read/108242/6183916
c regexp.c
/*
* Regular expression matching for expr(1). Bugs: The upper bound of
* a range specified by the \{ feature cannot be zero.
*
* Copyright (C) 1989 by Kenneth Almquist. All rights reserved.
*