代码搜索:MATCHING
找到约 3,451 项符合「MATCHING」的源代码
代码结果 3,451
www.eeworm.com/read/217949/14942670
m find_all_matching.m
function [s_param,L,C,description,Number_of_networks]=find_all_matching(Z0,G_load,freq)
zL=(1+G_load)/(1-G_load);
r=real(zL);
x=imag(zL);
g=real(1/zL);
b=imag(1/zL);
% first we count the n
www.eeworm.com/read/482889/1282032
hpp max_cardinality_matching.hpp
//=======================================================================
// Copyright (c) 2005 Aaron Windsor
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying
www.eeworm.com/read/182181/5264867
java astskip_to_matching_brace.java
/* Generated By:JJTree: Do not edit this line. ASTskip_to_matching_brace.java */
package com.k_int.codec.comp;
public class ASTskip_to_matching_brace extends SimpleNode {
public ASTskip_to_matchin
www.eeworm.com/read/312645/3654244
sh find_matching_files.sh
#! /bin/sh
#ORIG="/work4/OpenBSD.ORIG/sys"
ORIG="/work4/IPv6/kame/freebsd4/sys"
FILES=`cd ${ORIG};find sys kern net* -type f -or -type l | grep -v CVS`
#ECOS="/work2/ecc/ecc/net/tcpip/current"
www.eeworm.com/read/398200/2385757
sh find_matching_files.sh
#! /bin/sh
#ORIG="/work4/OpenBSD.ORIG/sys"
ORIG="/work4/IPv6/kame/freebsd4/sys"
FILES=`cd ${ORIG};find sys kern net* -type f -or -type l | grep -v CVS`
#ECOS="/work2/ecc/ecc/net/tcpip/current"
ECOS="
www.eeworm.com/read/386597/2570154
m naive_string_matching.m
function sh = Naive_String_Matching(text, x)
% Naive string matching: Find the location of the string x in text 'text'
%
% Inputs:
% text - Text vector
% x - Search string
%
% Output:
www.eeworm.com/read/375190/2733515
cpp random_matching_test.cpp
//=======================================================================
// Copyright (c) 2005 Aaron Windsor
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying fil
www.eeworm.com/read/355845/3047506
m perform_wavelet_matching.m
function [M1,MW,MW1] = perform_wavelet_matching(M1,M,options)
% perform_wavelet_matching - match multiscale histograms
%
% M1 = perform_wavelet_matching(M1,M,options);
%
% M1 is the image to synthe