代码搜索:evaluating

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

代码结果 228
www.eeworm.com/read/147682/5728104

m plot_echo.m

% plot_echo(w, x, r) % % Generates plots for evaluating an echo canceler simulation. % % Input arguments: % w : The adaptive filter coefficient vector % x : The microphone signal %
www.eeworm.com/read/152557/12104923

html macro.html

Using as
www.eeworm.com/read/162614/5523291

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/136766/13362049

m xvec.m

function x = XVec(d, j, n) % XVec(d, j, n) returns a row vector of n values per interval for evaluating % B-spline scaling functions of degree d, level j. u = [0:n-1]/(n-1); x = zeros(1,n*2^j); p =
www.eeworm.com/read/147682/5728085

m plot_beam.m

% plot_beam(E, w, L, Wo, cT, lc) % % Generates plots for evaluating a beam former problem. % % Input variables: % E : mean square error % w : filter coefficients vector % L : vec
www.eeworm.com/read/147682/5728166

m plot_model.m

% plot_model(w,h,e) % % Generates plots for evaluating the adaptive modeling problem. % % Input variables: % w : estimated impulse response % h : actual impulse response % e : estim
www.eeworm.com/read/147682/5728168

m plot_predict.m

% plot_predict(x,out,err,e) % % Generates plots for evaluating the adaptive prediction problem. % % Input variables: % x : predictor input signal % out : predictor output signal %
www.eeworm.com/read/162614/5522374

c template42.c

// { dg-do run } // Testcase for not evaluating template default args if they are // never used. struct X { X(int) { } }; template struct A { void f (T t = T()) { } }; int main () {
www.eeworm.com/read/414764/11102838

hpp eval.hpp

/** * \file eval.hpp * * Encapsulates the interface for the expression evaluator function. */ #ifndef EVAL_HPP #define EVAL_HPP #include "cons.hpp" using namespace std; /** * \brief Evaluate
www.eeworm.com/read/414763/11102999

hpp eval.hpp

/** * \file eval.hpp * * Encapsulates the interface for the expression evaluator function. */ #ifndef EVAL_HPP #define EVAL_HPP #include "cons.hpp" using namespace std; /** * \brief Evaluate