代码搜索:Simpson

找到约 618 项符合「Simpson」的源代码

代码结果 618
www.eeworm.com/read/388162/8631423

doc simpson.doc

www.eeworm.com/read/288118/8652121

c simpson.c

www.eeworm.com/read/386253/8760028

m simpson.m

function [res] = SIMPSON(FN,A,B,sqq,sf,sp) % This function is used by the Piecewise Linear Rayleigh Ritz % Method (Algorithm 11.5) to perform Composite Simpson's Rule syms('H','I','Y','Z','x');
www.eeworm.com/read/386253/8760204

m simpson.m

function [res] = SIMPSON(FN,A,B,sqq,sf,sp) % This function is used by the Piecewise Linear Rayleigh Ritz % Method (Algorithm 11.5) to perform Composite Simpson's Rule syms('H','I','Y','Z','x');
www.eeworm.com/read/378420/9231656

c simpson.c

www.eeworm.com/read/376522/9315755

m simpson.m

function [I step]= Simpson(f,a,b,eps) if(nargin==3) eps=1.0e-4; end n=2; h=(b-a)/2; I1=2; I2=(subs(sym(f),findsym(sym(f)),a)+subs(sym(f),findsym(sym(f)),b))/h; while abs(I2-I1)>eps n
www.eeworm.com/read/376197/9325476

c simpson.c

www.eeworm.com/read/376169/9328387

c simpson.c

www.eeworm.com/read/175042/9561908

pas simpson.pas

program kk(input,output); var s1,s2:real; function f1(x:real):real; begin f1:=1/(x+1); end; function f2(x:real):real; begin f2:=x*exp(-x*x) end; function simp(FUNCTION f(x:real):real;a,b:
www.eeworm.com/read/366498/9811458

c simpson.c

#include #include #include #define PI 3.1415926 double f(double x) { double y=0.3; return sqrt(1-y*y*cos(x)*cos(x)) ; } void main() { int i,n=1; double