代码搜索:MATCHING
找到约 3,451 项符合「MATCHING」的源代码
代码结果 3,451
www.eeworm.com/read/164393/10111223
ncb pattern_matching.ncb
www.eeworm.com/read/164393/10111228
cpp pattern_matching.cpp
www.eeworm.com/read/164393/10111235
plg pattern_matching.plg
Build Log
--------------------Configuration: pattern_matching - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUM
www.eeworm.com/read/164120/10128253
java kmp_matching.java
package kmp_algorith;
public class KMP_Matching {
private int[] next;
// computes the next[j]
void setNext(String p){
char P[]=new char[p.length()];
P=p.toCharArray
www.eeworm.com/read/358273/10193193
m find_matching.m
function [s_param,L,C,description]=find_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);
description='nothing';
C=-1;
L=-1;
s11=0;
www.eeworm.com/read/468137/6994277
h matching_shifting.h
/*########################################################################
The contents of this file are subject to the Mozilla Public License
Version 1.0(the "License"); You may NOT use thi
www.eeworm.com/read/468137/6994280
cpp matching_shifting.cpp
/*########################################################################
The contents of this file are subject to the Mozilla Public License
Version 1.0(the "License"); You may NOT use thi
www.eeworm.com/read/467276/7009196
mht pattern matching.mht
From:
Subject: Pattern Matching
Date: Wed, 29 Apr 2009 09:26:19 +0800
MIME-Version: 1.0
Content-Type: text/html;
charset="gb2312"
Content-Transfer-Encoding:
www.eeworm.com/read/462844/7194402
m matching_half.m
% exhaustive search block matching (EBMA) algorithm
%
function [vm,hm,pframe]=EBMA_half(refframe, newframe, row, col, bsize, Vrange, Hrange, vm, hm, pframe);
%assumes bsize=16
clear err
err=zer
www.eeworm.com/read/458682/7291739
sh patt-matching.sh
#!/bin/bash
# patt-matching.sh
# Pattern matching using the # ## % %% parameter substitution operators.
var1=abcd12345abc6789
pattern1=a*c # * (wild card) matches everything between a - c.
echo
e