代码搜索:Calculation

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

代码结果 2,005
www.eeworm.com/read/248647/12549346

for apd_2.for

******************** APD_2.FOR ******************************* * Design and Calculation of Highway Asphalt Pavement * **************************************************************
www.eeworm.com/read/362500/9995885

m fun1.m

function [f,df] =fun1(x,Tscores,Uscores) %FUN1 Objective function calculation for NNPLS % Function calculation for use with optimization routine % for determining weights in backprop network. %
www.eeworm.com/read/304259/13797128

m inbox3.m

function [del, weights] = inbox3; % [del, weights] = inbox3 dialogue box for input of data sampling, weights % for red, green and blue signals for luminanace calculation for SFR % calculation % Usag
www.eeworm.com/read/273525/4209351

mata _symmatfunc_work.mata

*! version 1.0.0 20dec2004 version 9.0 mata: /* todo = 1 implies matrix log calculation todo = 2 implies matrix exp calculation todo = anything else implies matr
www.eeworm.com/read/162614/5530546

c ssa-sink-4.c

/* { dg-do compile } */ /* { dg-options "-O2 -fdump-tree-sink-stats" } */ extern int foo (int *, int *); extern int foo2 (int); int main (int argc) { int a, b, c; b = argc + 1; c = argc + 2;
www.eeworm.com/read/162614/5530656

c ssa-sink-3.c

/* { dg-do compile } */ /* { dg-options "-O2 -fdump-tree-sink-stats" } */ extern void foo(int a); int main (int argc) { int a; a = argc + 1; if (argc + 3) { foo (a); } } /* We sho
www.eeworm.com/read/370333/9605497

m epsgg.m

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%% calculation of the 'epsgg' matrix for circular holes using %%% analytical expression; the mat
www.eeworm.com/read/335210/12545528

js modpow.js

/////////////////////////////////////////////////////////// // Modular Exponentiation Calculation Script // ----------------------------------------- // // This JScript code shows how to calculate
www.eeworm.com/read/335210/12545541

vbs modpow.vbs

'---------------------------------------------------------- ' Modular Exponentiation Calculation Script '------------------------------------------ ' ' This VBScript code shows how to calculate a
www.eeworm.com/read/162614/5530514

c ssa-sink-1.c

/* { dg-do compile } */ /* { dg-options "-O2 -fdump-tree-sink-stats" } */ int foo (int a, int b, int c) { int x = a * b; return c ? x : a; } /* We should sink the x = a * b calculation into the b