代码搜索:
找到约 10,000 项符合「」的源代码
代码结果 10,000
www.eeworm.com/read/392021/8366949
m evaltf.m
function h = evalTF(tf,z)
%h = evalTF(tf,z)
%Evaluates the rational function described by the struct tf
% at the point(s) given in the z vector.
% TF must be either a zpk object or a struct containing
www.eeworm.com/read/392021/8366950
m plotspectrum.m
function plotSpectrum(X,fin,fmt)
% plotSpectrum(X,fin,fmt) Plot a smoothed spectrum
if nargin
www.eeworm.com/read/392021/8366952
m padl.m
function y = padl(x, n, val)
%y = padl(x, n, val)
% Pad a matrix x on the left to length n with value val(0)
% The empty matrix is assumed to be have 1 empty row
if nargin < 3
val = 0;
end
y = [
www.eeworm.com/read/392021/8366953
m bquantize.m
function y = bquantize(x,nsd,abstol,reltol)
%y = bquantize(x,nsd=3,abstol=eps,reltol=10*eps)
% Bidirectionally quantize a n by 1 vector x to nsd signed digits,
% Terminate early if the error is less
www.eeworm.com/read/192685/8366954
txt 在vb6.0中如何调用vbx.txt
VBX是 16位 的 控 件 , 不 能 在 VB 5.0以 上 的 版 本 中 使 用 。 你 应 该 查 询 该 软 件 的 厂 商 , 看 他 是 否 有 32位 的 ActiveX(OCX)版 本 可 以 提 供 , 一 般 的 VBX控 件 都 已 经 有 对 应 的 ActiveX版 本 了 。 没 有 简 单 的 办 法 将 VBX转 换 为 OCX。
www.eeworm.com/read/392021/8366955
m dsdemo3.m
% Realization and dynamic range scaling
clc
if exist('LiveDemo','var') == 0
LiveDemo=0;
end
fprintf(1,'\t\t\t Modulator realization and scaling\n\n');
echo on;
order=5; R=42; opt=1;
H = synthesi
www.eeworm.com/read/292215/8366956
h v_pid.h
//***************************PID算法有关**********************************************
//**************************定义PID的三个参数*************************
#define VV_KAVALUE 0x40
#define VV_KBVALUE 0x09
www.eeworm.com/read/192685/8366957
txt 请问有vb用的语音压缩控件或格式转换控件吗.txt
你 可 以 考 虑 使 用 MP3控 件 , 在 http://www.dialog-medien.de你 可 以 下 载 将 .wav转 换 为 .mp3的 控 件 和 播 放 .mp3的 控 件 。 由 于 .mp3很 流 行 , 所 以 你 遇 到 的 问 题 也 可 能 少 些 。
www.eeworm.com/read/192685/8366958
txt 如何在运行时给imgedit 控件设置字体大小、样式.txt
ImgEdit的 帮 助 文 件 没 有 谈 及 这 个 问 题 。 我 实 际 实 验 的 结 果 是 这 样 的 , 如 果 使 用 ImgEdit1.SelectTool AnnoText这 样 的 语 句 切 换 Text等 工 具 , 那 么 对 ImgEdit1.AnnotationFont的 修 改 确 实 改 变 了 ImgEdit1.AnnotationFont属 性 的 值 ,