代码搜索:Explained
找到约 346 项符合「Explained」的源代码
代码结果 346
www.eeworm.com/read/132699/14078152
txt (0642)unix教程网络篇.txt
书名 : UNIX教程网络篇
英文原书名 : Unix Networking Clearly Explained
作者 : Richard L.Petersen
译者 : 蒋文保等译
书号 : 7-111-08063-7
页码 : 232
定价 : ¥25.00
出版日期 : 2000-6-1
www.eeworm.com/read/201349/15409717
m rbfmain.m
%数据预处理
a1=a(:,1:8);
a2=dataprocess3(a1); %归一化
%主元分析
b=a2(:,1:7);
[pc,latent,explained]=pcacov(b);
pc1=pc(:,1:5);
b1=b*pc1;
%建立RBF网络并进行训练
a3=a2';
p=a3(1:7,1:144);
t=a3(8,1:144);
eg=0.00
www.eeworm.com/read/144614/12781480
1 sms2mailgw.1
.TH SMS2MAILGW 1 "Project SMSLink" "Les Ateliers du Heron" \" -*- nroff -*-
.SH NAME
sms2mailgw \- SMS to mail gateway module
.SH SYNOPSIS
.B sms2mailgw
.SH DESCRIPTION
.B sms2mailgw
is a daemon pro
www.eeworm.com/read/306516/13743037
m sta12_1.m
load cities
whos
categories
first5=names(1:5,:)
% 用箱形图来表达
boxplot(ratings,0,'+',0)
set(gca,'YTicklabel',categories)
stdr=std(ratings);
sr=ratings./stdr(ones(329,1),:);
%寻找主成分
[pcs,newdata,va
www.eeworm.com/read/103277/15738019
1 sms2mailgw.1
.TH SMS2MAILGW 1 "Project SMSLink" "Les Ateliers du Heron" \" -*- nroff -*-
.SH NAME
sms2mailgw \- SMS to mail gateway module
.SH SYNOPSIS
.B sms2mailgw
.SH DESCRIPTION
.B sms2mailgw
is a daemon pro
www.eeworm.com/read/100066/15886922
1 sms2mailgw.1
.TH SMS2MAILGW 1 "Project SMSLink" "Les Ateliers du Heron" \" -*- nroff -*-
.SH NAME
sms2mailgw \- SMS to mail gateway module
.SH SYNOPSIS
.B sms2mailgw
.SH DESCRIPTION
.B sms2mailgw
is a daemon pro
www.eeworm.com/read/306559/13741890
pdf symbian os explained effective c++ programming for smartphones.pdf
www.eeworm.com/read/119755/14823160
pdf addison-wesley - extreme programming explained. embrace change .pdf
www.eeworm.com/read/306516/13743025
m sta12_2.m
X=[13.0 9.7 1.5 6.4
1.0 7.5 1.5 6.5
20.6 12.5 2.3 7.0
33.3 19.0 2.8 5.8
20.5 14.2 1.9 6.9
10.0 6.7 2.2 7.0
12.7 5.7 2.9 6.7
36.5 15.7 2.3 7.2
37.1 14.3 2.1 7.2
25.5
www.eeworm.com/read/465779/7045943
m kk1.m
function [bzh, remarix, dwhpcs, var, per_ex] = kk1(X)
[m,n]=size(X);
% 绘制第一个图形
subplot(1,2,1);
boxplot(X,0,'+',0);
xlabel('变量值的范围');
ylabel('五个指标(变量)') ;
%计算样本的标准差
stdr=std(X,0,1);
%计算样本各