代码搜索:Calculation
找到约 2,005 项符合「Calculation」的源代码
代码结果 2,005
www.eeworm.com/read/270429/4238256
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/423126/2029196
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/295342/8168896
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/194440/8194287
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/194440/8194310
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/194440/8194376
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/194440/8194379
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/194049/8199822
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/270032/11050355
c outcode2.c
/* Direct calculation of 2D outcodes, C code fragment */
/* number of bits in a word */
#define NUMBITS sizeof(long)*8
/* get the integral form of a floating point number */
#define v(x) *(lon
www.eeworm.com/read/270032/11050360
c outcode4.c
/* Direct calculation of 4D outcodes, C code fragment */
/* number of bits in a word */
#define NUMBITS sizeof(long)*8
/* get the integral form of a floating point number */
#define v(x) *(lon