代码搜索:MATCHING
找到约 3,451 项符合「MATCHING」的源代码
代码结果 3,451
www.eeworm.com/read/461382/7228307
m ratematch.m
function y = RateMatch( x, X_i, e_ini, e_plus, e_minus )
% RateMatch performs the basic UMTS/HSDPA Rate Matching algorithm
%
% The calling syntax is:
% y = RateMatch( x, X_i, e_ini, e_plus, e_
www.eeworm.com/read/331446/12827650
m opti_mi_scaling.m
% 2D Mutual Information Matching using Optimization toolbox
%
% In image.mat, IM1 and IM2 are included.
%
% IM1: 230 X 230 MRI image
% IM2: 512 X 512 CT image
%
% Your selection of initial p
www.eeworm.com/read/327242/13092511
c c_dispn.c
/* dispn.c associated subroutines for matching sequences */
/* $Name: fa35_03_06 $ - $Id: c_dispn.c,v 1.25 2007/12/13 14:38:19 wrp Exp $ */
#include
#include
#include
www.eeworm.com/read/136697/13365350
m l_match.m
function match = L_match(Lset,x0)
% match = L_match(Lset,x0)
%
% Matching degree of the crisp value x0 in space X with the fuzzy set
% Lset in space X. Lset is defined in terms of alpha-cuts (level s
www.eeworm.com/read/312000/13620366
c output.c
/* $Id: output.c,v 1.8 2007/05/09 23:22:28 tom Exp $ */
#include "defs.h"
static int default_goto(int symbol);
static int is_C_identifier(char *name);
static int matching_vector(int vector);
static
www.eeworm.com/read/144212/5752871
changelog
Wed Aug 16 20:45:44 1995 David J. MacKenzie
* version.c: Version 1.3.
* termcap.c (tgetent): Use the user-supplied buffer even if we
don't find a matching terminal, s
www.eeworm.com/read/263220/11370925
m showmatches.m
% draws the matching points and some epipolar lines
x = features1.pos( matches(:,1), [2 1] ); x(:,3) = 1;
xp = features2.pos( matches(:,2), [2 1] ); xp(:,3) = 1;
imsize = [size(img1,2) size(img1,
www.eeworm.com/read/258131/11882993
m ratematch.m
function y = RateMatch( x, X_i, e_ini, e_plus, e_minus )
% RateMatch performs the basic UMTS/HSDPA Rate Matching algorithm
%
% The calling syntax is:
% y = RateMatch( x, X_i, e_ini, e_plus, e_
www.eeworm.com/read/207991/4999451
mal tst037.mal
# testing pattern matching against strings
b:= pcre.match("Hello world","Hello");
io.print(b);
b:= pcre.match("Hello world",".*lo.*");
io.print(b);
b:= pcre.match("Hello world","^lo.*or");
io.print(b