代码搜索:factor
找到约 6,651 项符合「factor」的源代码
代码结果 6,651
www.eeworm.com/read/439446/7708596
m p10_7.m
% Program 10_7
% Illustration of Sampling Rate Alteration by
% a Ratio of Two Integers
%
clf;
L = input('Up-sampling factor = ');
M = input('Down-sampling factor = ');
n = 0:29;
x = sin(2*pi*0
www.eeworm.com/read/439446/7708687
m p10_7.m
% Program 10_7
% Illustration of Sampling Rate Alteration by
% a Ratio of Two Integers
%
clf;
L = input('Up-sampling factor = ');
M = input('Down-sampling factor = ');
n = 0:29;
x = sin(2*pi*0.43*n) +
www.eeworm.com/read/439361/7711574
m gaussian_derivatives_10db_bandwidth.m
%
% FUNCTION 7.6 : "cp0702_Gaussian_derivatives_
% 10dB_bandwidth"
%
% Analysis of -10 dB of the first 15 derivatives of the
% Gaussian pulse as a function of the shape factor
%
% 'smp' sampl
www.eeworm.com/read/438906/7724794
m plterrel.m
function plterrel(xo,yo,C,s,ltype)
% PLTERREL Plots an error ellipse on screen.
% Note 1: x & y represent north & south (opposite of
% normal MatLab convention). Note 2: use a square
% aspect
www.eeworm.com/read/436053/7777793
lma expr.lma
/*@A (C) 1992 Allen I. Holub */
/* This is the llama input file for the expression compiler.
*/
%term PLUS /* + */
TIMES /*
www.eeworm.com/read/199740/7826304
cpp ch9_5.cpp
//*********************
//** ch9_5.cpp **
//*********************
#include
bool Factor(int, int&, int&);
void main()
{
int number,squared,cubed;
bool error;
cou
www.eeworm.com/read/199075/7890587
cpp returnwithptr.cpp
//Listing 11.7
// Returning multiple values from a function
#include
short Factor(int, int*, int*);
int main()
{
int number, squared, cubed;
short erro
www.eeworm.com/read/198974/7899006
cpp ch9_5.cpp
//*********************
//** ch9_5.cpp **
//*********************
#include
bool Factor(int, int&, int&);
void main()
{
int number,squared,cubed;
bool error;
cou
www.eeworm.com/read/198970/7899891
m rescale.m
function npd = rescale(npd,factor)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% rescale(P, factor) -- Rescales the KDE "P" proportionally by
%
www.eeworm.com/read/398971/7904644
sas 例8.4.2、例8.5.1.sas
proc factor data=sasuser.examp842 n=3 rotate=varimax out=out842;
var x1-x10;
run;