代码搜索:
找到约 10,000 项符合「」的源代码
代码结果 10,000
www.eeworm.com/read/392021/8366869
m dsclansobj.m
function [f,g]=dsclansObj(x,order,OSR,Q,rmax,Hz)
% Objective function for clans.m
% f is the magnitude of H at the band-edge
% g =||h||_1 - Q
% Translate x into H.
H = dsclansNTF(x,order,rmax,Hz);
www.eeworm.com/read/192685/8366870
txt 怎样使用activex dll 来封装窗体form为dll文件.txt
1、 建 立 一 个 ActiveX DLL工 程 , 这 时 工 程 中 将 包 括 一 个 类 模 块 Class1。
2、 在 ActiveX DLL工 程 中 添 加 一 个 Form。
3、 在 类 模 块 添 加 如 下 函 数 :
Public Function ShowMyForm(s As String)
Form1.Captio
www.eeworm.com/read/392021/8366871
m addpis.m
function addPIS
% Add the PosInvSet subdirectory of the toolbox to the current path
tb_dir = which('dsdemo5');
slash = find(tb_dir==filesep);
if isempty(slash)
tb_dir = '';
else
tb_dir = tb_di
www.eeworm.com/read/192685/8366872
txt 怎样用vb编写activex,才能够让html直接访问和调用函数和属性.txt
你 可 以 使 用 VB的 “ ActiveX控 件 接 口 向 导 ” 为 ActiveX控 件 添 加 属 性 和 方 法 , 这 些 属 性 和 方 法 都 可 以 在 HTML中 使 用 调 用 。
www.eeworm.com/read/392021/8366873
m infnorm.m
function [Hinf,wmax] = infnorm(H)
% [Hinf,fmax] = infnorm(H) Find the infinity norm of a z-domain transfer function.
% Get a rough idea of the location of the maximum.
N = 129;
w = linspace(0,2*pi,N
www.eeworm.com/read/192685/8366874
txt 如何创建一个在可作为容器的控件上的类.txt
立一个用户控件(UserControl),并将ControlContainer属性设为True。
www.eeworm.com/read/292216/8366875
dat trace2.dat
1.0000000e+000 1.1800000e+002 3.2000000e+001 3.0000000e+002 0.0000000e+000 0.0000000e+000 0.0000000e+000 9.0000000e+001
2.0000000e+000 1.1800004e+002 3.2000000e+001 3.0000000e+002 4.000
www.eeworm.com/read/192685/8366876
txt 如何设置activex控件的属性为几种可选值.txt
先 定 义 一 个 枚 举 类 型 , 如 :
Public Enum Stooge
Larry
Curly
Moe
End Enum
然 后 定 义 属 性 类 型 为 该 枚 举 类 型 就 可 以 了 。 如 :
Property Let Name(Effect As Stooge)
www.eeworm.com/read/392021/8366877
m evalf0.m
function F0 = evalF0(f1,z,phi)
%F0 = evalF0(f1,z,phi) Calculate the values of the F0 (prototype) filter
%of a Saramaki HBF at the given points.
F0 = evalF1( f1, 0.5*(z + 1./z), phi );
www.eeworm.com/read/292216/8366878
m trace5.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% 航迹发生器
%
% 输入参数:
% t 仿真时间
% T 仿真步长
% atti 横滚、俯仰、航向(单位:度)
% atti_