代码搜索:evaluating

找到约 228 项符合「evaluating」的源代码

代码结果 228
www.eeworm.com/read/233448/4678813

f90 st_function_2.f90

! PR15620 ! Check that evaluating a statement function doesn't affect the value of ! its dummy argument variables. program st_function_2 integer fn, a, b fn(a, b) = a + b if (foo(1) .ne. 43) cal
www.eeworm.com/read/366702/2873285

f90 st_function_2.f90

! PR15620 ! Check that evaluating a statement function doesn't affect the value of ! its dummy argument variables. program st_function_2 integer fn, a, b fn(a, b) = a + b if (foo(1) .ne. 43) cal
www.eeworm.com/read/347945/11623452

m evaluate_nonlinear.m

function x = evaluate_nonlinear(p,x,qq) % FIX: We have to apply computations to make sure we are evaluating % expressions such as log(1+sin(x.^2).^2) correctly if ~isempty(p.bilinears) & all(p.
www.eeworm.com/read/168857/9895102

html page145.html

Evaluating Postfix Expressions
www.eeworm.com/read/252304/12286786

c biveval.c

/* procedures for evaluating Tseries */ #ifndef lint static const char SCCSID[]="@(#)biveval.c 4.4 93/06/12 GIE REL"; #endif # include # define NEAR_ONE 1.00001 static projUV w2, w; stat
www.eeworm.com/read/221024/14772338

html http:^^www.cs.washington.edu^homes^kapu^548^project.html

Date: Tue, 10 Dec 1996 21:29:10 GMT Server: NCSA/1.4.2 Content-type: text/html Last-modified: Wed, 05 Apr 1995 19:29:35 GMT Content-length: 1650 Evaluating predicated and specul
www.eeworm.com/read/38039/1092934

mnu dgmmodparams.mnu

MOD#PARAMS 修改参数 # By#Objects 按对象 Modify parameters by seleting objects then specifying new values. 通过选取对象然后指定新值来修改参数。 By#Pattern 按阵列 Modify parameter values by evaluating patterns referencing other p
www.eeworm.com/read/160391/5571190

m softev1.m

% Check that adding soft evidence to a hidden node is equivalent to evaluating its leaf CPD. % Make an HMM T = 3; Q = 2; O = 2; cts_obs = 0; param_tying = 0; bnet = mk_hmm_bnet(T, Q, O, cts_obs,
www.eeworm.com/read/189063/8492839

m fit_fun2.m

% function [fit,spop,new_size,str_len]=fit_fun2(ffunc,spop,pop_size,u,y,dt,num_data,num_inp,stdy,y_front,colons,snip_length) % % Function for evaluating the individual fitness of a population % For