代码搜索:persistent

找到约 2,751 项符合「persistent」的源代码

代码结果 2,751
www.eeworm.com/read/206276/15297226

m chap9_1f.m

function dx=Model(t,x) global w A alfa J Ce R Km Ku S a1 Fm Fc M persistent aa dx=zeros(3,1); a1=1.0; %Effect on the shape of friction curve Fm=50; Fc=1.5; F=-J*x(3); if t==0 aa=0; e
www.eeworm.com/read/205695/15309664

m chap9_3f.m

function dx=Model(t,x) global w A alfa J Ce R Km Ku S a1 Fm Fc M kv persistent aa dx=zeros(3,1); a1=1.0; %Effect on the shape of friction curve Fm=20; Fc=15; kv=2.0; F=J*x(3); if t==0
www.eeworm.com/read/245918/4500680

h mass_bulktrance.h

#ifndef _MASS_BULKTRANCE_H #define _MASS_BULKTRANCE_H #define PERSISTENT_FAILURE (uint8)0x03 #define PHASE_ERROR (uint8)0x02 #define COMMAND_FAILED (uint8)0x01 #define COMMAND_PASSED (
www.eeworm.com/read/209569/4958888

h mass_bulktrance.h

#ifndef _MASS_BULKTRANCE_H #define _MASS_BULKTRANCE_H #define PERSISTENT_FAILURE (uint8)0x03 #define PHASE_ERROR (uint8)0x02 #define COMMAND_FAILED (uint8)0x01 #define COMMAND_PASSED (
www.eeworm.com/read/209569/4958958

h mass_bulktrance.h

#ifndef _MASS_BULKTRANCE_H #define _MASS_BULKTRANCE_H #define PERSISTENT_FAILURE (uint8)0x03 #define PHASE_ERROR (uint8)0x02 #define COMMAND_FAILED (uint8)0x01 #define COMMAND_PASSED (
www.eeworm.com/read/299343/3853238

m chap9_3f.m

function dx=Model(t,x) global w A alfa J Ce R Km Ku S a1 Fm Fc M kv persistent aa dx=zeros(3,1); a1=1.0; %Effect on the shape of friction curve Fm=20; Fc=15; kv=2.0; F=J*x(3); if t==0
www.eeworm.com/read/299343/3853345

m chap4_8m1.m

function [u]=chap4_8m1(u1,u2,u3) global s persistent errori error_1 ts=0.001; if u3==0 errori=0; error_1=0; end s=2; %Selecting Signal Type if s==1 %Step Signa
www.eeworm.com/read/299343/3853404

m chap1_7f.m

function [u]=pidsimf(u1,u2) persistent pidmat errori error_1 if u1==0 errori=0 error_1=0 end ts=0.001; kp=1.5; ki=2.0; kd=0.05; error=u2; errord=(error-error_1)/ts; errori=e
www.eeworm.com/read/449781/1673931

m chap1_3f.m

function [u]=pidsimf(u1,u2) persistent pidmat errori error_1 if u1==0 errori=0 error_1=0 end ts=0.001; kp=1.5; ki=2.0; kd=0.05; error=u2; errord=(error-error_1)/ts; errori=e
www.eeworm.com/read/449781/1673942

m chap9_1f.m

function dx=Model(t,x) global w A alfa J Ce R Km Ku S a1 Fm Fc M persistent aa dx=zeros(3,1); a1=1.0; %Effect on the shape of friction curve Fm=50; Fc=1.5; F=-J*x(3); if t==0 aa=0; e