代码搜索:Numerical

找到约 2,441 项符合「Numerical」的源代码

代码结果 2,441
www.eeworm.com/read/163075/10176818

c nrutil.c

#include #include #include //报告错误 void nrerror(char *error_text) { printf("Numerical Recipes run-time error...\n"); printf("%s\n",error_text); printf("..now e
www.eeworm.com/read/296909/8072966

m power.m

function r = power(obj1,obj2) % GPVAR/POWER Implements '.^' for GP variable. % if( ~isnumeric(obj2) ) error('The exponent in the power must be a numerical value.'); end sz1 = size(obj1); sz2 = si
www.eeworm.com/read/142433/12945920

txt contents.txt

% Numerical Methods for Physics, 2nd Ed. (C++). % Version 1.0a 2-Oct-99 % Copyright (c) 1999 by Alejandro Garcia. % Matrix.h Matrix C++ class % NumMeth.h General C++ header % SampList
www.eeworm.com/read/130196/5963033

m mnbrak.m

function [ax, bx, cx, fa, fb, fc]=mnbrak(co, ax,bx,cx,x,xi) % [ax, bx, cx, fa, fb, fc]=cg_optimizable.mnbrak(co, ax,bx,cx,x,xi) % % brakets a minimum % (see Numerical Recipes for C, page 400)
www.eeworm.com/read/130196/5963040

m brent.m

function [xmin, fmin, iter]=brent_1d(co, ax,bx,cx, ps, xi) % [xmin, fmin, iter]=cg_optimizable.brent_1d(co, ax,bx,cx, ps, xi) % % brents one-dimensional minimization % (from Numerical Recipes in C
www.eeworm.com/read/456224/6278750

m fig5_4.m

% to generate figure 5.4 % Example 5.1 % Numerical Techniques - 1 D optimization % Optimzation with MATLAB, Section 5.2.5 % Dr. P.Venkataraman % % syms al f g aL fL au fu a1 f1 a2 f2 f = (
www.eeworm.com/read/251835/12317394

m dquad.m

function I = dquad(z1,z2,sing1,z,beta,qdat) %DQUAD: Numerical quadrature for the disk map. % DQUAD(ZL,ZR,S,Z,BETA,QDAT,MIDPT) performs the integration for the SC % disk formula. ZL and ZR are v
www.eeworm.com/read/221024/14774770

html http:^^www.cs.wisc.edu^~deboor^na^na.html

Date: Tue, 05 Nov 1996 20:39:53 GMT Server: NCSA/1.5 Content-type: text/html Last-modified: Mon, 09 Sep 1996 15:51:32 GMT Content-length: 3107 Numerical Analysis at the Universi
www.eeworm.com/read/325480/3483476

m mnbrak.m

function [ax, bx, cx, fa, fb, fc]=mnbrak(co, ax,bx,cx,x,xi) % [ax, bx, cx, fa, fb, fc]=cg_optimizable.mnbrak(co, ax,bx,cx,x,xi) % % brakets a minimum % (see Numerical Recipes for C, page 400)