代码搜索:identification
找到约 2,626 项符合「identification」的源代码
代码结果 2,626
www.eeworm.com/read/433040/8550772
m identification.m
w10ij=[.01 .01 .02; .1 .11 .02; .01 0 .1; .11 .01 .02;.1 .1 .02; .11 .1 .1;.1 .1 .1;0 .1 .1;.1 0 .1];
w11ij=[.1 .2 .11; .02 .13 .04; .09 .08 .08; .09 .1 .06; .1 .11 .02; .06 0 .1;.1 .1 .1;0 .1 0
www.eeworm.com/read/272595/10951972
m identification.m
%----------------------------subfunction-----------------------------------
function [AA,BB,z,zz,u]=identification(AAA,BBB,L,xx,na,nb)
u=U(L,xx);
nra=length(AAA)-1;
nrb=length(BBB)-1;
z=zero
www.eeworm.com/read/461199/7231992
asv identification.asv
close all;
clear all;
clc;
%Chargement des donn閑s
load donnee.mat
%centrage des donn閑s
ech = ech - mean(ech);
figure; plot(ech);
%% Cr閍tion de la SBPA
longueur_sbpa = 2047; %Ve
www.eeworm.com/read/461199/7232004
m identification.m
close all;
clear all;
clc;
%Chargement des donn閑s
load donnee.mat
%centrage des donn閑s
ech = ech - mean(ech);
%figure; plot(ech);
%% Cr閍tion de la SBPA
longueur_sbpa = 2047; %V
www.eeworm.com/read/461199/7232005
sid identification.sid
www.eeworm.com/read/410886/11265998
mht identification.mht
From:
Subject:
Date: Sun, 8 Feb 2009 20:41:39 +0800
MIME-Version: 1.0
Content-Type: text/html;
charset="gb2312"
Content-Transfer-Encoding: 7bit
Content-Lo
www.eeworm.com/read/217304/14969590
h identification.h
#ifndef __identification_h
#define __identification_h
Mm identification(Mm theta, Mm P, Mm y, Mm x, Mm rou, Mm dy);
Mm identification(Mm theta, Mm P, Mm y, Mm x, Mm rou, Mm dy, i_o_t, Mm& theta__
www.eeworm.com/read/217304/14969592
cpp identification.cpp
#include "matlib.h"
#pragma hdrstop
#include "identification.h"
Mm identification(Mm theta, Mm P, Mm y, Mm x, Mm rou, Mm dy, i_o_t, Mm& theta__o, Mm& P__o) {
begin_scope
www.eeworm.com/read/216280/15020255