代码搜索:evaluate
找到约 3,619 项符合「evaluate」的源代码
代码结果 3,619
www.eeworm.com/read/279152/10460301
h mathexpressiondefops.h
#ifndef _MATHEXPRESSIONDEFOPS_INCLUDED
#define _MATHEXPRESSIONDEFOPS_INCLUDED
#include "MathExpression.h"
#include
#include
class AddOp : public IMathOperator
{
// ret
www.eeworm.com/read/277084/10670094
cpp newmat5.cpp
//$$ newmat5.cpp Transpose, evaluate etc
// Copyright (C) 1991,2,3,4: R B Davies
//#define WANT_STREAM
#include "include.h"
#include "newmat.h"
#include "newmatrc.h"
#ifdef use
www.eeworm.com/read/466488/7036060
m kernel_for_inverse_heat_conduction.m
%Defines and Computes the Differentiation Kernel, the kernel of the inverse
%heat conduction problem as a function of s and r. Note: you will need to
%select some value Nmax at which to terminate
www.eeworm.com/read/104775/7071694
cpp nodes.cpp
///////////////////////////////////////////////////////////////////////////////
// $Header: /shorthand/src/nodes.cpp 5 2/14/03 4:20a Arm $
//-----------------------------------------------------
www.eeworm.com/read/458493/7295662
m legz.m
function f = legz(theta,w,h,b)
% legz Evaluate f(theta) for picnic leg geometry. Use pass-through
% parameters in fzero to send w, h, and b values to this function
f = w*sin(theta) - h*cos(
www.eeworm.com/read/458488/7296087
m legz.m
function f = legz(theta,w,h,b)
% legz Evaluate f(theta) for picnic leg geometry. Use pass-through
% parameters in fzero to send w, h, and b values to this function
f = w*sin(theta) - h*cos(
www.eeworm.com/read/449128/7517990
m demo_runge.m
%
% interpolation of Runge's function (1+x^2)^(-1)
% on the interval [-5, 5]
%
clear;
% Interval on which Runge's function is to be approximated
A = -5;
B = 5;
% evaluate Runge's function at
www.eeworm.com/read/198970/7899787
m klgrad.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% [err1,err2]=klGrad(dens1,dens2,estType)
% Compute gradient of a KL-divergence estimate, D(dens1 || dens2);
%
www.eeworm.com/read/144399/12797346
m legz.m
function f = legz(theta,w,h,b)
% legz Evaluate f(theta) for picnic leg geometry. Use pass-through
% parameters in fzero to send w, h, and b values to this function
f = w*sin(theta) - h*cos(
www.eeworm.com/read/143592/12858392
cpp prg7_3.cpp
// File: prg7_3.cpp
// the program inputs an infix expression until the user enters an empty
// string. it uses the class infix2Postfix to convert the infix expression
// to postfix, handling error