代码搜索结果
找到约 10,000 项符合
U 的代码
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));
u_dept.dfm
inherited FORM_Dept: TFORM_Dept
Left = 240
Top = 243
Width = 783
Caption = #24314#31435#37096#38376#20449#24687
OldCreateOrder = True
OnClose = FormClose
OnShow = FormShow
Pixe
u_dept.~pas
unit U_Dept;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, U_ZQZLform, Grids, DBGridEh, ExtCtrls, ComCtrls, ToolWin,DB;
type
TFOR