代码搜索:Data Science
找到约 10,000 项符合「Data Science」的源代码
代码结果 10,000
www.eeworm.com/read/311903/13622803
cfg data.cfg
-$A8
-$B-
-$C+
-$D+
-$E-
-$F-
-$G+
-$H+
-$I+
-$J-
-$K-
-$L+
-$M-
-$N+
-$O+
-$P+
-$Q-
-$R-
-$S-
-$T-
-$U-
-$V+
-$W-
-$X+
-$YD
-$Z1
-cg
-AWinTypes=Windows;WinProcs=Windows;Dbi
www.eeworm.com/read/311903/13622805
res data.res
www.eeworm.com/read/311903/13622807
dll data.dll
www.eeworm.com/read/311903/13622853
dll data.dll
www.eeworm.com/read/311861/13624235
mdb data.mdb
www.eeworm.com/read/311480/13630311
mdb data.mdb
www.eeworm.com/read/311152/13634497
mdb data.mdb
www.eeworm.com/read/311110/13635431
m data.m
format rat
%
sample=0.01;
%
t=[1:16]/16;
%
x=[t/128 (1+t)/128 (1+t)/64 (1+t)/32 (1+t)/16 (1+t)/8 (1+t)/4 (1+t)/2];
%
for i=1:128
y(i)=x(129-i);
end
y=-y;
%
codebook=[y 0 x];
www.eeworm.com/read/310787/13644030