代码搜索:Calculation

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

代码结果 2,005
www.eeworm.com/read/8280/145969

h crctab.h

/* @(#)crctab.h 1.2 96/09/13 */ /* * Crc calculation stuff. See crctab.c */ extern unsigned short crctab[256] ; //#define updcrc(cp, crc) ( crctab[((crc >> 8) & 255)] ^ (crc
www.eeworm.com/read/321483/3534273

t 33_defer_vs.t

#!/usr/bin/perl # # Deferred caching of varying size records # # 30_defer.t always uses records that are 8 bytes long # (9 on \r\n machines.) We might miss some sort of # length-calculation bug as a
www.eeworm.com/read/286002/4043394

m genexcnull.m

function [es, DecoderMem] = GenExcNull (DecoderMem, DecoderPar) % Null frame decoder % $Id: GenExcNull.m 1.5 2004/08/07 G.723.1-v2r1a $ CNGpar = DecoderPar.CNGpar; % Gain calculation SIDGain = Deco
www.eeworm.com/read/420803/2060791

cpp timgfilterlevels.cpp

/* * Copyright (c) 2002-2006 Milan Cutka * Levels table calculation from Avisynth v1.0 beta. Copyright 2000 Ben Rudiak-Gould * Ylevels by Did閑 * * This program is free software; you can redi
www.eeworm.com/read/418153/2092347

sci rifgen_f.sci

//FILTER_f Scicos Temporal RIF with WFIR Impulse Response Calculation block //Classical interface function ver1.0 - scilab-2.7 //19 novembre 2003 - IRCOM GROUP - Author : A.Layec function [x,y,typ]
www.eeworm.com/read/417857/2096590

usage hmoment.usage

Here is a sample session with hmoment % hmoment tsw:hbb_human Hydrophobic moment calculation Output file [hbb_human.hmoment]
www.eeworm.com/read/386597/2570131

m calculate_error.m

function [train_err, test_err] = calculate_error (D, train_patterns, train_targets, test_patterns, test_targets, region, Nclasses) % Calculate error (used by the main calculation functions) trai
www.eeworm.com/read/358104/3006176

c rsakeyhash.c

/* $Id: rsakeyhash.c,v 1.3 2000/04/06 07:26:53 jm Exp $ * RSA key hash calculation * * Dynamic hierarchial IP tunnel * Copyright (C) 1998-2000, Dynamics group * * This program is free software;
www.eeworm.com/read/474600/6813447

m calculate_error.m

function [train_err, test_err] = calculate_error (D, train_patterns, train_targets, test_patterns, test_targets, region, Nclasses) % Calculate error (used by the main calculation functions) trai
www.eeworm.com/read/473001/6853929

cpp haney.cpp

// Haney's induction calculation benchmark. // // See: Scott W. Haney, Is C++ Fast Enough for Scientific Computing? // Computers in Physics Vol. 8 No. 6 (1994), p. 690 // // Arch D. Ro