代码搜索:Calculation

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

代码结果 2,005
www.eeworm.com/read/113858/15446785

v crc16_8.v

////////////////////////////////////////////////////////////////////////////// // // crc calculation // This VERILOG code was generated using CRCGEN.PL version 1.6 // Last Modified: 02/26/2001 // Opti
www.eeworm.com/read/184894/9066760

rcgwriteup

PROGRAM RCG MOD11 CALCULATION OF ATOMIC ENERGY LEVELS AND SPECTRA Robert D. Cowan Los Alamos National Laborato
www.eeworm.com/read/378919/9212963

m radar.m

% RADAR Provides, for a radar link, either the received power in % dBm or transmitted power in W, depending on the type of % calculation selected. % % POUT = RADA
www.eeworm.com/read/163742/10147567

c inplace.c

/* Illustrative example of minimum-redundancy code calculation. Program reads a file of symbol frequencies -- one per line -- ascending frequency -
www.eeworm.com/read/465112/6966552

c crc.c

/* Cyclic redundancy check calculation routines John Walker -- May 1973 */ /* This is the precomputed remainder table for generating and checking cyclic redundancy check characters
www.eeworm.com/read/461264/7230662

pro asinh.pro

function asinh, x ;+ ; NAME: ; ASINH ; PURPOSE: ; Return the inverse hyperbolic sine of the argument ; EXPLANATION: ; The inverse hyperbolic sine is used for the calculation of asinh ;
www.eeworm.com/read/450639/7479750

c crc.c

/* Cyclic redundancy check calculation routines John Walker -- May 1973 */ /* This is the precomputed remainder table for generating and checking cyclic redundancy check characters
www.eeworm.com/read/301220/13863325

m fgcone.m

function [f, J] = fgcone(a, X, w) % --------------------------------------------------------------------- % FGCONE.M Function and gradient calculation for % least-squares cone fit.
www.eeworm.com/read/113483/6131342

m artificialdissipationllf.m

function [ diss, stepBound ] = ... artificialDissipationLLF(t, data, derivL, derivR, schemeData) % artificialDissipationLLF: local Lax-Friedrichs dissipation calculation. % % [ d
www.eeworm.com/read/409479/11321487

m atmo_p.m

function P = atmo_p(alt, T, sum_n) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Program: Atmospheric Pressure Calculation % Author: Brent Lewis(RocketLion