代码搜索:
找到约 10,000 项符合「」的源代码
代码结果 10,000
www.eeworm.com/read/392021/8366899
m undbm.m
function v=undbm(p,z)
% v=undbm(p,z=50) = sqrt(z*10^(p/10-3)) rms voltage equivalent to a power p indBm
if nargin
www.eeworm.com/read/392021/8366900
m lcoptparam2tf.m
function [H,L0,ABCD,param] = LCoptparam2tf(x,param)
% LCoptparam2tf(...) Convert optimization parameters to transfer functions.
n = param.n;
param.gw = ones(1,n-1);
switch param.form
case 'FB'
www.eeworm.com/read/192685/8366901
txt 支持自动换行的数据库浏览网格控件.txt
如 果 你 的 DBGrid的 行 高 足 够 大 , DBGrid也 支 持 换 行 。 如 果 你 需 要 一 个 比 较 好 的 支 持 自 动 换 行 的 控 件 (这 样 的 控 件 不 可 能 是 免 费 的 ), 你 可 以 使 用 True DBGrid(http://www.apexsc.com/)或 Far Point Spread(http://www.f-point.com
www.eeworm.com/read/392021/8366902
m predictsnr.m
function [snr,amp,k0,k1,sigma_e2] = predictSNR(ntf,R,amp,f0)
%[snr,amp,k0,k1,sigma_e2] = predictSNR(ntf,R=64,amp=...,f0=0)
%Predict the SNR curve of a binary delta-sigma modulator by using
%the descri
www.eeworm.com/read/192685/8366903
txt 如何在表格中进行cell的结合.txt
嵌 入 Combo的 问 题 , 你 可 以 参 考 QA000168 “如何在DBGrid控件中使用下拉列表框”。 而 结 合 表 格 比 较 麻 烦 , 如 果 真 的 很 重 要 的 话 , 只 能 购 买 第 三 方 软 件 了 , 如 FlexGrid、 Cell(http://www.trustsoft.com虽 是 中 文 的 , 但 太 贵 了 )。
www.eeworm.com/read/392021/8366904
m impl1.m
function y = impL1(arg1,n)
% y=impL1(ntf,n=10)
% Compute the impulse response from the comparator
% output to the comparator input for a NTF H.
% n is the (optional) number of points (10).
%
% This
www.eeworm.com/read/192685/8366905
txt 如何实现编辑和预览html文件的功能.txt
要 实 现 一 个 所 见 即 所 得 的 HTML编 辑 器 不 是 一 件 很 容 易 的 事 。 要 是 很 容 易 实 现 , Frontpage就 不 值 钱 了 。 IE5本 身 带 有 一 个 DHTMLEdit控 件 , 该 控 件 可 以 实 现 所 见 即 所 得 的 HTML编 辑 , 该 软 件 的 帮 助 信 息 在 MSDN Library中 可 以 找 到 , 也 可
www.eeworm.com/read/392021/8366906
m padr.m
function y = padr(x, n, val)
%y = padr(x, n, val)
% Pad a matrix x on the right 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/8366907
c simulateesl.c
/* simulateESL.c - A MEX-file for simulating a the element selection logic
%[sv,sx,sigma_se,max_sx,max_sy] = simulateESL(v,ntf,M[16],dw[1..],sx0[0..])
%Simulate the Element Selection Logic for a multi
www.eeworm.com/read/392021/8366908
m lcplottf.m
function LCplotTF(H,L0,param)
% LCplotTF(H,L0,param)
%Plot some graphs associated with the LC system.
%
%Arguments
% H The closed-loop noise transfer function (in z).
% L0 The open-loop tf (in s) from