代码搜索:
找到约 10,000 项符合「」的源代码
代码结果 10,000
www.eeworm.com/read/392021/8366889
m clans.m
function NTF=clans(order,OSR,Q,rmax,opt)
%NTF = clans(order=4,OSR=64,Q=5,rmax=0.95,opt=0) Optimal NTF design
%for a multi-bit modulator.
%CLANS = "closed-loop analysis of noise-shapers,"
%and was orig
www.eeworm.com/read/192685/8366890
txt 为何有的自动化对象可以在类型库中看到,却无法new或createobject创建.txt
如 果 你 建 立 一 个 ActiveX部 件 , 你 可 以 注 意 一 下 类 模 块 的 Instancing 属 性 的 设 置 。 如 果 一 个 类 的 Instancing 属 性 设 置 为 1( Private) , 则 你 无 法 在 部 件 外 部 看 到 。 如 果 Instancing 属 性 设 置 为 2( PublicNotCreatable) , 则 你 可 以
www.eeworm.com/read/392021/8366891
m undbp.m
function y = undbp(x)
% y = undbp(x) Convert x from dB to a power
y = 10.^(x/10);
www.eeworm.com/read/392021/8366892
m mod2.m
function mod = mod2()
% mod = mod2()
% Populate a structure describing the second-order modulator
A=[1 0; 1 1];
B=[1 -1; 1 -2];
C=[0 1];
D=[0 0];
ABCD=[A B; C D];
mod.ABCD=[A B; C D];
[mod.H mod.G] =
www.eeworm.com/read/192685/8366893
txt 如何设置ole的滚动条.txt
滚 动 条 不 能 利 用 OLE控 件 本 身 的 , 要 自 己 用 滚 动 条 控 件 去 实 现 滚 动 操 作 !
www.eeworm.com/read/192685/8366894
txt 如何把控件外部数据源的信息传进自定义控件.txt
VB6可 以 建 立 支 持 数 据 库 绑 定 的 控 件 , 但 是 是 基 于 ADO的 。
www.eeworm.com/read/292216/8366895
dat trace4.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.1800002e+002 3.2000000e+001 3.0000000e+002 2.000
www.eeworm.com/read/392021/8366896
m dsexample1.m
function mod = dsexample1
% Design example for a 5th-order binary lowpass modulator.
% Altogether too much of the code is greared toward making the graphs
% look 'pretty'.
format compact;
J = 1i;
c
www.eeworm.com/read/192685/8366897
txt 如何以picturebox为样板动态添加控件并包含有picturebox中的所有控件.txt
你可以向工程中添加一个UserControl,这个UserControl相当于PictureBox。你可以在其中添加各种控件。然后你可以在窗体上添加一个UserControl,以后你使用Load动态添加UserControl时,所有子控件都将会被加载。
www.eeworm.com/read/292216/8366898
m trace3.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% 航迹发生器
%
% 输入参数:
% t 仿真时间
% T 仿真步长
% atti 横滚、俯仰、航向(单位:度)
% atti_