代码搜索:L
找到约 10,000 项符合「L」的源代码
代码结果 10,000
www.eeworm.com/read/414209/11124754
m l.m
%lms算法源程序
clear all
close all
%channel system order
sysorder = 5 ;
% Number of system points
N=2000;
inp = randn(N,1);
n = randn(N,1);
[b,a] = butter(2,0.25);
Gz = tf(b,a,-1);
%This funct
www.eeworm.com/read/413707/11145958
bmp l.bmp
www.eeworm.com/read/413620/11149436
java l.java
// Decompiled by DJ v3.9.9.91 Copyright 2005 Atanas Neshkov Date: 2006-5-1 19:31:43
// Home Page : http://members.fortunecity.com/neshkov/dj.html - Check often for new version!
// Decompiler optio
www.eeworm.com/read/413456/11155152
inf l.inf
Window .WAV File : L.WAV
Result .OK File : L.OK
Mono Sound.
Sample Rate = 7000 Hz.
Resoultion = 16 bits per sample.
Data Len = 6292 bytes.
Event Mark Info:
0
www.eeworm.com/read/413456/11155255
wav l.wav
www.eeworm.com/read/267750/11164696
gif l.gif
www.eeworm.com/read/411847/11224607
l echo.l
%{
#include
%}
%%
^[ \t]*[#!] { printf("comment line\n"); }
. ECHO;
\n ECHO;
%%
int yywrap(void)
{
return 1;
}
int main(void)
{
yylex();
return 0;
}
www.eeworm.com/read/411847/11224614
l add.l
%{
#include
extern void yyerror(const char* s);
%}
%%
[0-9]+ {
yylval = atoi((const char*)yytext);
return INTEGER;
}
[-+\n] return *yytext;
[ \t] ; /*skip whitespace*/