代码搜索:Explained
找到约 346 项符合「Explained」的源代码
代码结果 346
www.eeworm.com/read/465779/7045864
m yzfenxi.m
function [yzR, yzpcs, yzvar, yzper_ex, yzlj_per, yzA, yzhh, yzV, yzB, yzTTT, yzFF] = yzfenxi(X)
thelong=0.000001;
Max=inf;
delta=inf;
[m,n]=size(X);
%第一个图形
subplot(1,2,1);
boxplot(X,0,'+',0)
www.eeworm.com/read/415211/11080571
m zcf.m
function zcf(X,Y)
[m,n]=size(X);
%绘制第一个图形
subplot(1,2,1)
%boxplot(X,0,'+',0)
xlabel('变量的范围')
ylabel('八个指标(变量)')
%计算样本的标准差
stdr=std(X,0,1);
%计算样本各列的均值
meanr=mean(X);
%标准化原始数据
sr=(X-meanr(on
www.eeworm.com/read/372026/9525267
pdf addison wesley - symbian os explained effective c++ programming for smartphones.pdf
www.eeworm.com/read/261880/11617754
pdf john.wiley.and.sons. symbian.os.explained.effective.c++.programming.for.smartphones.pdf
www.eeworm.com/read/425923/10309524
chm addison wesley, extreme programming explained embrace change (2004), 2nd edition.chm
www.eeworm.com/read/197314/7067988
pdf john.wiley.and.sons.symbian.os.explained.effective.c.plus.plus.programming.for.smartphones.ebook-kb.pdf
www.eeworm.com/read/266891/11209372
pdf john.wiley.and.sons.symbian.os.explained.effective.c.plus.plus.programming.for.smartphones.ebook-kb.pdf
www.eeworm.com/read/236282/14023580
chm addison.wesley.design.patterns.explained.a.new.perspective.on.object.oriented.design.2nd.edition.oct.2004.ebook-lib.chm
www.eeworm.com/read/285976/8796315
pm templateparser.pm
package TemplateParser;
use strict;
#-----------------------------------------------------------------------------
# This package parses a template file in the format explained below, and
# transl
www.eeworm.com/read/286663/8751586
txt pca_fuzzy_c-means_method.txt
load ushape.dat
%perfomring PCA
[pcs,newdata,variances,t2] = princomp(ushape);
percent_explained = 100*variances/sum(variances)
%plot Pareto
subplot(3,3,1)
pareto(percent_explained)
title('Pare