代码搜索:Solver

找到约 5,733 项符合「Solver」的源代码

代码结果 5,733
www.eeworm.com/read/386625/8734599

asv testmglab.asv

% The commads in this file, when executed, test the capabilities of MGLab % by running each problem, and solver combination possible. Note that % issues with the visualization of results and the sm
www.eeworm.com/read/386623/6343221

m coarse_solve.m

function X_soln = coarse_solve(level, b) % Ryan McKenzie % Department of Computational Sciences % University of Kentucky amg_globals; initGuess = zeros(size(b)); if C_SOLVER == THE_SMOOTHE
www.eeworm.com/read/454865/7382170

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/454865/7382172

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]')
www.eeworm.com/read/454865/7382179

m sh_motor_start_so.m

% 编写求解起动过程微分方程的脚本函数 % 将该脚本函数定义为sh_motor_start_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/493455/6393512

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/493455/6393514

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]')
www.eeworm.com/read/493455/6393520

m sh_motor_start_so.m

% 编写求解起动过程微分方程的脚本函数 % 将该脚本函数定义为sh_motor_start_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/482929/6616293

c az_flop_cnt.c

/*==================================================================== * ------------------------ * | CVS File Information | * ------------------------ * * $RCSfile: az_flop_cnt.c,v $ * * $Auth
www.eeworm.com/read/386625/8734574

m mglab.m

%MGLab V0.00beta Interactive Multigrid Package % James Bordner and Faisal Saied % Department of Computer Science % University of Illinois at Urbana-Champaign % 10 April 1995 % Modified for