代码搜索:Solver
找到约 5,733 项符合「Solver」的源代码
代码结果 5,733
www.eeworm.com/read/420310/10804487
m sh_ge_start_so.m
% 编写求解起动过程微分方程的脚本函数
% 将该脚本函数定义为sh_ge_start_so(shunt_motor_self_excited_solver)
uf=25;IaN=633;w=61;TLN=3275;Lf=9;Rf=12;
[t,y]=ode23(@sh_ge_start_ode,[0:.0001:.025],[uf/Rf;0])
% 首先绘制if=f(t)曲线
subpl
www.eeworm.com/read/454865/7382168
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/454865/7382178
m sh_motor_stop_so.m
% 编写求解起动过程微分方程的脚本函数
% 将该脚本函数定义为sh_motor_stop_so(shunt_motor_self_excited_solver)
[t,y]=ode23tb(@sh_motor_stop_ode,[0:.001:.1],[ 20.83333333328 ; 873.64064640326 ; 55.87178121392])
% 首先绘制if=f(t)曲线
www.eeworm.com/read/493455/6393510
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/493455/6393519
m sh_motor_stop_so.m
% 编写求解起动过程微分方程的脚本函数
% 将该脚本函数定义为sh_motor_stop_so(shunt_motor_self_excited_solver)
[t,y]=ode23tb(@sh_motor_stop_ode,[0:.001:.1],[ 20.83333333328 ; 873.64064640326 ; 55.87178121392])
% 首先绘制if=f(t)曲线
www.eeworm.com/read/493462/6393909
m sh_ge_start_so.m
% 编写求解起动过程微分方程的脚本函数
% 将该脚本函数定义为sh_ge_start_so(shunt_motor_self_excited_solver)
uf=25;IaN=633;w=61;TLN=3275;Lf=9;Rf=12;
[t,y]=ode23(@sh_ge_start_ode,[0:.0001:.025],[uf/Rf;0])
% 首先绘制if=f(t)曲线
subpl
www.eeworm.com/read/470720/1446564
c template4.c
namespace NS
{
template
void solver (){}
}
template
void solver(){}
int main()
{
solver();
NS::solver();
}
www.eeworm.com/read/470693/1458510
c template4.c
namespace NS
{
template
void solver (){}
}
template
void solver(){}
int main()
{
solver();
NS::solver();
}
www.eeworm.com/read/190666/5174355
c template4.c
namespace NS
{
template
void solver (){}
}
template
void solver(){}
int main()
{
solver();
NS::solver();
}
www.eeworm.com/read/340665/3275011
c template4.c
namespace NS
{
template
void solver (){}
}
template
void solver(){}
int main()
{
solver();
NS::solver();
}