代码搜索:L
找到约 10,000 项符合「L」的源代码
代码结果 10,000
www.eeworm.com/read/201318/15410896
gif l.gif
www.eeworm.com/read/200444/15432996
c l.c
#include
#include
#include
#include
typedef enum bool
{ false=0,
true=1
}Bool;
Bool ClipT();
void LB_Line( x1,y1,x2,y2,XL,XR,YB,YT)
fl
www.eeworm.com/read/200272/15436021
txt l函数.txt
函数名: labs
功 能: 取长整型绝对值
用 法: long labs(long n);
程序例:
#include
#include
int main(void)
{
long result;
long x = -12345678L;
result= labs(x);
printf("nu
www.eeworm.com/read/113718/15450074
gsm l.gsm
www.eeworm.com/read/113637/15452167
ico l.ico
www.eeworm.com/read/113599/15452476
l interrup.l
Interrupt List, part 12 of 18
Copyright (c) 1989,1990,1991,1992,1993,1994,1995,1996,1997,1998,1999 Ralf Brown
--------W-2F1700-----------------------------
INT 2F - MS Windows "WINOLDAP" - IDENTIFY
www.eeworm.com/read/113400/15456711
l scan.l
%{
#include
#include "RT.h"
#include "gram.tab.h"
%}
ws [ \t]+
comment #[^\n]*
id [a-zA-Z][a-zA-Z0-9]*
nl [\r\n]
int "-"?[0-9]+
dubl "-"?[0-9]+"."[0-9]+
%%
www.eeworm.com/read/113400/15456729
l scan.l
%{
#include
#include "RT.h"
#include "gram.tab.h"
%}
ws [ \t]+
comment #[^\n]*
id [a-zA-Z][a-zA-Z0-9]*
nl [\r\n]
int "-"?[0-9]+
dubl "-"?[0-9]+"."[0-9]+
%%
www.eeworm.com/read/113400/15456780
l scan.l
%{
#include
#include "BT.h"
#include "gram.tab.h"
%}
ws [ \t]+
comment #[^\n]*
qstring \"[^\"\n]*[\"\n]
id [a-zA-Z][a-zA-Z0-9]*
nl [\r\n]
int "-"?[0-9]+
%%
{ws} ;
{
www.eeworm.com/read/110737/15459213