代码搜索:factor

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

代码结果 6,651
www.eeworm.com/read/168118/9937268

m theo_mult_w.m

function [pm,p]=theo_mult_w(rin,fpress) % [pm,p]=theo_mult_w(r) % % THEO_MULT_W computes the multiple contamination in a 1-D p-wave % theogram according to the algorithm in % Waters, "Reflection Sei
www.eeworm.com/read/362500/9995944

m nplsbld1.m

function [wts,upred]= nplsbld1(t,u,ii,n,plots) %NPLSBLD1 Carries out NNPLS when model structure is already known. % Inputs are the X and Y-block scores (t) and (u), the number % of latent variabl
www.eeworm.com/read/362500/9996017

m efa_demo.m

echo on %EFA_DEMO Demonstrates EVOLVFA evolving factor analysis function. % % This demonstration illustrates the use of the EVOLVFA % function in the PLS_Toolbox for evolving factor analysis.
www.eeworm.com/read/361765/10036808

rd perisk.rd

\name{PErisk} \alias{PErisk} \docType{data} \title{Political Economic Risk Data from 62 Countries in 1987} \description{ Political Economic Risk Data from 62 Countries in 1987. } \usage{data(PErisk)}
www.eeworm.com/read/360770/10079109

m trifac.m

function [Q,Delta] = trifac (T) %---------------------------------------------------------------------- % Usage: [Q,Delta] = trifac (T) % % Descripton: Factor an n by n tridiagonal coefficien
www.eeworm.com/read/426017/10294133

c factortri.c

#include #include "mex.h" void factor(int n, double *di, double *dq, double *ei, double *eq, double *mi, double *mq) /*********************************************
www.eeworm.com/read/160490/10526953

m cp0702_gaussian_derivatives_p.m

% % FUNCTION 7.5 : "cp0702_Gaussian_derivatives_peak % frequency" % % Analysis of peak frequency of the first 15 derivatives of % the Gaussian pulse as a function of the shape factor % % 'smp'
www.eeworm.com/read/276402/10741724

m cp0702_gaussian_derivatives_peak_frequency.m

% % FUNCTION 7.5 : "cp0702_Gaussian_derivatives_peak % frequency" % % Analysis of peak frequency of the first 15 derivatives of % the Gaussian pulse as a function of the shape factor % % 'smp'
www.eeworm.com/read/276402/10741818

m cp0702_gaussian_derivatives_peak_frequency.m

% % FUNCTION 7.5 : "cp0702_Gaussian_derivatives_peak % frequency" % % Analysis of peak frequency of the first 15 derivatives of % the Gaussian pulse as a function of the shape factor % % 'smp'
www.eeworm.com/read/349903/10785512

cpp williams.cpp

/* * Program to factor big numbers using Williams (p+1) method. * Works when for some prime divisor p of n, p+1 has only * small factors. * See "Speeding the Pollard and Elliptic Curve