代码搜索:L
找到约 10,000 项符合「L」的源代码
代码结果 10,000
www.eeworm.com/read/101759/15819195
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/101757/15819197
l wordpro.l
%{
{*
* 基于符号列表定制的单词识别
*}
program WordPro;
{$APPTYPE CONSOLE}
uses
SysUtils, LexLib, Classes;
type
TWordState=(wsLookUp, wsVerb, wsAdj, wsAdv, wsNoun, wsPrep, wsPron, wsConj);
TWord=class(
www.eeworm.com/read/101656/15822769
l joos.l
/*
* JOOS is Copyright (C) 1997 Laurie Hendren & Michael I. Schwartzbach
*
* Reproduction of all or part of this software is permitted for
* educational or research use on condition that this copy
www.eeworm.com/read/101312/15838014
wdl l.wdl
www.eeworm.com/read/101282/15838998
txt l.txt
//-------------1------File类及方法-----------------
import java.io.*;
public class a
{
public static void main(String args[])
{
try {
File fdir1 = new File("test");
if ( fdir
www.eeworm.com/read/101282/15839001
ppt l.ppt
www.eeworm.com/read/101208/15841610
h l.h
#ifndef __L_H
#define __L_H
#include
#if (0 ANSI(+1))
# ifndef va_arg
# include
# endif
#endif
#include
/* ==================== input.c
www.eeworm.com/read/101162/15849145