代码搜索:Calculation
找到约 2,005 项符合「Calculation」的源代码
代码结果 2,005
www.eeworm.com/read/379443/9197110
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/377555/9271566
c regmgmt.c
#include "stdio.h"
#include "genasm.h"
//Here we give up any effient algorithm
//for my ignorance and lack of time
//I have no support float number calculation,
//and there is no float regi
www.eeworm.com/read/365390/9864651
txt 5514t_toshiba.txt
Base program: MP11D_PA600 V1.08
=======================================================
add EURO/LOCAL fanction
add Euro RATE setting (13 countrys cash conversion rate)
add financal calculation
a
www.eeworm.com/read/168118/9937990
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/168118/9938006
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/168118/9938070
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/168118/9938075
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/163827/10143259
m fhstart.m
%Hufman coding algorithm
%Author : Jeny Rajan
% Total program is divided into three modules
% (1) Histogram building & Probability calculation (fhstart.m)
% (2) Huffman Tree drawing phase(fhtree1.
www.eeworm.com/read/163824/10143280
m fhstart.m
%Hufman coding algorithm
%Author : Jeny Rajan
% Total program is divided into three modules
% (1) Histogram building & Probability calculation (fhstart.m)
% (2) Huffman Tree drawing phase(fhtree1.
www.eeworm.com/read/162867/10262366
m findchanneldelay.m
% delay = findchanneldelay(h, win_len)
%
% h: channel impulse response
% window_length: window length for sliding energy calculation
% delay: channel delay
%
%Copyright (c) 1999-2002 The Unive