代码搜索结果
找到约 10,000 项符合
L 的代码
l225.eng
; HyperTek L225 (1685CC098LFX)
; Copyright Tripoli Motor Testing 2001 (www.tripoli.org)
; provided by ThrustCurve.org (www.thrustcurve.org)
L225 111 724 0 1.66118 3.94822 HT
0.271 380.609
0
l600.eng
; Ellis Mountain L600
; Copyright Tripoli Motor Testing 1998 (www.tripoli.org)
; provided by ThrustCurve.org (www.thrustcurve.org)
L600 76 584 0 2.4407 4.11981 EM
0.186 829.668
0.561 773.86
l330.eng
; Ellis Mountain L330
; Copyright Tripoli Motor Testing 1998 (www.tripoli.org)
; provided by ThrustCurve.org (www.thrustcurve.org)
L330 76 381 0 1.46944 2.67008 EM
0.194 298.963
0.584 378.8
l1150.eng
; AeroTech L1150
; provided by ThrustCurve.org (www.thrustcurve.org)
L1150 75 531 0 2.06528 3.6736 AT
0.053 935.855
0.175 1292.642
0.300 1260.926
0.425 1241.482
0.550 1257.058
l1.h
/*
* (C) Copyright 2000
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software; you
l1.c
/*
* (C) Copyright 2000
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software; you
awk.lx.l
%Start A str chc sc reg comment
%{
#include "awk.h"
#include "awk.def"
#undef input /* defeat lex */
extern int yylval;
extern int mustfld;
int lineno 1;
#ifdef DEBUG
# define RETURN(x) {if (dbg) pt
l3.c
/*
* Convert longs to and from 3-byte disk addresses
*/
ltol3(cp, lp, n)
char *cp;
long *lp;
int n;
{
register i;
register char *a, *b;
a = cp;
b = (char *)lp;
for(i=0;i
l_gt.c
long int l_gt(a,b,la,lb)
char *a, *b;
long int la, lb;
{
return(s_cmp(a,b,la,lb) > 0);
}
l_lt.c
long int l_lt(a,b,la,lb)
char *a, *b;
long int la, lb;
{
return(s_cmp(a,b,la,lb) < 0);
}