代码搜索:INTERVAL

找到约 8,094 项符合「INTERVAL」的源代码

代码结果 8,094
www.eeworm.com/read/469416/6976232

m conf2mahal.m

% CONF2MAHAL - Translates a confidence interval to a Mahalanobis % distance. Consider a multivariate Gaussian % distribution of the form % % p(x) = 1/sqrt((2 * pi)^d *
www.eeworm.com/read/125995/7070993

c ticlength.c

//******************************************************************** // // Author : ADI - Apps www.analog.com/MicroConverter // // Date : October 2003 // // File
www.eeworm.com/read/443184/7114803

m halley.m

function [x, fx, evals, iters, badinds] = halley(fun, dfun, ddfun, x0, varargin) %HALLEY Root finder -- Halley's method % % HALLEY(fun, dfun, ddfun, x0) returns a root of the function [fu
www.eeworm.com/read/443184/7114804

m newtonraphson.m

function [x, fx, evals, iters, badinds] = newtonraphson(fun, deriv, x0, varargin) %NEWTONRAPHSON General Newton Raphson root finder % % NEWTONRAPHSON(fun, deriv, x0) returns a root of the fun
www.eeworm.com/read/350718/7149634

c main.c

/* * Module: MAIN.C * Modified by: X.C.Zheng WeiHua * Modified on: Date: 03-8-11 14:02 * Copyright(c) WeiHua Tech Ltd. */ #include "ECRSYS.h" #include "ftype.h" #include "disp.h" #inclu
www.eeworm.com/read/458493/7295659

m demobisect.m

function xm = demoBisect(xleft,xright,n) % demoBisect Use bisection to find the root of x - x^(1/3) - 2 % % Synopsis: x = demoBisect(xleft,xright) % x = demoBisect(xleft,xright,n) % %
www.eeworm.com/read/458488/7296084

m demobisect.m

function xm = demoBisect(xleft,xright,n) % demoBisect Use bisection to find the root of x - x^(1/3) - 2 % % Synopsis: x = demoBisect(xleft,xright) % x = demoBisect(xleft,xright,n) % %
www.eeworm.com/read/449996/7492009

s stopwatc.s

; Stopwatch primitives - used in sw.c include asmglobal.h public stopval,swstart .CODE dbase dw @Data ; start the interval timer swstart proc far push ax ; send the mode word to the 825
www.eeworm.com/read/443159/7636761

m halley.m

function [x, fx, evals, iters, badinds] = halley(fun, dfun, ddfun, x0, varargin) %HALLEY Root finder -- Halley's method % % HALLEY(fun, dfun, ddfun, x0) returns a root of the function [fu
www.eeworm.com/read/443159/7636762

m newtonraphson.m

function [x, fx, evals, iters, badinds] = newtonraphson(fun, deriv, x0, varargin) %NEWTONRAPHSON General Newton Raphson root finder % % NEWTONRAPHSON(fun, deriv, x0) returns a root of the fun