代码搜索:L
找到约 10,000 项符合「L」的源代码
代码结果 10,000
www.eeworm.com/read/209579/15217043
asm 10_l.asm
data_seg segment
car db 29
db 40h,0bh,0,0
db 14 dup(40h,0bh,1,0)
db 40h,00h,0,1
db 13 dup(02ah,0bh,-1,0)
;-----------------------
www.eeworm.com/read/209579/15217054
exe 10_l.exe
www.eeworm.com/read/209404/15220615
m l2.m
function X=L2(x,y,x1)
% input x is a vector that contains a list of abscissas
% y is a vector that cntains a list of ordinates
% x1 is the number at where the interpolation is to be oba
www.eeworm.com/read/209404/15220616
m l1.m
function X=L1(x,y,x1)
% input x is a vector that contains a list of abscissas
% y is a vector that cntains a list of ordinates
% x1 is the number at where the interpolation is to be oba
www.eeworm.com/read/209401/15220656
m sepa_l.m
% SOURCE SEPARATION IN LINEAR MIXTURES
%-------------------------------------------------------------------------------
% s = source signals
% e = observations
% y = output signals
%-------------