代码搜索:newton

找到约 1,748 项符合「newton」的源代码

代码结果 1,748
www.eeworm.com/read/411330/7083322

newton

Newton插值2007-07-16 18:37#include using namespace std; #include #define N 5 //以五点为例 void main() { int i,j; float f[N+1][N+1]; float x[N],y[N]; float t; c
www.eeworm.com/read/117750/14905992

for newton.for

program main double precision x(10),y(10),x1,y1 data x/0.10,0.15,0.25,0.40,0.50,0.57,0.70,0.85, 1 0.93,1.0/ data y/0.904837,0.860708,0.778801,0.670320,0.606531, 1 0.565525,
www.eeworm.com/read/240722/4570661

in newton.in

% Emacs should use -*- KeyVal -*- mode % molecule specification molecule: ( symmetry = c2v unit = angstrom { atoms geometry } = { O [ 0.00000000 0.00000000 0.36937
www.eeworm.com/read/407965/2256832

h edu_gatech_cc_is_newton_newton.h

/* DO NOT EDIT THIS FILE - it is machine generated */ #include /* Header for class EDU_gatech_cc_is_newton_Newton */ #ifndef _Included_EDU_gatech_cc_is_newton_Newton #define _Included_EDU_gat
www.eeworm.com/read/261019/4326006

h edu_gatech_cc_is_newton_newton.h

/* DO NOT EDIT THIS FILE - it is machine generated */ #include /* Header for class EDU_gatech_cc_is_newton_Newton */ #ifndef _Included_EDU_gatech_cc_is_newton_Newton #define _Included_EDU_gat
www.eeworm.com/read/391554/8397306

m newton.m

function yi=newton(x,y,w) n=length(x);m=length(y); if n~=m 'error' return; end Y=zeros(n);Y(:,1)=y'; for i=2:n for k=2:i Y(i,k)=(Y(i,k-1)-Y(i-1,k-1))/(x(
www.eeworm.com/read/390075/8487280

m newton.m

function nt=newton(t,n) x=[0.5 1.0 1.5 2.0 2.5]; r(1)=n0(x(1)); r(2)=n1(x(1),x(2))*(t-x(1)); r(3)=n2(x(1),x(2),x(3))*(t-x(1))*(t-x(2)); r(4)=n3(x(1),x(2),x(3),x(4))*(t-x(1))*(t-x(2))*(t-x(3)); r
www.eeworm.com/read/290268/8492136

dsp newton.dsp

# Microsoft Developer Studio Project File - Name="NewTon" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Co
www.eeworm.com/read/290268/8492138

plg newton.plg

Build Log --------------------Configuration: NewTon - Win32 Debug-------------------- Command Lines Creating temporary file "C:\DOCUME~1\Fqihan
www.eeworm.com/read/290268/8492139

opt newton.opt