代码搜索:Simpson
找到约 618 项符合「Simpson」的源代码
代码结果 618
www.eeworm.com/read/429611/8799344
c pppipcp.c
/*
* PPPIPCP.C -- negotiate IP parameters
*
* 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/382649/9008157
c print-aodv.c
/*
* Copyright (c) 2003 Bruce M. Simpson
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that th
www.eeworm.com/read/419697/10843065
c alg041.c
/*
* 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 t
www.eeworm.com/read/458493/7295798
m demosimp.m
function demoSimp
% demoSimp Use composite Simpson's rule to integrate x*exp(-x) on [0,5]
%
% Synopsis: demoSimp
%
% Input: none
%
% Output: Table of integral values for increasing num
www.eeworm.com/read/458488/7296174
m demosimp.m
function demoSimp
% demoSimp Use composite Simpson's rule to integrate x*exp(-x) on [0,5]
%
% Synopsis: demoSimp
%
% Input: none
%
% Output: Table of integral values for increasing num
www.eeworm.com/read/449127/7518001
m simpcomp.m
function [int, S, nfeval] = simpcomp(fun, a, b, tol)
%
% function [int, nfeval] = simpcomp(f, a, b, tol)
%
% Compute an approximation of the integral of f over
% [a,b] using composite Simpson r
www.eeworm.com/read/144399/12797637
m demosimp.m
function demoSimp
% demoSimp Use composite Simpson's rule to integrate x*exp(-x) on [0,5]
%
% Synopsis: demoSimp
%
% Input: none
%
% Output: Table of integral values for increasing num
www.eeworm.com/read/140698/13066680
c alg041.c
/*
* 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 t
www.eeworm.com/read/302298/13838087
asv 5_4.asv
%%%%%%%% Double Integration by the Simpson's Rule %%%%%%%%
nx=input('Number of intervals in x_direction:');
ny=input('Number of intervals in y_direction:');
a=input('Lower limit of x,a?');
b=inp
www.eeworm.com/read/389070/6353149
asv 5_4.asv
%%%%%%%% Double Integration by the Simpson's Rule %%%%%%%%
nx=input('Number of intervals in x_direction:');
ny=input('Number of intervals in y_direction:');
a=input('Lower limit of x,a?');
b=inp