代码搜索结果

找到约 10,000 项符合 L 的代码

l.txt

this ia s input disk file.

lex.l

%{ #define USE_PURE_PARSER #ifdef USE_PURE_PARSER #define YY_DECL int yylex (YYSTYPE *lvalp) #define YY_LVALP lvalp #else #define YY_LVALP (&yylval) #endif /* get current pos (offset from start of

l.m

% % routine to get the square root of a number % % usage: via tree structured GA % function out = l(x) % % out = log(x);

l.m

% % routine to get the square root of a number % % usage: via tree structured GA % function out = l(x) % % out = log(x);

tiny.l

/****************************************************/ /* File: tiny.l */ /* Lex specification for TINY */ /* Compiler Construction: Princi