代码搜索:SWITCHING
找到约 1,142 项符合「SWITCHING」的源代码
代码结果 1,142
www.eeworm.com/read/439271/7713621
m chap5_1main.m
%Adaptive switching Learning Control for 2DOF robot manipulators
clear all;
close all;
t=[0:0.01:3]';
k(1:301)=0; %Total initial points
k=k';
T1(1:301)=0;
T1=T1';
T2=T1;
T=[T1 T2];
%%%%%%%%%%%%%%%
www.eeworm.com/read/403569/11514697
m chap5_1main.m
%Adaptive switching Learning Control for 2DOF robot manipulators
clear all;
close all;
t=[0:0.01:3]';
k(1:301)=0; %Total initial points
k=k';
T1(1:301)=0;
T1=T1';
T2=T1;
T=[T1 T2];
%%%%%%%%%%%%%%%
www.eeworm.com/read/460712/7105556
m chap5_7main.m
%Adaptive switching Learning Control for 2DOF robot manipulators
clear all;
close all;
t=[0:0.01:1]';
k(1:101)=0;
k=k';
theta1(1:101)=0;
theta1=theta1';
theta2=theta1;
theta3=theta1;
theta4=theta1;
www.eeworm.com/read/439271/7713589
m chap5_7main.m
%Adaptive switching Learning Control for 2DOF robot manipulators
clear all;
close all;
t=[0:0.01:1]';
k(1:101)=0;
k=k';
theta1(1:101)=0;
theta1=theta1';
theta2=theta1;
theta3=theta1;
theta4=theta1;
www.eeworm.com/read/403569/11514665
m chap5_7main.m
%Adaptive switching Learning Control for 2DOF robot manipulators
clear all;
close all;
t=[0:0.01:1]';
k(1:101)=0;
k=k';
theta1(1:101)=0;
theta1=theta1';
theta2=theta1;
theta3=theta1;
theta4=theta1;
www.eeworm.com/read/366702/2880153
c pr32349.c
/* { dg-options "-O2 -fmodulo-sched" } */
extern long *x1, *x2, *x3;
int
foo ()
{
/* Switching the following two lines prevents the ICE. */
long *p1, *p2;
long m, n, i;
p1 = x1;
p2 = x2
www.eeworm.com/read/38709/1116645
mdl 1n914.mdl
*1N914 MCE
*100V 80mA Si Switching Diode pkg:DIODE0.4 1,2
.MODEL 1N914 D(IS=7.075E-9 RS=0.78 N=1.95 TT=7.2E-9 CJO=4E-12 VJ=0.657
+ M=0.4 BV=100 IBV=0.0001 )
* Origin: Mcediode.lib
www.eeworm.com/read/449504/7502145
m switch_em.m
function results = switch_em(y,x1,x2,x3,b1,b2,b3,crit,maxit)
% PURPOSE: Switching Regime regression (EM-estimation)
% y1 = x1*b1 + e1
% y2 = x2*b2 + e2
% y3 = x3*b3 + e3
www.eeworm.com/read/492929/6414189
m switch_em.m
function results = switch_em(y,x1,x2,x3,b1,b2,b3,crit,maxit)
% PURPOSE: Switching Regime regression (EM-estimation)
% y1 = x1*b1 + e1
% y2 = x2*b2 + e2
% y3 = x3*b3 + e3
www.eeworm.com/read/460712/7105562
m chap5_5main.m
%Adaptive switching Learning Control for 2DOF robot manipulators
clear all;
close all;
L=3001;
t=[0:0.001:3]';
T1(1:L)=0;
T1=T1';
T2=T1;
T=[T1 T2];
e1(1:L)=0;
e1=e1';
e2=e1;
de1=e1;
de2=de1;
e=[e1 e