代码搜索结果
找到约 10,000 项符合
L 的代码
funcdraw.l
// -------------------------- funcdraw.l ------------------------------
%{
# include "semantics.h"
# include "y_tab.h" // 由XDYACC根据源程序生成
unsigned int LineNo; // 行号
struct Token tokens;
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);
scan.l
/****************************************************************************
scan.l
ParserWizard generated Lex file.
****************************************************************************/