代码搜索:Motor

找到约 7,992 项符合「Motor」的源代码

代码结果 7,992
www.eeworm.com/read/38039/1101925

txt pm_force_motor_dlg.txt

# {100} (100) [0] pm_force_motor_dlg.Label Force Motor Definition 执行电动机定义 # [1] name.Label Name 名称 # [2] motor_name.Value Forcemotor1 执行电动机1 # [3] axis_layout.Label Motion Axis 运动轴 # [4] select_ax
www.eeworm.com/read/38039/1102061

txt pm_force_motor_dlg.txt

# {100} (100) [0] pm_force_motor_dlg.Label Force Motor Definition 磅︽皑笷﹚竡 # [1] name.Label Name
www.eeworm.com/read/38039/1102179

res pm_force_motor_dlg.res

! 14-May-01 J-01-31 AS $$1 SPR#869612 replaced editor by definition in label ! 05-Oct-01 J-03-09 SJB $$2 Modified. ! 03-Dec-01 J-03-12 KMN $$3 Modified to add user defined layout ! 30-Dec-03
www.eeworm.com/read/491943/1183977

m sh_motor_vary_so.m

% 编写求解起动过程微分方程的脚本函数 % 将该脚本函数定义为sh_motor_vary_so(shunt_motor_self_excited_solver) [t,y]=ode23(@sh_motor_vary_ode,[0:.01:10],[20.8332996141; 872.6049312471; 63.8736361288]) % 首先绘制if=f(t)曲线 subplot
www.eeworm.com/read/491943/1183978

m sh_motor_start_ode.m

% 编写起动过程微分方程的M—函数 % 将该M—函数定义为sh_motor_start_ode(shunt_ motor_self_ode) function dydt=sh_motor_se_ode(t,y) % 下面输入电机基本数据: uf=250;u=250;IaN=633;nN=617;TLN=3275;Lf=9;Rf=12;Ra=0.012;La=0.00035;Laf=0.18
www.eeworm.com/read/491943/1183979

m sh_motor_start_so.m

% 编写求解起动过程微分方程的脚本函数 % 将该脚本函数定义为sh_motor_vary_so(shunt_motor_self_excited_solver) [t,y]=ode23(@sh_motor_se_ode,[0:.01:10],[0;0;0]) % 首先绘制if=f(t)曲线 subplot(3,1,1), plot(t,y(:,1)) xlabel('Time[T]')
www.eeworm.com/read/491943/1183980

m sh_motor_vary_ode.m

% 编写起动过程微分方程的M—函数 % 将该M—函数定义为sh_motor_vary_ode(shunt_ motor_self_ode) function dydt=sh_motor_vary_ode(t,y) % 下面输入电机基本数据: uf=250;u=220;IaN=633;nN=617;TLN=3275;Lf=9;Rf=12;Ra=0.012;La=0.00035;Laf=0.1
www.eeworm.com/read/491943/1183981

m sh_motor_se_so.m

% 编写求解起动过程微分方程的脚本函数 % 将该脚本函数定义为sh_motor_se_so(shunt_motor_self_excited_solver) [t,y]=ode23(@sh_motor_se_ode,[0:.01:10],[0;0;0]) % 首先绘制if=f(t)曲线 subplot(3,1,1), plot(t,y(:,1)) xlabel('Time[T]')