代码搜索:parabolic
找到约 137 项符合「parabolic」的源代码
代码结果 137
www.eeworm.com/read/405754/2285341
c opt1d.c
/*
# proc: brent - performs a 1D parabolic minimization of an arbitrary function,
# proc: and returns the value at the minimum.
*/
#include
#include
/* defines for brent */
www.eeworm.com/read/386253/8760025
m alg123.m
% CRANK-NICOLSON ALGORITHM 12.3
%
% To approximate the solution of the parabolic partial-differential
% equation subject to the boundary conditions
% u(0,t) = u(l,t) = 0, 0 < t < T = ma
www.eeworm.com/read/386253/8760203
m alg123.m
% CRANK-NICOLSON ALGORITHM 12.3
%
% To approximate the solution of the parabolic partial-differential
% equation subject to the boundary conditions
% u(0,t) = u(l,t) = 0, 0 < t < T = ma
www.eeworm.com/read/140697/13066903
m alg123.m
% CRANK-NICOLSON ALGORITHM 12.3
%
% To approximate the solution of the parabolic partial-differential
% equation subject to the boundary conditions
% u(0,t) = u(l,t) = 0, 0 < t < T = ma
www.eeworm.com/read/140697/13067102
m alg123.m
% CRANK-NICOLSON ALGORITHM 12.3
%
% To approximate the solution of the parabolic partial-differential
% equation subject to the boundary conditions
% u(0,t) = u(l,t) = 0, 0 < t < T = ma
www.eeworm.com/read/417673/10981077
m descent.m
% Animation for steepest descent, Newton, and LM directions
%
% Roger Jang, June 9, 1996
obj_fcn = 'paraf'; % a parabolic surface
obj_fcn = 'banana'; % banana function
obj_fcn = 'hyperf'; % a
www.eeworm.com/read/467198/7020219
m descent.m
% Animation for steepest descent, Newton, and LM directions
%
% Roger Jang, June 9, 1996
obj_fcn = 'paraf'; % a parabolic surface
obj_fcn = 'banana'; % banana function
obj_fcn = 'hyperf'; % a
www.eeworm.com/read/143498/12870881
m descent.m
% Animation for steepest descent, Newton, and LM directions
%
% Roger Jang, June 9, 1996
obj_fcn = 'paraf'; % a parabolic surface
obj_fcn = 'banana'; % banana function
obj_fcn = 'hyperf'; % a
www.eeworm.com/read/393688/2472797
f90 ppm2m.f90
!-----------------------------------------------------------------------
!BOP
! !ROUTINE: ppm2m --- Piecewise parabolic method for fields
!
! !INTERFACE:
subroutine ppm2m(a4, delp, km, i1, i2, iv,
www.eeworm.com/read/248077/4471005
m p12_30.m
% P12_30.M
% Compute the length of a parabolic cable length hung between
% span = distance between end points (in any length units)
% height = total height of cable relative to its lowest point
%