代码搜索结果

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

l.obj

g object1 v 1 -1 1 v -1 -1 1 v -1 -1 -1 v 1 -1 -1 v 1 1 1 v -1 1 1 v -1 1 -1 v 1 1 -1 v 3 -1 1 v 3 -1 -1 v 3 1 1 v 3 1 -1 v -1 3 1 v 1 3 1 v 1 3 -1 v -1 3 -1 f 1 2 3 4 f 2 6 7 3 f

lexer.l

%{ #include "globals.h" #include "util.h" #include "scan.h" /* lexeme of identifier or reserved word */ char tokenString[MAXTOKENLEN+1]; char lookAhead[MAXTOKENLEN+1]; %} digit [0-9]

config.l

A [a-z_A-Z] M [a-z_A-Z0-9] int skipping; %% "/*" {skipping = 1;} "*/" {skipping = 0;} "%" {extern int brkcount; if (! skipping) if (++brkcount == 2) return 0; /* end-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);