代码搜索:MATCHING
找到约 3,451 项符合「MATCHING」的源代码
代码结果 3,451
www.eeworm.com/read/349646/10809827
m bipartitematchingdemo.m
% Consider matching sources to detections
% s1 d2
% s2 d3
% d1
%a = bipartiteMatchingHungarian([52;0.01])
% sources(:,i) = [x y] coords
sources = [0.1 0.7; 0.6 0.4]';
detecti
www.eeworm.com/read/469416/6976281
m bipartitematchingdemo.m
% Consider matching sources to detections
% s1 d2
% s2 d3
% d1
%a = bipartiteMatchingHungarian([52;0.01])
% sources(:,i) = [x y] coords
sources = [0.1 0.7; 0.6 0.4]';
detecti
www.eeworm.com/read/458682/7291396
sh match-string.sh
#!/bin/bash
# match-string.sh: simple string matching
match_string ()
{
MATCH=0
NOMATCH=90
PARAMS=2 # Function requires 2 arguments.
BAD_PARAMS=91
[ $# -eq $PARAMS ] || return $BAD_PAR
www.eeworm.com/read/458661/7291917
m lmatch.m
% lmatch.m - L-section reactive conjugate matching network
%
% Usage: X12 = lmatch(ZG,ZL,type);
% X12 = lmatch(ZG,ZL); (equivalent to type='n')
%
% ZG = generator impedance = RG+jXG
www.eeworm.com/read/458000/7314454
c lstrlib.c
/*
** $Id: lstrlib.c,v 1.132.1.3 2007/12/28 15:32:23 roberto Exp $
** Standard library for string operations and pattern-matching
** See Copyright Notice in lua.h
*/
#include
#include
www.eeworm.com/read/331826/12804816
c lstrlib.c
/*
** $Id: lstrlib.c,v 1.132.1.3 2007/12/28 15:32:23 roberto Exp $
** Standard library for string operations and pattern-matching
** See Copyright Notice in lua.h
*/
#include
#include
www.eeworm.com/read/140851/13058866
m bipartitematchingdemo.m
% Consider matching sources to detections
% s1 d2
% s2 d3
% d1
%a = bipartiteMatchingHungarian([52;0.01])
% sources(:,i) = [x y] coords
sources = [0.1 0.7; 0.6 0.4]';
detecti
www.eeworm.com/read/138798/13211822
m bipartitematchingdemo.m
% Consider matching sources to detections
% s1 d2
% s2 d3
% d1
%a = bipartiteMatchingHungarian([52;0.01])
% sources(:,i) = [x y] coords
sources = [0.1 0.7; 0.6 0.4]';
detecti
www.eeworm.com/read/323119/13352581
inc ctype_like_escape.inc
#
# Bugs: #13046:
# LIKE pattern matching using prefix index doesn't return correct result
#
select @@collation_connection;
create table t1 ROW_FORMAT=DYNAMIC select repeat('a',50) as c1 ;
insert into
www.eeworm.com/read/315751/13536876
m lmatch.m
% lmatch.m - L-section reactive conjugate matching network
%
% Usage: X12 = lmatch(ZG,ZL,type);
% X12 = lmatch(ZG,ZL); (equivalent to type='n')
%
% ZG = generator impedance = RG+jXG