代码搜索:L
找到约 10,000 项符合「L」的源代码
代码结果 10,000
www.eeworm.com/read/280395/10333184
l wc1.l
/* First cut at a flex-based "wc" tool. */
ws [ \t]
nonws [^ \t\n]
%%
int cc = 0, wc = 0, lc = 0;
{nonws}+ cc += yyleng; ++wc;
{ws}+ cc += yyleng;
\n ++lc; ++cc;
{
printf( "%8d
www.eeworm.com/read/280395/10333193
l wc2.l
/* Somewhat faster "wc" tool: match more text with each rule */
ws [ \t]
nonws [^ \t\n]
word {ws}*{nonws}+
%%
int cc = 0, wc = 0, lc = 0;
{word}{ws}* cc += yyleng; ++wc;
{word}{ws}*\n cc += yy
www.eeworm.com/read/280395/10333196
l wc3.l
/* Somewhat faster still: potentially match a lot of text with each rule */
ws [ \t]
nonws [^ \t\n]
word {ws}*{nonws}+
words {word}{ws}+
%%
int cc = 0, wc = 0, lc = 0;
{word}{ws}* cc += yylen
www.eeworm.com/read/162113/10335172
asm 10_l.asm
data_seg segment
car db 29
db 40h,0bh,0,0
db 14 dup(40h,0bh,1,0)
db 40h,00h,0,1
db 13 dup(02ah,0bh,-1,0)
;-----------------------
www.eeworm.com/read/162113/10335240
exe 10_l.exe
www.eeworm.com/read/162113/10335303
obj 10_l.obj
www.eeworm.com/read/354643/10338959
gif quickpan_l.gif
www.eeworm.com/read/354643/10339682
gif quickpan_l.gif
www.eeworm.com/read/280297/10341832
l01 statuspane.l01
/**
*
* @brief Resource file containing English strings for Status Pane
* application
*
* Copyright (c) EMCC Software Ltd 2003
* @version 1.0
*/
// APPLICATION INFORMATION
#define ELangua
www.eeworm.com/read/280265/10342942
l01 animation.l01
/**
*
* @brief Resource file containing English strings for Animation
* application
*
* Copyright (c) EMCC Software Ltd 2003
* @version 1.0
*/
// APPLICATION INFORMATION
#define ELanguage