代码搜索结果
找到约 10,000 项符合
L 的代码
l.java
import java.uti<mark>l</mark>.*;
pub<mark>l</mark>ic c<mark>l</mark>ass <mark>L</mark> {
private f<mark>l</mark>oat <mark>l</mark>ength; //定义长变量
private f<mark>l</mark>oat width; // 宽变量
pub<mark>l</mark>ic <mark>L</mark>(f<mark>l</mark>oat <mark>l</mark>ength,f<mark>l</mark>oat width){
this.<mark>l</mark>ength=<mark>l</mark>ength;
this.width=width;
}
pub<mark>l</mark>ic f<mark>l</ ...
tokens.l
/* Hey Emacs, this is code for lex to eat, treat it as -*-C-*- code
ALPHA [a-zA-Z]
ID {ALPHA}+
ARG [^=\n\r]+
ID {ALPHA}({ALPHA}|{DIGIT})*
ARG "=" .*
N
l.m
%
% routine to get the square root of a number
%
% usage: via tree structured GA
%
function out = l(x)
%
%
out = log(x);
l.m
%
% routine to get the square root of a number
%
% usage: via tree structured GA
%
function out = l(x)
%
%
out = log(x);