代码搜索:Calculation

找到约 2,005 项符合「Calculation」的源代码

代码结果 2,005
www.eeworm.com/read/18206/780604

v a86_ea_calc.v

// http://gforge.openchip.org/projects/a86 // // EA (Effective Address) Calculation Module // Calculates effective adddress based on r/m, mod and register values // `include "timescale.v" `i
www.eeworm.com/read/491360/1191705

m distance.m

% Program 6-3 % distance.m % % The calculation of distance between access point and access terminal. % % Input arguments % bstn : coordinate of access point(x,y,z) % mstn : coordinate of ac
www.eeworm.com/read/455463/1614399

m avgcvp.m

function [cvpavg,cvpstd,cvpfold]=avgcvp(cvpi,cvpj,nshots) % Calculation of the average cross over points for each shot % The left side cross over point (cvpi) and the rigth side cross over point % (cv
www.eeworm.com/read/455463/1614407

m autopickcb.m

function autopickcb(action) % Determination of the shot pair(s) entering in the cross over point calculation if( nargin < 1 ) action = 'init'; end if( strcmp(action,'init')) q=str2mat('CVP au
www.eeworm.com/read/455463/1614437

m timeanal.m

function [td1]=timeanal(fbtime,fbcoord,shotcoord,nshots,diffmat,cvpavg,offsetpt) % For all possible shot pairs, calculation of the delay time using Plus % time analysis at each receiver inside a wind
www.eeworm.com/read/455463/1614439

m calcvel2.m

function [v2rec] = calcvel2(fbtime,fbcoord,shotcoord,nshots,cvpavg,recelev) % Calculation of the second layer velocity using Minus Time analysis on the % refracted arrivals to determine a Minus Time
www.eeworm.com/read/251805/4415588

h ntp.h

/* * FILE: ntp.h * AUTHOR: O.Hodson * * NTP utility functions to make rtp and rtp round time calculation * a little less painful. * * Copyright (c) 2000 University College London
www.eeworm.com/read/251805/4415633

c ntp.c

/* * FILE: ntp.h * AUTHOR: O.Hodson * * NTP utility functions to make rtp and rtp round time calculation * a little less painful. * * Copyright (c) 2000 University College London
www.eeworm.com/read/173155/5376297

m distance.m

% Program 6-3 % distance.m % % The calculation of distance between access point and access terminal. % % Input arguments % bstn : coordinate of access point(x,y,z) % mstn : coordinate of ac
www.eeworm.com/read/321483/3535030

t 04mjd.t

use Test; BEGIN { plan tests => 12 } # Test the calculation of (modified) Julian date use Time::Piece; # First a lookup table of epoch and MJD # Use 3 sig fig in MJD (hence the use of strings) # This