代码搜索:evaluate
找到约 3,619 项符合「evaluate」的源代码
代码结果 3,619
www.eeworm.com/read/374411/9407123
cpp dualtree.cpp
//
// Matlab MEX interface for KD-tree C++ functions
//
// Written by Alex Ihler and Mike Mandel
// Copyright (C) 2003 Alexander Ihler; distributable under GPL -- see README.txt
//
#define MEX
www.eeworm.com/read/372507/9507302
cpp poly.cpp
// evaluate a polynomial
#include
template
T PolyEval(T coeff[], int n, const T& x)
{// Evaluate the degree n polynomial with
// coefficients coeff[0:n] at the point x.
www.eeworm.com/read/372507/9507342
cpp horner.cpp
// evaluate a polynomial using Horner's rule
#include
template
T Horner(T coeff[], int n, const T& x)
{// Evaluate the degree n polynomial with
// coefficients coeff[0:
www.eeworm.com/read/365689/9851128
m f1dim.m
% Move pcom (x units in xicom direction), and then evaluate the function there.
function [f] = f1dim(x)
% Must accompany linmin.
global pcom; % Defned in linmin.
global xicom;
global nrfun
www.eeworm.com/read/168218/9932193
cpp poly.cpp
// evaluate a polynomial
#include
template
T PolyEval(T coeff[], int n, const T& x)
{// Evaluate the degree n polynomial with
// coefficients coeff[0:n] at the point x.
www.eeworm.com/read/168218/9932869
cpp horner.cpp
// evaluate a polynomial using Horner's rule
#include
template
T Horner(T coeff[], int n, const T& x)
{// Evaluate the degree n polynomial with
// coefficients coeff[0:
www.eeworm.com/read/168218/9933551
cpp poly.cpp
// evaluate a polynomial
#include
template
T PolyEval(T coeff[], int n, const T& x)
{// Evaluate the degree n polynomial with
// coefficients coeff[0:n] at the point x.
www.eeworm.com/read/168218/9933612
cpp horner.cpp
// evaluate a polynomial using Horner's rule
#include
template
T Horner(T coeff[], int n, const T& x)
{// Evaluate the degree n polynomial with
// coefficients coeff[0: