代码搜索结果
找到约 10,000 项符合
L 的代码
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);
lexer.l
%{
#include "global.h"
char tokenstring[MAXTOKENLEN+1];
%}
paraletter [-][a-zA-z]+//参数
whitespace [ \t]+//空白符
newline \n//执行命令
%%
"bg" {return BG;}
"fg" {return FG;}
l.txt
返回>>C语言函数大全
函数名: labs
功 能: 取长整型绝对值
用 法: long labs(long n);
程序例:
#include
#include
int main(void)
{
long result;
long x = -12345678L;
result= labs(x)
l.txt
this ia s input disk file.
scanner.l
%{
/*===========================================================================
Copyright (c) 1998-2000, The Santa Cruz Operation
All rights reserved.
Redistribution and use in source and binar
fscanner.l
%{
/*===========================================================================
Copyright (c) 1998-2000, The Santa Cruz Operation
All rights reserved.
Redistribution and use in source and binar