代码搜索:Induction

找到约 385 项符合「Induction」的源代码

代码结果 385
www.eeworm.com/read/162614/5530575

c 20041110-1.c

/* { dg-do compile } */ /* { dg-options "-O2 -ftree-loop-linear" } */ /* This testcase was causing an ICE in building distance vectors because we weren't ignoring the fact that one of the inductio
www.eeworm.com/read/110993/15520584

h arraysize.h

//: :arraySize.h // From Thinking in C++, 2nd Edition // Available at http://www.BruceEckel.com // (c) Bruce Eckel 1999 // Copyright notice in Copyright.txt // Uses template type induction to /
www.eeworm.com/read/278209/10559660

m im_data.m

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % im_data.m - contains induction motor equivalent circuit % parameter values to be read by calling program. % %%%
www.eeworm.com/read/329659/12942613

m aci3_4_m.m

% ACI3-4 system (Sensorless Direct Field Oriented Control of Induction Motor) % % Required following function m-files: % 1. "aci.m" - induction model % 2. "aci_se.m" - Open-loop speed estimator
www.eeworm.com/read/253691/12205271

m init.m

global Rs Ls Lr Lm b Rr % The parameters of the induction motor global np J lo Tl Tr %电机参数 Lr =165.142e-3; Ls =165.142e-3; Lm =160.8e-3; Rr =1.47; Rs=0.877; J =0.015; np =2; b=0;