代码搜索:Approximation
找到约 1,542 项符合「Approximation」的源代码
代码结果 1,542
www.eeworm.com/read/238965/13312695
m que_func.m
function fofx = que_func(x)
% This function computes the value of the Q-function
% listed in Eq.(2.16). It uses the approximation in Eq.s (2.17) and (2.18)
if (x >= 0)
denom = 0.661 * x + 0.339
www.eeworm.com/read/321424/13405170
m que_func.m
function fofx = que_func(x)
% This function computes the value of the Q-function
% listed in Eq.(2.16). It uses the approximation in Eq.s (2.17) and (2.18)
if (x >= 0)
denom = 0.661 * x + 0.339
www.eeworm.com/read/321385/13407840
m que_func.m
function fofx = que_func(x)
% This function computes the value of the Q-function
% listed in Eq.(2.16). It uses the approximation in Eq.s (2.17) and (2.18)
if (x >= 0)
denom = 0.661 * x + 0.339
www.eeworm.com/read/305390/13772270
m steff.m
function [p,Q]=steff(f,df,p0,delta,epsilon,max1)
%Input - f is the object function
% - df is the derivative of f input as a string 'df'
% - p0 is the initial approximation to
www.eeworm.com/read/120147/6303425
m nnd11fa.m
function nnd11fa(cmd,arg1)
%NND11FA Function approximation demonstration.
%
% This demonstration requires the Neural Network Toolbox.
% First Version, 8-31-95.
%==============================
www.eeworm.com/read/491824/6426818
m nnd17no.m
function nnd17no(cmd,arg1)
% nnd17no Function approximation demonstration.
% This demonstration requires the Neural Network Toolbox.
% Copyright 1994-2002 PWS Publishing Company and The MathWorks
www.eeworm.com/read/491824/6426877
asv nnd17no.asv
function nnd17no(cmd,arg1)
% nnd17no Function approximation demonstration.
% This demonstration requires the Neural Network Toolbox.
% Copyright 1994-2002 PWS Publishing Company and The MathWorks
www.eeworm.com/read/492033/6430325
h linhex_nb1.h
#ifndef LINHEX_H
#define LINHEX_H
#include "alias.h"
struct matrix;
struct vector;
struct ivector;
/**
class linhex defines hexahedral finite element with
tri-linear approximation functions
www.eeworm.com/read/492033/6430333
h linhex-16ip.h
#ifndef LINHEX_H
#define LINHEX_H
#include "alias.h"
struct matrix;
struct vector;
struct ivector;
/**
class linhex defines hexahedral finite element with
tri-linear approximation functions
www.eeworm.com/read/492033/6430462
h linhex_orig.h
#ifndef LINHEX_H
#define LINHEX_H
#include "alias.h"
struct matrix;
struct vector;
struct ivector;
/**
class linhex defines hexahedral finite element with
tri-linear approximation functions