代码搜索:factor
找到约 6,651 项符合「factor」的源代码
代码结果 6,651
www.eeworm.com/read/304082/13801568
m lin2pcma.m
function p=lin2pcma(x,m,s)
%LIN2PCMA Convert linear PCM to A-law P=(X,M,S)
% pcma = lin2pcma(lin) where lin contains a vector
% or matrix of signal values.
% The input values will be converted to
www.eeworm.com/read/304061/13802302
txt 例1.81.txt
例1.81 进行合并同类项执行。
>> syms x
>> collect(3*x^3-0.5*x^3+3*x^2)
ans=
5/2*x^3+3*x^2)
进行因式分解执行。
>> factor(3*x^3-0.5*x^3+3*x^2)
ans=
1/2*x^2*(5*x+6)
www.eeworm.com/read/302326/13837656
m cfdlms.m
%CFDLMS Constrained Frequency-Domain LMS algorithm
%
% 'ifile.mat' - input file containing:
% Nr - members of ensemble
% N - iterations
% Sx - standard deviation of input
% B -
www.eeworm.com/read/301928/13845620
m gaussianmask.m
function M = gaussianMask(k,s)
% k: the scaling factor
% s: standard variance
R = ceil(3*s); % cutoff radius of the gaussian kernal
for i = -R:R,
for j = -R:R,
M(i+ R+1,j+R+1) =
www.eeworm.com/read/147872/5719389
properties message.properties
parser.parse.1=Wrong character.
parser.parse.2=Invalid reference number.
parser.next.1=A character is required after \\.
parser.next.2='?' is not expected. '(?:' or '(?=' or '(?!' or '(?
www.eeworm.com/read/147872/5719417
properties message.properties
parser.parse.1=Wrong character.
parser.parse.2=Invalid reference number.
parser.next.1=A character is required after \\.
parser.next.2='?' is not expected. '(?:' or '(?=' or '(?!' or '(?
www.eeworm.com/read/136827/5847071
h spreproc.h
/**********************************************************************
** Copyright (C) 2000-2005 Trolltech AS and its licensors.
** All rights reserved.
**
** This file is part of the Qtopia Environ
www.eeworm.com/read/132649/5912783
txt goodmsp.txt
Model-space-points ::= {
scale-factor 1,
x { 167831, 2, 3 },
y { 4 },
z { }
}