代码搜索:pattern

找到约 10,000 项符合「pattern」的源代码

代码结果 10,000
www.eeworm.com/read/280238/7144402

c acsmx.c

/* ** ** Multi-Pattern Search Engine ** ** Aho-Corasick State Machine - uses a Deterministic Finite Automata - DFA ** ** Copyright (C) 2002 Sourcefire,Inc. ** Marc Norton ** ** ** This program is f
www.eeworm.com/read/462462/7201221

c acsmx.c

/* ** ** Multi-Pattern Search Engine ** ** Aho-Corasick State Machine - uses a Deterministic Finite Automata - DFA ** ** Copyright (C) 2002 Sourcefire,Inc. ** Marc Norton ** ** ** This program is f
www.eeworm.com/read/461382/7228208

m puncture.m

% Puncture deletes bits at output of encoder according to puncutring pattern % % The calling syntax is: % [output] = Puncture(input, pun_pattern, tail_pattern ) % % output = Punctur
www.eeworm.com/read/455720/7367738

cpp cluster.cpp

// Cluster.cpp: implementation of the CCluster class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "mode.h" #include "Cluster.h" #in
www.eeworm.com/read/258131/11882755

m puncture.m

% Puncture deletes bits at output of encoder according to puncutring pattern % % The calling syntax is: % [output] = Puncture(input, pun_pattern, tail_pattern ) % % output = Punctur
www.eeworm.com/read/151343/12218407

m interdecode.m

%第一次交织的解交织 function [interdecode_Output] = interDecode(Input) X= length(Input); %N=每40ms对应比特数 N = 40; %n=X/N; %n取值为1,2,4,8 n = N / 10; C=n; R=X/C; matrix = zeros(R,C); index = 1; flag = 0; X=R*C; %逐列写
www.eeworm.com/read/127767/14337039

txt e437. getting the indices of a matching group in a regular expression.txt

For more information about groups, see e436 Capturing Text in a Group in a Regular Expression. CharSequence inputStr = "abbabcd"; String patternStr = "(a(b*))+(c*)"; // Compile a
www.eeworm.com/read/127767/14337600

txt e428. escaping special characters in a pattern.txt

Any nonalphanumeric character can be escaped with a backslash to remove it's special meaning (if any). This example implements a method that escapes all nonalphanumeric characters. This method is usef
www.eeworm.com/read/229309/14345821

asm main.asm

/****************************************************************************** ** ** ** Name: BF533 EZ-KIT Blink LEDs ** ** ** ****************
www.eeworm.com/read/223481/14639190

m puncture.m

% Puncture deletes bits at output of encoder according to puncutring pattern % % The calling syntax is: % [output] = Puncture(input, pun_pattern, tail_pattern ) % % output = Punctur