代码搜索:factor

找到约 6,651 项符合「factor」的源代码

代码结果 6,651
www.eeworm.com/read/216898/14988033

texi arrays-stencils.texi

@cindex stencil objects @cindex Array stencils Blitz++ provides an implementation of stencil objects which is currently @strong{experimental}. This means that the exact details of how they are decl
www.eeworm.com/read/215197/15070786

m lin2pcmu.m

function p=lin2pcmu(x,s) %LIN2PCMU Convert linear to Mu-law PCM P=(X,S) % pcmu = lin2pcmu(lin) where lin contains a vector % or matrix of signal values within a range determined by % the scale fac
www.eeworm.com/read/214970/15081473

m lin2pcmu.m

function p=lin2pcmu(x,s) %LIN2PCMU Convert linear to Mu-law PCM P=(X,S) % pcmu = lin2pcmu(lin) where lin contains a vector % or matrix of signal values within a range determined by % the scale fac
www.eeworm.com/read/212516/15155072

m erppca.m

% erpPCA - Unrestricted, unstandardized covariance-based PCA with Varimax rota- % tion (cf. Kayser J, Tenke CE, Clin Neurophysiol, 2003, 114:2307-25) % % Usage: [LU, LR, FSr, VT] = erpPCA(
www.eeworm.com/read/212376/15157238

m exm05021_2.m

syms a x;f1=x^4-5*x^3+5*x^2+5*x-6;factor(f1) f2=x^2-a^2;factor(f2) factor(1025)
www.eeworm.com/read/208476/15246742

m lininit.m

% -------------------------------> LININIT.M
www.eeworm.com/read/208476/15246753

m optrinit.m

% ------------------------------> OPTRINIT.M
www.eeworm.com/read/205717/15309559

dat golub_names.dat

hum_alu_at (miscellaneous control) hum_alu_at AFFX-HUMISGF3A/M97935_3_at (endogenous control) AFFX-HUMISGF3A/M97935_3_at AFFX-HUMGAPDH/M33197_5_at (endogenous control) AFFX-HUMGAPDH/M33197_5_at AFFX-H
www.eeworm.com/read/169773/5411029

txt 语句.txt

语句: 变量申明:var 可申明全局变量或局部变量 如果有内部变量与外部变量同名,必须用var申明内部变量 函数定义:function,return 最好在Head部分定义脚本,以其被优先装载。 函数名应是唯一的。 参数用逗号分隔。 caller 共有属性,谁调用的。 arguments 共有属性,参数数组,下标从零 ...
www.eeworm.com/read/168578/5443932

java zoomable.java

/* =========================================================== * JFreeChart : a free chart library for the Java(tm) platform * =========================================================== * * (