代码搜索:Simpson

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

代码结果 618
www.eeworm.com/read/140697/13066898

m alg041.m

% SIMPSON'S COMPOSITE ALGORITHM 4.1 % % To approximate I = integral ( ( f(x) dx ) ) from a to b: % % INPUT: endpoints a, b; even positive integer n. % % OUTPUT: approximation XI to I.
www.eeworm.com/read/140697/13067100

m alg041.m

% SIMPSON'S COMPOSITE ALGORITHM 4.1 % % To approximate I = integral ( ( f(x) dx ) ) from a to b: % % INPUT: endpoints a, b; even positive integer n. % % OUTPUT: approximation XI to I.
www.eeworm.com/read/490168/6459898

m quad.m

function [Q,fcnt] = quad(funfcn,a,b,tol,trace,varargin) %QUAD Numerically evaluate integral, adaptive Simpson quadrature. % Q = QUAD(FUN,A,B) tries to approximate the integral of function % F
www.eeworm.com/read/339051/12264743

c pppfsm.c

/* * PPPFSM.C -- PPP Finite State Machine * * This implementation of PPP is declared to be in the public domain. * * Jan 91 Bill_Simpson@um.cc.umich.edu * Computer Systems Consulting Ser
www.eeworm.com/read/339051/12265228

c pppcmd.c

/* * PPPCMD.C -- PPP related user commands * * This implementation of PPP is declared to be in the public domain. * * Jan 91 Bill_Simpson@um.cc.umich.edu * Computer Systems Consulting Se
www.eeworm.com/read/149908/12333756

c pppfsm.c

/* * PPPFSM.C -- PPP Finite State Machine * * This implementation of PPP is declared to be in the public domain. * * Jan 91 Bill_Simpson@um.cc.umich.edu * Computer Systems Consulting Ser
www.eeworm.com/read/149908/12334166

c pppcmd.c

/* * PPPCMD.C -- PPP related user commands * * This implementation of PPP is declared to be in the public domain. * * Jan 91 Bill_Simpson@um.cc.umich.edu * Computer Systems Consulting Se
www.eeworm.com/read/336459/12442556

m simpadpt.m

function [JSf,nodes]=simpadpt(f,a,b,tol,hmin) %SIMPADPT Numerically evaluate integral, adaptive Simpson quadrature. % JSF = SIMPADPT(FUN,A,B,TOL,HMIN) tries to approximate the integral of function
www.eeworm.com/read/429611/8799041

h ppp.h

#ifndef _PPP_H #define _PPP_H /* * This implementation of PPP is declared to be in the public domain. * * Jan 91 Bill_Simpson@um.cc.umich.edu * Computer Systems Consulting Services * *
www.eeworm.com/read/429611/8799118

c slip.c

/* SLIP (Serial Line IP) encapsulation and control routines. * Copyright 1991 Phil Karn * * Van Jacobsen header compression hooks added by Katie Stevens, UC Davis * * - Feb 1991 Bill_Simpson