代码搜索:computations

找到约 357 项符合「computations」的源代码

代码结果 357
www.eeworm.com/read/393871/8257263

m exakt.m

% EXAKT.M - Exact linearization for SISO systems % (this m-file is a part of NelinSys, see details below) % % The application carries out computations of state-coordinates % transforma
www.eeworm.com/read/412000/11218119

cc step.cc

/* This function performs the actual computations of currents, concentration changes voltage changes, gate state changes involved in a single time step. Every 100 timesteps the values of all cur
www.eeworm.com/read/412000/11218123

java step.java

/* This function performs the actual computations of currents, concentration changes voltage changes, gate state changes involved in a single time step. Every 100 timesteps the values of all c
www.eeworm.com/read/360606/10085326

m fig5_18.m

% % This routine computes Butterworth lowpass filter % response. Computations are performed for filters % of order 1 through 10 % % Copyright (c) 1999 by P.Bretchko and R.Ludwig % "R
www.eeworm.com/read/161189/10439864

m examp.m

% % This script runs the Backus-Gilbert computations for % clear % % The data. % d=[5.973; 8.02]; sigma=[0.0005; 0.005]; Re=6370.8; % % Get the normalizing constraint. % q=[1.083221147; 1.757951474]
www.eeworm.com/read/492033/6430293

h elemparticle.h

#ifndef ELEMPARTICLE_H #define ELEMPARTICLE_H #include "alias.h" struct matrix; struct vector; struct ivector; /** class elemparticle serves for computations with particles it is intended for
www.eeworm.com/read/154092/11989944

m fig5_18.m

% % This routine computes Butterworth lowpass filter % response. Computations are performed for filters % of order 1 through 10 % % Copyright (c) 1999 by P.Bretchko and R.Ludwig % "R
www.eeworm.com/read/128750/14279852

m fig5_18.m

% % This routine computes Butterworth lowpass filter % response. Computations are performed for filters % of order 1 through 10 % % Copyright (c) 1999 by P.Bretchko and R.Ludwig % "R
www.eeworm.com/read/217949/14942835

m fig5_18.m

% % This routine computes Butterworth lowpass filter % response. Computations are performed for filters % of order 1 through 10 % % Copyright (c) 1999 by P.Bretchko and R.Ludwig % "R
www.eeworm.com/read/285874/8806205

htm mi19.htm

More Effective C++ | Item 19: Understand the origin of temporary objects Back to Item 18: Amortize the cost of expected computations Continue to Item 20: Facilitate the return value optimization Item