代码搜索:integration
找到约 3,762 项符合「integration」的源代码
代码结果 3,762
www.eeworm.com/read/299343/3853403
m chap1_16.m
%PID Controller with changing integration rate
clear all;
close all;
%Big time delay Plant
ts=20;
sys=tf([1],[60,1],'inputdelay',80);
dsys=c2d(sys,ts,'zoh');
[num,den]=tfdata(dsys,'v');
u_
www.eeworm.com/read/449781/1673921
m chap1_9.m
%PID Controller with changing integration rate
clear all;
close all;
%Big time delay Plant
ts=20;
sys=tf([1],[60,1],'inputdelay',80);
dsys=c2d(sys,ts,'zoh');
[num,den]=tfdata(dsys,'v');
u_
www.eeworm.com/read/163324/10165964
m c12l4.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;
GAMDEG=23.;
GAM=GAMDEG/57.3;
DISTNM=6000.;
ANGDEG=0.;
ANG=ANGDEG
www.eeworm.com/read/163324/10166010
m c27l4.m
n=0;
GAIN=1.;
XT=-4000.;
YT=5000.;
PHIADDEG=10.;
PHIBDDEG=5.;
PHIDMAXDEG=15.;
TF=100.;
ACCERR=0.;
%This takes about 5 minutes on a 400 MHz G3. Larger integration intervals are not as accurate
www.eeworm.com/read/233420/14154449
cpp poisson_dirichlet.cpp
#include "include\vs.h"
#define PI 3.141597
int main() {
double f_0 = 1.0,
// A. 2-D 5x5-point Bode's Integration Formula
bode[5] = {14.0/45.0, 64.0/45.0, 24.0/45.0, 64.0/45.0, 14.0
www.eeworm.com/read/297392/3887272
component lib.gb.qt.kde.component
[Component]
Key=gb.qt.kde
Name=KDE integration and scripting
Name[fr]=Intégration et scriptage de KDE
Name[pl]=Integracja z KDE
Name[es]=Integración y scripting de KDE
Name[tr]=KDE tümleşimi ve betikl
www.eeworm.com/read/460969/7236535
f90 prepare_fine_par.f90
SUBROUTINE PREPARE_FINE_PAR (L, H, Z0)
USE NRTYPE , ONLY: WP
USE MOD_INTEGRATION, ONLY: PTS, PTS2, M1_FINE, RHO_FINE
USE MOD_INTERFACES , ONLY: FUNC_M1_RHO
!-------------------------
www.eeworm.com/read/436204/7775256
cpp 龙贝格积分.cpp
//龙贝格积分,数值方法计算定积分
#include
#include
/* Numerical Integration (Romberg) */
template
T romberg(T (*f)(T), T a, T b, T eps = 1e-15)
{
std::vector R;
int k = -1;
www.eeworm.com/read/241292/13158358
m alusteel.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=5;
% Mesh
[fens,