代码搜索:L
找到约 10,000 项符合「L」的源代码
代码结果 10,000
www.eeworm.com/read/428548/1959084
l zconf.l
%option backup nostdinit noyywrap never-interactive full ecs
%option 8bit backup nodefault perf-report perf-report
%x COMMAND HELP STRING PARAM
%{
/*
* Copyright (C) 2002 Roman Zippel
www.eeworm.com/read/427864/1964754
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/427493/1971406
java l.java
package com.hoya.games.sp;
import com.hoya.client.f;
import com.hoya.common.a;
import com.hoya.util.code.h;
import java.awt.Color;
import java.awt.Container;
import java.awt.Dimension;
import
www.eeworm.com/read/426481/1990127
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/418008/2095338
l zconf.l
%option backup nostdinit noyywrap never-interactive full ecs
%option 8bit backup nodefault perf-report perf-report
%x COMMAND HELP STRING PARAM
%{
/*
* Copyright (C) 2002 Roman Zippel
www.eeworm.com/read/408818/2242409
l makefile.l
01 #
02 # (C) Copyright 2000-2006
03 # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
04 #
05 # See file CREDITS for list of people who contributed to this
06 # project.
07 #
08 # This program
www.eeworm.com/read/408818/2243865
l mkconfig.l
01 #!/bin/sh -e
02
03 # Script to create header files and links to configure
04 # U-Boot for a specific board.
05 #
06 # Parameters: Target Architecture CPU Board [VENDOR] [SOC]
07 #
08 # (C) 200
www.eeworm.com/read/408818/2245128
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/407729/2259667
l zconf.l
%option backup nostdinit noyywrap never-interactive full ecs
%option 8bit backup nodefault perf-report perf-report
%x COMMAND HELP STRING PARAM
%{
/*
* Copyright (C) 2002 Roman Zippel