代码搜索:L
找到约 10,000 项符合「L」的源代码
代码结果 10,000
www.eeworm.com/read/391269/2521111
l uscan.l
/*
* amanda, the advanced maryland automatic network disk archiver
* Copyright (c) 1991-2000 University of Maryland at College Park
* All Rights Reserved.
*
* Permission to use, copy, modify, dis
www.eeworm.com/read/389922/2529938
l scan.l
%{
/* scan.l: the (f)lex description file for the scanner. */
/* This file is part of bc written for MINIX.
Copyright (C) 1991, 1992 Free Software Foundation, Inc.
This program is free soft
www.eeworm.com/read/389922/2530422
l scan.l
/* scan.l - scanner for flex input */
%{
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
*
* This code is derived from software contributed to Berkel
www.eeworm.com/read/389922/2530473
c l.c
/*
* a small awk clone
*
* (C) 1989 Saeko Hirabauashi & Kouichi Hirabayashi
*
* Absolutely no warranty. Use this software with your own risk.
*
* Permission to use, copy, modify and distribute
www.eeworm.com/read/389737/2539161
java l.java
// pica客户端J2ME源码,100%可运行可修改,J2ME逆向工程经典作品
// 作者:fangji999
// QQ:57979471 Email:fangji999@163.com
// 博客:http://hi.baidu.com/ccall_net
// QQ群:51719370
// 如用此源码重新改写的软件或转载,请保留本人联系方式,作品原创作者
package
www.eeworm.com/read/387868/2555471
l lexer.l
SIGN [+-]
DIGIT [0-9]
ALPHA [a-zA-Z_]
ALPHADIGIT [a-zA-Z_0-9]
STRINGCHAR [^"\\]
WORDCHAR [^'\\]
%{
/*
* File: lexer.l
* Description: Lexical analyser for PROLOGIO; can be used with
*
www.eeworm.com/read/385822/2584423
l 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);\
www.eeworm.com/read/384673/2598493
m 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) =
www.eeworm.com/read/383153/2621759
l configlexer.l
/* -*-c++-*- Producer - Copyright (C) 2001-2004 Don Burns
*
* This library is open source and may be redistributed and/or modified under
* the terms of the OpenSceneGraph Public License (OSGPL) ve
www.eeworm.com/read/377251/2703460
l 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);\