代码搜索结果

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

l.java

package l; import java.awt.*; import java.awt.event.*; import java.applet.*; import java.util.Vector; import java.util.Date; /** * Title: L * Description: * Copyright: Copyright (c) 200

nslexer.l

%{ /* $NetBSD: nslexer.l,v 1.3 1999/01/25 00:16:17 lukem Exp $ */ /*- * Copyright (c) 1997, 1998, 1999 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software co

lex.l

%{ #include "parser.h" #include #include void getline(char *buf,int *num,int max_num); #define YY_INPUT(buf,result,max_size) {\ getline(buf,&result,max_size);\

l.h

#define DATA_L_SIZE 336 #ifdef __LOAD_SDRAM static CCHAR _cData_L[DATA_L_SIZE] = { 0x88, 0x5a, 0xa0, 0x25, 0x50, 0x00, 0x00, 0xd4, 0x6f, 0x29, 0xf3, 0x37, 0x24, 0xba, 0xdb, 0x83, 0x97, 0x1c, 0x54,

l.h

#define DATA_L_SIZE 336 #ifdef __LOAD_SDRAM static CCHAR _cData_L[DATA_L_SIZE] = { 0x88, 0x5a, 0xa0, 0x25, 0x50, 0x00, 0x00, 0xd4, 0x6f, 0x29, 0xf3, 0x37, 0x24, 0xba, 0xdb, 0x83, 0x97, 0x1c, 0x54,

l.pl

# !!!!!!! DO NOT EDIT THIS FILE !!!!!!! # This file is built by mktables.PL from e.g. Unicode.301. # Any changes made here will be lost! return

tiny.l

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

parser.l

%option nounput %{ /* -*- flex-mode -*- */ /* FreeS/WAN config file parser (parser.l) * Copyright (C) 2001 Mathieu Lafon - Arkoon Network Security * * This program is free software; you can redistr

lex.l

%{ #include "parser.h" #include #include void getline(char *buf,int *num,int max_num); #define YY_INPUT(buf,result,max_size) {\ getline(buf,&result,max_size);\

l.m

function Lf = L(alpha); %alpha = u.*alpha; [n,b] = size(alpha); J = log2(n); D = b-1; J0 = D-1; %s = alpha(:,1)'./(2^J0); s = alpha(:,1)'/2; %s = zeros(1,n); %s(1,1:2^J0:n) =