代码搜索:factor
找到约 6,651 项符合「factor」的源代码
代码结果 6,651
www.eeworm.com/read/420735/2064747
all-wcprops
K 25
svn:wc:ra_dav:version-url
V 89
/svnroot/mosesdecoder/!svn/ver/1344/trunk/regression-testing/tests/multi-factor-binptable
END
filter-stdout.pl
K 25
svn:wc:ra_dav:version-url
V 105
/svnroot/mosesde
www.eeworm.com/read/420735/2064758
all-wcprops
K 25
svn:wc:ra_dav:version-url
V 95
/svnroot/mosesdecoder/!svn/ver/1344/trunk/regression-testing/tests/multi-factor-binptable/truth
END
results.txt
K 25
svn:wc:ra_dav:version-url
V 107
/svnroot/mosesd
www.eeworm.com/read/420735/2064767
all-wcprops
K 25
svn:wc:ra_dav:version-url
V 85
/svnroot/mosesdecoder/!svn/ver/1344/trunk/regression-testing/tests/nbest-multi-factor
END
filter-stdout.pl
K 25
svn:wc:ra_dav:version-url
V 101
/svnroot/mosesdecode
www.eeworm.com/read/420735/2064779
all-wcprops
K 25
svn:wc:ra_dav:version-url
V 91
/svnroot/mosesdecoder/!svn/ver/1344/trunk/regression-testing/tests/nbest-multi-factor/truth
END
results.txt
K 25
svn:wc:ra_dav:version-url
V 103
/svnroot/mosesdecod
www.eeworm.com/read/399810/2357923
svn-base example_3.m.svn-base
my_network = new_model('factor', 6 );
my_network = set_all_variables_sizes(my_network, 2);
M = [0.2 0.1; 0.7 0.9];
M (:,:,2) = [0.4 0.3; 0.6 0.4];
my_network = set_potential(my_network, [1 3 5], M);
m
www.eeworm.com/read/378914/2679232
m p10_2.m
% Program P10_2
% Illustration of Down-Sampling by an Integer Factor
%
clf;
n = 0: 49;
m = 0: 50*3 - 1;
x = sin(2*pi*0.042*m);
y = x([1 : 3 : length(x)]);
subplot(2,1,1)
stem(n, x(1:50)); axis([0 50 -
www.eeworm.com/read/378914/2679378
m p10_2.m
% Program P10_2
% Illustration of Down-Sampling by an Integer Factor
%
clf;
n = 0: 49;
m = 0: 50*3 - 1;
x = sin(2*pi*0.042*m);
y = x([1 : 3 : length(x)]);
subplot(2,1,1)
stem(n, x(1:50)); axis([0 50 -
www.eeworm.com/read/367675/2834120
txt 1.txt
发信人: ashun (阿顺), 信区: DataMining
标 题: 数据挖掘术语简介(一)
发信站: 南京大学小百合站 (Wed Aug 29 14:41:38 2001)
accuracy
Accuracy is an important factor in assessing the success of data mining. When
applied to
www.eeworm.com/read/367675/2836152
txt 62.txt
发信人: ashun (阿顺), 信区: DataMining
标 题: 数据挖掘术语简介(一)
发信站: 南京大学小百合站 (Wed Aug 29 14:41:38 2001)
accuracy
Accuracy is an important factor in assessing the success of data mining. When
applied to
www.eeworm.com/read/283083/9043761
c filter.c
#include
#include
static double pi;
static int n;
double windows(int winnum,int wn);
int main()
{
int n1,i,j,band,factor,winnum;
double fl,fh,fs,wc,w1,w2,a,s;
double h[200