代码搜索:Scan

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

代码结果 10,000
www.eeworm.com/read/259942/11755858

re bug1297658.re

#include #include #include struct Scanner { Scanner(char *_inp) : inp(_inp), buf(NULL), ptr(NULL), len(0), siz(strlen(_inp)), line(0) { fill(0); cur = buf; }
www.eeworm.com/read/259942/11755906

c bug1454253.c

/* Generated by re2c */ #line 1 "bug1454253.re" #include #include #include #define RET(n) return n size_t scan(const char *s, int l, char *r) { const char *p = s; c
www.eeworm.com/read/259942/11756128

c repeater.c

/* Generated by re2c */ #line 1 "repeater.re" #include #include #include #define RET(n) return n int scan(const char *s, int l){ const char *p = s; const char *q; #de
www.eeworm.com/read/259942/11756135

c bug1390174.c

/* Generated by re2c */ #line 1 "bug1390174.re" #include #include #include #define RET(n) return n int scan(const char *s, int l) { const char *p = s; const char *q;
www.eeworm.com/read/259942/11756194

re repeater.re

#include #include #include #define RET(n) return n int scan(const char *s, int l){ const char *p = s; const char *q; #define YYCTYPE char #define YYCURSOR
www.eeworm.com/read/259942/11756282

re bug1390174.re

#include #include #include #define RET(n) return n int scan(const char *s, int l) { const char *p = s; const char *q; #define YYCTYPE char #define YYCURSOR
www.eeworm.com/read/259453/11789485

qmsg prev_cmp_keyboard.map.qmsg

{ "Info" "IQEXE_SEPARATOR" "" "Info: *******************************************************************" { } { } 3 0 "*******************************************************************" 0 0 "" 0}
www.eeworm.com/read/259453/11789518

qmsg keyboard.map.qmsg

{ "Info" "IQEXE_SEPARATOR" "" "Info: *******************************************************************" { } { } 3 0 "*******************************************************************" 0 0} { "I
www.eeworm.com/read/259453/11789617

qmsg keyboard.fit.qmsg

{ "Info" "IQEXE_SEPARATOR" "" "Info: *******************************************************************" { } { } 3 0 "*******************************************************************" 0 0} { "I
www.eeworm.com/read/345494/11812614

m ex0712.m

%例7-12 正则表达式简单应用 stra = 'bat cat can car COAT court cut ct CAT-scan'; regexpi(stra, 'c[aeiou]+t') %匹配c*t模式的字符串,其中*是aeiou中的某一个字符 strb = {'Madrid, Spain' 'Romeo and Juliet' 'MATLAB is great'}; s1 =