代码搜索结果

找到约 4,639 项符合 RF 的代码

sh_motor_start_ode.m

% 编写起动过程微分方程的M—函数 % 将该M—函数定义为sh_motor_se_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;J=

sh_motor_stop_ode.m

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

dc_ge_load.m

% 直流发电机转矩特性分析 % 将该函数定义为dc_mo_tor(dc_motor_torque) %-------------------------------------------------------------------------- % 下面输入电机基本数据: nN=1000;IfN=2.5;Rf=293/12;Ra=1.8;k=.1;E0=271 % 下面输入750转

xrf.cpp

#include #include #include #include #include "nr.h" using namespace std; // Driver for routine rf int main(void) { string txt; int

elle.cpp

#include #include "nr.h" using namespace std; DP NR::elle(const DP phi, const DP ak) { DP cc,q,s; s=sin(phi); cc=SQR(cos(phi)); q=(1.0-s*ak)*(1.0+s*ak); return s*(rf(cc,q,1.0

ellf.cpp

#include #include "nr.h" using namespace std; DP NR::ellf(const DP phi, const DP ak) { DP s; s=sin(phi); return s*rf(SQR(cos(phi)),(1.0-s*ak)*(1.0+s*ak),1.0); }

xrf.c

/* Driver for routine rf */ #include #include #include #define NRANSI #include "nr.h" #include "nrutil.h" #define MAXSTR 80 int main(void) { char txt

elle.c

#include #define NRANSI #include "nrutil.h" float elle(float phi, float ak) { float rd(float x, float y, float z); float rf(float x, float y, float z); float cc,q,s; s=sin(p

ellpi.c

#include #define NRANSI #include "nrutil.h" float ellpi(float phi, float en, float ak) { float rf(float x, float y, float z); float rj(float x, float y, float z, float p); float

rf.c

#include #define NRANSI #include "nrutil.h" #define ERRTOL 0.08 #define TINY 1.5e-38 #define BIG 3.0e37 #define THIRD (1.0/3.0) #define C1 (1.0/24.0) #define C2 0.1 #define C3 (3.0