代码搜索结果
找到约 10,000 项符合
L 的代码
l.txt
函数名: labs
功 能: 取长整型绝对值
用 法: long labs(long n);
程序例:
#include
#include
int main(void)
{
long result;
long x = -12345678L;
result= labs(x);
p
l.bat
cls
c:\nectools32\bin\lk78k0s ft main other show scan -s
c:\nectools32\bin\oc78k0s ft
motor.l
Sat Jan 14 09:29:55 2006
SAM8 Assembler for Reduced Instruction Ver. 2.15T(Win32)
Copyright (c) 2003 Samsung Electronics Co.
-----------------------------------------------
adc.l
Sat Jan 14 09:29:55 2006
SAM8 Assembler for Reduced Instruction Ver. 2.15T(Win32)
Copyright (c) 2003 Samsung Electronics Co.
-----------------------------------------------
fireplace.l
Mon Aug 14 15:13:07 2006
SAM8 Assembler for Reduced Instruction Ver. 2.15T(Win32)
Copyright (c) 2003 Samsung Electronics Co.
-----------------------------------------------
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
testxxlexer.l
// An example of using the flex C++ scanner class.
%option C++ noyywrap
%{
int mylineno = 0;
%}
string \"[^\n"]+\"
ws [ \t]+
alpha [A-Za-z]
dig [0-9]
name ({alpha}|{dig}|\$)({alpha
fixit.l
%{
/* fixit.l - convert long external names to names of 8-bytes or less */
/*
* This program is included to satisfy "dumb" compilers/linkers which
* do not know about externals of names longer