代码搜索:L
找到约 10,000 项符合「L」的源代码
代码结果 10,000
www.eeworm.com/read/400305/11579606
m m_l.m
% m_l.m
% generate the m
% m 序列长度为P=2^n-1
% 设输入为n=5,查常用本原多项式表得其本原多项式为1+x^2+x^5
% clear [0 1 1 1 0 0 0 1]
n=8;
fbcon=[];
switch n
case 2
fbcon=[1 1];
case 3
fbc
www.eeworm.com/read/262490/11587398
class l_square.class
www.eeworm.com/read/348505/11590787
hzk16l
www.eeworm.com/read/348410/11595103
pdf l298.pdf
www.eeworm.com/read/158635/11596582
m gui_l.m
function gui_l (x, y)
%
% This file is needed by FASTICAG
% The load dialog for loading new data
% and new initial guess.
% @(#)$Id: gui_l.m,v 1.4 2004/07/27 13:09:26 jarmo Exp $
%%%%%%%%%%%%%%%%%%
www.eeworm.com/read/262218/11600269