代码搜索:methods

找到约 10,000 项符合「methods」的源代码

代码结果 10,000
www.eeworm.com/read/451308/7467615

html package.html

Provides utility methods for manipulating various types of data for the overall IR package
www.eeworm.com/read/450295/7486051

m getvarmatrix_ms_ar.m

% Function for calculating standard errors of MS_Regress_Fit % % The calculation (aproximation) of the first and second derivative of the likelihood % function is done by one side finite difference
www.eeworm.com/read/446854/7564014

java defaultgameeventlistener.java

//DefaultGameEventListener.java /** * * @author Sean Bridges * @version 1.0 * * The DefaultGameEventListener implements do nothing * methods for all the evetns. Subclasses can ov
www.eeworm.com/read/434325/7874092

ion permiss.ion

Letter of Permission to use and copy this software. NUMERICAL METHODS: MATLAB Programs (c) 1995 by John H. Mathews To Accompany
www.eeworm.com/read/434325/7874155

m a11algos.m

%--------------------------------------------------------------------------- %A11ALGOS % % NUMERICAL METHODS: MATLAB Programs, (c) John H. Mathews 1995 % To accompany the text: % NUMERICAL METHOD
www.eeworm.com/read/434325/7874206

ion permiss.ion

Letter of Permission to use and copy this software. NUMERICAL METHODS: MATLAB Programs (c) 1995 by John H. Mathews To Accompany
www.eeworm.com/read/434325/7874337

ion permiss.ion

Letter of Permission to use and copy this software. NUMERICAL METHODS: MATLAB Programs (c) 1995 by John H. Mathews To Accompany
www.eeworm.com/read/434325/7874372

m cs.m

function Z = cs(S,X,T) %--------------------------------------------------------------------------- %CS Evaluates the cubic spline created with csfit. % Sample call % Z = cs(S,X,T) % Inputs
www.eeworm.com/read/434325/7874411

ion permiss.ion

Letter of Permission to use and copy this software. NUMERICAL METHODS: MATLAB Programs (c) 1995 by John H. Mathews To Accompany
www.eeworm.com/read/434325/7874427

m diffnew.m

function [A,df] = diffnew(X,Y) %--------------------------------------------------------------------------- %DIFFNEW Numerical approximation for f'(x), % via differentiation of the Newto