代码搜索:Calculation

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

代码结果 2,005
www.eeworm.com/read/291067/6302972

m spapulstemat.m

function V = spapulstemat(model, doasFreqs, params) %SPAPULSTEMAT Calculation of space-pulse (space-slow time) steering matrix. % %-------- %Synopsis: % V = spapulstemat({antenna, waveform}, {doas,
www.eeworm.com/read/111945/6307217

asm calcmand.asm

; CALCMAND.ASM - Mandelbrot/Julia Set calculation Routines ; This module runs as part of an overlay with calcfrac.c. ; It must not be called from anywhere other than calcfrac. ; The routines in
www.eeworm.com/read/485721/6544982

asv lmom.asv

% lmom by Kobus N. Bekker, 14-09-2004 % Based on calculation of probability weighted moments and the coefficient % of the shifted Legendre polynomial. % Given nonnegative integer nL, compute the
www.eeworm.com/read/480146/6677550

java dijkstrainterface.java

// DijkstraInterface.java // CNA, S2, 2008 // v 0.1, 02 July 2008 - Nick Falkner public interface DijkstraInterface { // This allows the programmer to change the source node for calculation
www.eeworm.com/read/477108/6747578

m draw_figure.m

% Drawing Figures using calculation data % LiuXiangChun % The college of astronautics NWPU % Date:2007-06-07 disp('Drawing Figure ...') for j=1:N_MachNumber figure(1);
www.eeworm.com/read/259886/11759435

m mytf.m

function a = mytf(n) %MYTF Example custom transfer function. % % Use this function as a template to write your own function. % % Calculation Syntax % % A = mytf(N) % N - SxQ matrix
www.eeworm.com/read/343481/11944740

m gravity.m

function g = gravity(lat,height) %GRAVITY Plumb-bob gravity calculation. % % g = gravity(lat,height) % % INPUTS % lat = latitude in radians % height = height above the el
www.eeworm.com/read/128199/14311262

m pbgtm.m

%% %% Calculation the band-gap of 1-dimensional photonic crystal %% %% Method: Transfer Matrix Method (TMM) %% %% Xu shaohui %% xush0327@yahoo.com %% clf; clear; fid
www.eeworm.com/read/128199/14311272

m pbgte.m

%% %% Calculation the band-gap of 1-dimensional photonic crystal %% %% Method: Transfer Matrix Method (TMM) %% %% Xu shaohui %% xush0327@yahoo.com %% clf; clear; fid
www.eeworm.com/read/125476/14491773

cc black_scholes_price_payout_put.cc

// file: black_scholes_price_ // author: Bernt A Oedegaard // Calculation of the Black Scholes option price formula, // special case where the underlying is paying out a yield of b. #include