代码搜索:factor
找到约 6,651 项符合「factor」的源代码
代码结果 6,651
www.eeworm.com/read/362372/10002028
res p46.res
Global coordinates
Node 1 0.0000E+00 0.0000E+00
Node 2 0.0000E+00 0.3000E+01
Node 3 0.0000E+00 0.6000E+01
Node 4 0.3000E+01 0.6000E+01
Node
www.eeworm.com/read/165851/10049016
m program_10_7.m
% Program 10_7
% Illustration of Sampling Rate Alteration by
% a Ratio of Two Integers
%
clf;
N = input('Length of input signal = ');
L = input('Up-sampling factor = ');
M = input('Down-samplin
www.eeworm.com/read/361001/10069713
asv mvu.asv
function [Y,details]=mvu(DD,K,varargin)
% [Y,details]=mvu(DD,K,pars)
%
% 参数介绍
% DD SQUARED distance matrix of the input vectors (e.g. euclidean
% distances)数据点的距离平方矩阵
%
% Optional:
%
% K number
www.eeworm.com/read/361001/10069727
m mvu.m
function [Y,details]=mvu(DD,K,varargin)
% [Y,details]=mvu(DD,K,pars)
%
% 参数介绍
% DD SQUARED distance matrix of the input vectors (e.g. euclidean
% distances)数据点的距离平方矩阵
%
% Optional:
%
% K number
www.eeworm.com/read/360053/10110869
~c g722.~c
/* $Id: adpcm.c,v 1.7 2005/06/15 07:27:31 ael01 Exp $ */
/*************************************************************************/
/*
www.eeworm.com/read/360053/10110884
c g722.c
/* $Id: adpcm.c,v 1.7 2005/06/15 07:27:31 ael01 Exp $ */
/*************************************************************************/
/*
www.eeworm.com/read/164265/10120628
h ct.h
/************************************************************************
* *
* Copyright (C) SEIKO EPSON CORP. 1999 *
* *
* File name: ct.h *
* This is clock time
www.eeworm.com/read/163168/10172497
h ct.h
/************************************************************************
* *
* Copyright (C) SEIKO EPSON CORP. 1999 *
* *
* File name: ct.h *
* This is clock time
www.eeworm.com/read/357506/10208344
m program_13_7.m
% Program 13_7
% Illustration of Sampling Rate Alteration by
% a Ratio of Two Integers
%
clf;
N = input('Length of input signal = ');
L = input('Up-sampling factor = ');
M = input('Down-samplin
www.eeworm.com/read/356723/10222177
m igamma_for.m
function value = incomplete_gamma (x,n)
if( x == 0)
value = 0;
return
end
if(x > 1e100)
value = 1.;
return
end
eps = 3.0e-7;
if( x < 0. | n < 0.)
'error'
return
end
if