代码搜索:L
找到约 10,000 项符合「L」的源代码
代码结果 10,000
www.eeworm.com/read/386935/8717846
id 2007110800l.id
www.eeworm.com/read/287073/8725449
gif tab_l.gif
www.eeworm.com/read/386757/8728630
gif l_bg.gif
www.eeworm.com/read/287018/8731932
gif top_l.gif
www.eeworm.com/read/386582/8736658
l arith_lex.l
%{
/* $NetBSD: arith_lex.l,v 1.12.6.1 2005/04/07 11:38:58 tron Exp $ */
/*-
* Copyright (c) 1993
* The Regents of the University of California. All rights reserved.
*
* This code is derived from
www.eeworm.com/read/430605/8737614
gif l_og.gif
www.eeworm.com/read/430328/8756112
l01 titlepane.l01
/**
*
* @brief Resource file containing English strings for TitlePane
* application
*
* Copyright (c) EMCC Software Ltd 2003
* @version 1.0
*/
// APPLICATION INFORMATION
#define ELanguage
www.eeworm.com/read/386254/8759830
m fir_l.m
fs=22050;
x1=wavread('音乐.wav');
wp=2*pi*1000/fs;
ws=2*pi*1200/fs;
wdelta=ws-wp;
N=ceil(8*pi/wdelta); %取整
wn=(wp+ws)/2;
beta=3.39;
window=kaiser(N+1,beta);
[b,a]=fir1(N,wn/pi,'low',
www.eeworm.com/read/386254/8759832
m iir_l.m
%设计Butterworth低通滤波器
%数字滤波器指标w=Omega.*T=Omega/fs:
[x1]=wavread('音乐.wav')
wp=2*pi*1000/22050; %数字通带频率(弧度)
ws=2*pi*1200/22050; %数字阻带频率(弧度)
Rp=1;
Rs=100;
%预畸变:
fs=22050;T=1/fs;
OmegaP=2
www.eeworm.com/read/430093/8767424
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 $
%%%%%%%%%%%%%%%%%%