代码搜索:pattern

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

代码结果 10,000
www.eeworm.com/read/245941/12771184

m combinations.m

function indices = combinations (in_from, N) % Find all N combinations of input indices % % Inputs: % in_from - The input indices % N - How many indices are requiered % % Outputs:
www.eeworm.com/read/330850/12865170

m combinations.m

function indices = combinations (in_from, N) % Find all N combinations of input indices % % Inputs: % in_from - The input indices % N - How many indices are requiered % % Outputs:
www.eeworm.com/read/317622/13500959

m combinations.m

function indices = combinations (in_from, N) % Find all N combinations of input indices % % Inputs: % in_from - The input indices % N - How many indices are requiered % % Outputs:
www.eeworm.com/read/127739/6001358

c asn1fix_cstring.c

#include "asn1fix_internal.h" struct _cstring_pattern { char *start; size_t length; }; static int _asn1f_cstring_find_line_pattern(char *s, struct _cstring_pattern *); int asn1f_fix_cstring(arg_t
www.eeworm.com/read/405069/11472307

m combinations.m

function indices = combinations (in_from, N) % Find all N combinations of input indices % % Inputs: % in_from - The input indices % N - How many indices are requiered % % Outputs:
www.eeworm.com/read/474600/6813566

m combinations.m

function indices = combinations (in_from, N) % Find all N combinations of input indices % % Inputs: % in_from - The input indices % N - How many indices are requiered % % Outputs:
www.eeworm.com/read/393173/8307431

cpp 3gppinterleaver.cpp

#include #include #include #include int length; /* length of the Turbo internal interleaver */ int *pattern; FILE *fp1; static void Get_pattern_prime
www.eeworm.com/read/235702/14055713

c asn1fix_cstring.c

#include "asn1fix/asn1fix_internal.h" struct _cstring_pattern { char *start; size_t length; }; static int _asn1f_cstring_find_line_pattern(char *s, struct _cstring_pattern *); int asn1f_fix_cstrin
www.eeworm.com/read/127767/14336052

txt e439. using the captured text of a group within a pattern.txt

It is possible to use the value of a group within the same pattern. For example, suppose you're trying to extract the text between some XML tags and you don't know what the possible sets of tags are.