代码搜索:U

找到约 10,000 项符合「U」的源代码

代码结果 10,000
www.eeworm.com/read/398382/7990958

dls u5176946.dls

www.eeworm.com/read/398382/7990985

dls u0244969.dls

www.eeworm.com/read/398382/7990989

dls u5497246.dls

www.eeworm.com/read/398351/7992354

m u_elipap.m

function [b,a] = u_elipap(N,Rp,As,Omegac); % 未归一化的椭圆型模拟低通滤波器原型 % ----------------------------------------------------- % [b,a] = u_elipap(N,Rp,As,Omegac); % b = Ha(s) 分子多项式的系数 % a = Ha(s) 分母多
www.eeworm.com/read/398351/7992510

m u_buttap.m

function [b,a] = u_buttap(N,Omegac); % 未归一化的巴特沃斯模拟低通滤波器原型 % -------------------------------------------------------- % [b,a] = u_buttap(N,Omegac); % b = Ha(s) 分子多项式的系数 % a = Ha(s) 分母多项式的系数 %
www.eeworm.com/read/297756/7997744

m u_buttap.m

function [b,a]=u_buttap(N,Omegac) %巴特沃斯滤波器去归一化改进 [z,p,k]=buttap(N); p=p*Omegac; k=k*Omegac^N; B=real(poly(z)); b0=k; b=k*B; a=real(poly(p));
www.eeworm.com/read/297712/8001772

pas u_login.pas

unit U_login; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DBTables, DB, Grids, DBGrids, StdCtrls; type TForm_login = class(TFor
www.eeworm.com/read/297712/8001774

pas u_main.pas

unit U_main; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DB, DBTables, StdCtrls, ExtCtrls, ComCtrls, Grids, DBGrids; type TForm
www.eeworm.com/read/297712/8001776

dfm u_login.dfm

object Form_login: TForm_login Left = 565 Top = 142 Width = 374 Height = 248 Caption = #25945#24072#30331#24405 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = cl
www.eeworm.com/read/297712/8001778

ddp u_main.ddp