代码搜索:Develops
找到约 38 项符合「Develops」的源代码
代码结果 38
www.eeworm.com/read/375212/9368968
m modlmker.m
function model = modlmker(x,y)
%MODLMKER Develops PCA, PCR, PLS and RR models.
% This function can be used to develop PCA, PCR, PLS and ridge
% regression models with a variety of scaling and cross
www.eeworm.com/read/375212/9369190
m modlmkeg.m
function model = modlmkeg(x,y,gui,action)
%MODLMKEG Develops PCR, PLS and RR models.
% This function is run by MODLGUI.
% It is used to develop PCR, PLS and ridge regression
% models with a varie
www.eeworm.com/read/375212/9369150
m modlgui.m
function modl = modlgui(x,y,out,action);
%MODLGUI Graphical user interface develops PCR, PLS and RR models.
% This function can be used to develop PCR, PLS and ridge
% regression models with a vari
www.eeworm.com/read/362500/9995805
m simca.m
function model = simca(data,class,labels)
%SIMCA Soft independent method of class analogy model maker.
% Develops a SIMCA model, which is really a collection of PCA
% models, one for each class o
www.eeworm.com/read/259633/4339607
bas pcl752.bas
Attribute VB_Name = "Module1"
'This module is provided for user who develops their program using Visual Basic 5.0
'Add this module to your own program
Option Explicit
Declare Function OpenComm L
www.eeworm.com/read/334933/3360492
m circshift.m
function y = circshift(x,M)
% Develops a sequence y obtained by
% circularly shifting a finite-length
% sequence x by M samples
if abs(M) > length(x)
M = rem(M,length(x));
end
if M < 0
M = M
www.eeworm.com/read/301474/3839592
m circshift.m
function y = circshift(x,M)
% Develops a sequence y obtained by
% circularly shifting a finite-length
% sequence x by M samples
if abs(M) > length(x)
M = rem(M,length(x));
end
if M < 0
M = M
www.eeworm.com/read/448886/1683500
m circshift.m
function y = circshift(x,M)
% Develops a sequence y obtained by
% circularly shifting a finite-length
% sequence x by M samples
if abs(M) > length(x)
M = rem(M,length(x));
end
if M < 0
M = M
www.eeworm.com/read/378914/2679322
m circshift.m
function y = circshift(x,M)
% Develops a sequence y obtained by
% circularly shifting a finite-length
% sequence x by M samples
if abs(M) > length(x)
M = rem(M,length(x));
end
if M < 0
M = M
www.eeworm.com/read/334933/3360419
m circshift.m
function y = circshift(x,M)
% Develops a sequence y obtained by
% circularly shifting a finite-length
% sequence x by M samples
if abs(M) > length(x)
M = rem(M,length(x));
end
if M < 0
M = M + lengt