代码搜索:
找到约 10,000 项符合「」的源代码
代码结果 10,000
www.eeworm.com/read/392021/8366809
m dsdemo5.m
% Demonstrate the simulateESL function
echo off;
if exist('LiveDemo','var') == 0
LiveDemo=0;
end
clc;
fprintf(1,'\t\tMismatch-Shaping Unit-Element DAC\n\n');
% Specify the modulator NTF, the mism
www.eeworm.com/read/192685/8366810
txt 在网页上放置vb编写的控件,但每次运行都提示控件不安全.txt
提 示 不 安 全 是 在 VB控 件 运 行 之 前 进 行 的 , 所 以 你 在 VB中 对 此 无 能 为 力 , 只 能 修 改 IE的 安 全 选 项 或 给 控 件 加 上 数 字 签 名 。 站 在 你 的 角 度 上 出 现 这 样 的 提 示 不 够 好 看 , 但 站 在 用 户 的 角 度 看 , 由 于 ActiveX不 象 Java提 供 一 定 的 安 全 限 制 ,
www.eeworm.com/read/292217/8366811
dat eph.dat
1.0000000e+000 -5.9560834e+001 -4.6254775e+001
2.0000000e+000 1.7693583e+002 -1.1348511e+000
3.0000000e+000 1.1151052e+002 -3.4624524e+001
4.0000000e+000 1.7802814e+002 1.4968489e+002
5.
www.eeworm.com/read/392021/8366812
m padt.m
function y = padt(x, n, val)
%y = padt(x, n, val)
% Pad a matrix x on the top to length n with value val(0)
% The empty matrix is assumed to be have 1 empty column
if nargin < 3
val = 0;
end
y =
www.eeworm.com/read/192685/8366813
txt 在模块中调用usercontrol中的自定义事件或方法.txt
关 键 是 你 模 块 中 的 函 数 是 在 什 么 情 况 下 被 调 用 的 。 如 果 模 块 的 函 数 是 被 UserControl调 用 的 , 可 以 给 模 块 的 函 数 加 一 个 参 数 , 如 :
Public Sub MySub(Ctr As Object)
...
End Sub
在 UserControl调 用 时
www.eeworm.com/read/292217/8366814
07n brdc3330.07n
2 NAVIGATION DATA RINEX VERSION / TYPE
CCRINEXN V1.6.0 UX CDDIS 30-NOV-07 02:51 PGM / RUN BY / DATE
IGS BROADCAST EPHEMERIS FILE
www.eeworm.com/read/292217/8366815
m read_eph.m
www.eeworm.com/read/192685/8366816
txt 在编写组件是应该从那些方面入手.txt
VB的 组 件 包 括 ActiveX控 件 、 ActiveX DLL等 多 种 , 在 你 建 立 新 工 程 时 可 以 看 到 各 种 组 件 类 型 。
www.eeworm.com/read/392021/8366817
m dsdemo1.m
% Demonstrate synthesizeNTF
if exist('LiveDemo','var') == 0
LiveDemo=0;
end
J = sqrt(-1);
format compact;
clc
fprintf(1,'\t\tNTF Synthesis-- 5th-order modulator\n\n');
echo on
order = 5;
OSR = 32
www.eeworm.com/read/392021/8366818
m simulatesnr.m
function [snr,amp] = simulateSNR(ntf,OSR,amp,f0,nlev,f,k)
%[snr,amp] = simulateSNR(ntf,OSR,amp,f0=0,nlev=2,f=1/(4*OSR),k=13)
%Determine the SNR for a delta-sigma modulator by using simulations.
%The m