代码搜索:Calculation

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

代码结果 2,005
www.eeworm.com/read/135592/13918009

c bitmap.c

/* * linux/fs/affs/bitmap.c * * (c) 1996 Hans-Joachim Widmaier * * * bitmap.c contains the code that handles all bitmap related stuff - * block allocation, deallocation, calculation of free
www.eeworm.com/read/235612/14061081

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/235612/14061093

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/235612/14061140

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/235612/14061142

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/184390/9107149

h count.h

/* Global counter variable for calculation of complexity weight */ #define MAXCOUNTERS 32767 typedef struct { Word32 add; /* Complexity Weight of 1 */ Word32 sub; Word32 abs_s;
www.eeworm.com/read/365352/9866524

m satposin.m

function satp = satposin(t,eph); %SATPOSIN Calculation of X,Y,Z coordinates in an INERTIAL % reference frame at time t with given ephemeris eph %Kai Borre 11-15-96 %Copyright (c) by Kai
www.eeworm.com/read/363220/9964763

m g1plan.m

function ans=g1plan (J) % Generic program to accumulate sum of trigonometric series in one variable % use for moon latitude calculation % input: TDT Julian date % return: moon latitude (mean eclip
www.eeworm.com/read/165196/10072601

m satpos.m

function satp = satpos(t,eph); %SATPOS Calculation of X,Y,Z coordinates at time t % for given ephemeris eph %Kai Borre 04-09-96 %Copyright (c) by Kai Borre %$Revision: 1.1 $
www.eeworm.com/read/464569/7065002

java chapter6n2a.java

/** * * perimeter of field calculation (corrected) * * Written by: Roger Garside * * First Written: 2/Oct/96 * Last Rewritten: 2/Oct/96 * */ import java.lancs.* ; public class Chapter6n2a