代码搜索:Calculation
找到约 2,005 项符合「Calculation」的源代码
代码结果 2,005
www.eeworm.com/read/425953/10305813
m p_m_aos.m
%% This program implement regularized P_M equation by semi-implicit schema
%% with AOS algorithm.It will call gauss() for calculation of |grad(I_sigama)|
%% and Thomas() to solve a tri-diagonal lini
www.eeworm.com/read/425953/10305972
m p_m_aos.m
%% This program implement regularized P_M equation by semi-implicit schema
%% with AOS algorithm.It will call gauss() for calculation of |grad(I_sigama)|
%% and Thomas() to solve a tri-diagonal lini
www.eeworm.com/read/425953/10306000
m p_m_aos.m
%% This program implement regularized P_M equation by semi-implicit schema
%% with AOS algorithm.It will call gauss() for calculation of |grad(I_sigama)|
%% and Thomas() to solve a tri-diagonal lini
www.eeworm.com/read/279400/10440972
text jgr94velestrecipe.text
Appendix:
"Recipe" to calulate a minimum 1D model
The following guide-lines for the calculation of a minimum 1D model have been developed
through the application of equation (3) in many area
www.eeworm.com/read/423006/10593948
m multiple coherehencesimulate.m
function [MCOH,F] = MultipleCoherehence(fs,x,y,index,nfft)
% Calculation of multiple coherence.
%
% x :inputs (#time samples x #inputs)
% y :outputs (#time samples x #outputs)
% index : selected
www.eeworm.com/read/275217/10828373
m varisk.m
function [VaRpar, VaRhist]=VaRisk(name,ts,T,ci,wts)
% Value at Risk calculation using parametric approach and historical simulation
% Input:
% name - asset name
% ts - asset(s) price time seri
www.eeworm.com/read/419873/10833011
m checkphase.m
function word = checkPhase(word, D30Star)
%Checks the parity of the supplied 30bit word.
%The last parity bit of the previous word is used for the calculation.
%A note on the procedure is supplied
www.eeworm.com/read/417152/11002118
m checkphase.m
function word = checkPhase(word, D30Star)
%Checks the parity of the supplied 30bit word.
%The last parity bit of the previous word is used for the calculation.
%A note on the procedure is supplied
www.eeworm.com/read/464569/7065003
java chapter6n1.java
/**
*
* average age calculation
*
* Written by: Roger Garside
*
* First Written: 2/Oct/96
* Last Rewritten: 2/Oct/96
*
*/
import java.lancs.* ;
public class Chapter6n1
{
/**
www.eeworm.com/read/464569/7065004
java chapter6n2.java
/**
*
* perimeter of field calculation
*
* Written by: Roger Garside
*
* First Written: 2/Oct/96
* Last Rewritten: 2/Oct/96
*
*/
import java.lancs.* ;
public class Chapter6n2
{
/*