代码搜索:L

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

代码结果 10,000
www.eeworm.com/read/104962/15680706

l sentence.l

%{ {* * 基于单词识别的句子分析 用法 lex Sentence *} Unit Sentence; interface uses SysUtils, LexLib, Classes; const Noun=257; Pron=258; Verb=259; Adv= 260; Adj= 261; Prep=262; Conj=263;
www.eeworm.com/read/104962/15680713

l expression.l

%{ {* 下面的例子改编自lex和yacc第二版 识别简单算术表达式的lex 用法:Lex Expression ExpressionL.dpr *} unit ExpressionL; interface uses SysUtils, LexLib, Yacclib; const NUMBER=258; function yylex: Integ
www.eeworm.com/read/104962/15680718

l printline.l

%{ (* 演示程序,演示ECHO的用法 对于从控制台输入的每一行,都重新打印一遍 使用: printline 生成工程文件: lex printline printline.dpr *) program PrintLine; {$APPTYPE CONSOLE} uses SysUtils, LexLib; %} %
www.eeworm.com/read/104962/15680722

l word.l

%{ {* 下面的例子改编自lex和yacc第二版 识别更多的话 *} program IsVerb; {$APPTYPE CONSOLE} uses SysUtils, LexLib; %} %% [\t ]+ {* 忽略空格 *} ; is | am | are | were | was | be | being | been | do | does | d
www.eeworm.com/read/104962/15680725

l isverb.l

%{ {* 下面的例子改编自lex和yacc第二版 简单的识别什么是动词 *} program IsVerb; {$APPTYPE CONSOLE} uses SysUtils, LexLib; %} %% [\t ]+ {* 忽略空格 *}; is | am | are | were | was | be | being | been | do | doe
www.eeworm.com/read/104867/15682184

l scan.l

/**************************************************************************** scan.l ParserWizard generated Lex file. ****************************************************************************/
www.eeworm.com/read/104626/15688532

ico l.ico

www.eeworm.com/read/103513/15730147

l lexer.l

/*************************************************************************** lexer.l (IDL lex scanner) Copyright (C) 1998, 1999 Andrew T. Veliath This library is free software; you can
www.eeworm.com/read/103453/15731401

l lexer.l

%{ #include #include #include #include #include "sql_parser.h" #include "parser.h" #include "mem.h" #warning "strings are limited to 2000 characters" #defin
www.eeworm.com/read/103448/15731846

l samcomm.l

Wed Nov 05 18:17:04 2003 SAM4 Assembler for 57 Core Ver. 2.09T(Win32) Copyright(c) 1999 Samsung Electronics Co. --------------------------------------------------------------------