代码搜索:Numerical

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

代码结果 2,441
www.eeworm.com/read/132999/14063575

txt readme.txt

================================================================================ MICROSOFT 基础类库: numerical_analysis 项目概述 =========================================================================
www.eeworm.com/read/216898/14987596

cpp kepler.cpp

#include #include BZ_USING_NAMESPACE(blitz) /* * Test a 12th order symmetric multistep method for solving the equations * of motion of a single planet circling t
www.eeworm.com/read/237003/13983440

cpp kepler.cpp

#include #include BZ_USING_NAMESPACE(blitz) /* * Test a 12th order symmetric multistep method for solving the equations * of motion of a single planet circling t
www.eeworm.com/read/291235/8432913

htm index.htm

NRcdrom ANSI C++. Server/Internet Use Prohibited. Numerical Recipes ANSI C++ Files The best way to find a routine of interest
www.eeworm.com/read/179705/9342402

texi debug.texi

This chapter describes some tips and tricks for debugging numerical programs which use GSL. @menu * Using gdb:: * Examining floating point registers:: * Handling floating point e
www.eeworm.com/read/179705/9342517

todo

* Add an inline version of the iterate method for speed? Perhaps not, the time taken for each iteration surely dominated by the convergence test. * Numerical derivatives? Maybe have a function to man
www.eeworm.com/read/167116/9980501

m ncmlogo.m

% NCMLOGO % L-shaped membrane on the cover of the print % version of Numerical Computing with MATLAB. % Activate the cameratoolbar and move the camera. % Set up the figure window clf shg set(gcf,'co
www.eeworm.com/read/424281/10468859

texi debug.texi

This chapter describes some tips and tricks for debugging numerical programs which use GSL. @menu * Using gdb:: * Examining floating point registers:: * Handling floating point e
www.eeworm.com/read/424281/10469150

todo

* Add an inline version of the iterate method for speed? Perhaps not, the time taken for each iteration surely dominated by the convergence test. * Numerical derivatives? Maybe have a function to man
www.eeworm.com/read/278154/10563060

c elmhes.c

#include #define SWAP(g,h) {y=(g);(g)=(h);(h)=y;} void elmhes(float **a, int n) { int m,j,i; float y,x; for (m=2;m