代码搜索:integration
找到约 3,762 项符合「integration」的源代码
代码结果 3,762
www.eeworm.com/read/193974/5138536
py test_jbasic.py
from test_support import *
print_test('Basic Java Integration (test_jbasic.py)', 1)
print_test('type conversions', 2)
print_test('numbers', 3)
from java.lang.Math import abs
assert abs(-2.) == 2.,
www.eeworm.com/read/163324/10166004
m c12l2.m
count=0;
%H=.01
%Integration interval increased by factor of 100 to get acceptable run time
H=1;
A=2.0926e7;
GM=1.4077e16;
GAM=45.;
ALTNM=0.;
V=24000.;
ANGDEG=0.;
ANG=ANGDEG/57.3;
VRX=V*cos
www.eeworm.com/read/163324/10166038
m c12l3.m
count=0;
%H=.01;
%Integration interval increased by factor of 1000 to get acceptable run time
H=10.;
A=2.0926e7;
GM=1.4077e16;
GAM=0.;
ALTNM=1000.;
ALT=ALTNM*6076.;
XLAM=1.;
V=sqrt(GM*XLAM/(
www.eeworm.com/read/355337/10275200
m rk4.m
%RK4 4th order Runge-Kutta integration
%
% Syntax:
% [x,Y] = rk4(f,dt,x,[P1,P2,P3,Y])
%
% In:
% f - Name of function in form f(x,P(:)) or
% inline function taking the same parameters.
%
www.eeworm.com/read/355237/10284358
m rk4.m
%RK4 4th order Runge-Kutta integration
%
% Syntax:
% [x,Y] = rk4(f,dt,x,[P1,P2,P3,Y])
%
% In:
% f - Name of function in form f(x,P(:)) or
% inline function taking the same parameters.
%
www.eeworm.com/read/333209/7154880
m rk4.m
%RK4 4th order Runge-Kutta integration
%
% Syntax:
% [x,Y] = rk4(f,dt,x,[P1,P2,P3,Y])
%
% In:
% f - Name of function in form f(x,P(:)) or
% inline function taking the same parameters.
%
www.eeworm.com/read/241292/13158345
m alusteelround.m
disp('Aluminum/steel assembly');
% Parameters:
Ea=70e9;
nua=0.33;
alphaa= 23e-6;
Es=200e9;
nus=0.3;
alphas= 12e-6;
thickness = 5.0;
integration_order =1;
scale = 100;
h=1.;
% Mesh
[fens
www.eeworm.com/read/309722/13665796
m c12l2.m
count=0;
%H=.01
%Integration interval increased by factor of 100 to get acceptable run time
H=1;
A=2.0926e7;
GM=1.4077e16;
GAM=45.;
ALTNM=0.;
V=24000.;
ANGDEG=0.;
ANG=ANGDEG/57.3;
VRX=V*cos