代码搜索:methods

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

代码结果 10,000
www.eeworm.com/read/305390/13772309

m romber.m

function [R,quad,err,h]=romber(f,a,b,n,tol) %Input - f is the integrand % - a and b are upper and lower limits of integration % - n is the maximum number of rows in the tabl
www.eeworm.com/read/305390/13772310

m lagran.m

function [C,L]=lagran(X,Y) %Input - X is a vector that contains a list of abscissas % - Y is a vector that contains a list of ordinates %Output - C is a matrix that contains the coeffic
www.eeworm.com/read/305390/13772313

m newpoly.m

function [C,D]=newpoly(X,Y) %Input - X is a vector that contains a list of abscissas % - Y is a vector that contains a list of ordinates %Output - C is a vector that contains the coe
www.eeworm.com/read/305390/13772316

m simprl.m

function s=simprl(f,a,b,M) %Input - f is the integrand % - a and b are upper and lower limits of integration % - M is the number of subintervals %Output - s is the simps
www.eeworm.com/read/305390/13772324

m traprl.m

function s=traprl(f,a,b,M) %Input - f is the integrand % - a and b are upper and lower limits of integration % - M is the number of subintervals %Output - s is the t
www.eeworm.com/read/151784/5678991

java makeapidb.java

/* * Copyright (c) 2000 David Flanagan. All rights reserved. * This code is from the book Java Examples in a Nutshell, 2nd Edition. * It is provided AS-IS, WITHOUT ANY WARRANTY either expressed or
www.eeworm.com/read/151775/5679172

java makeapidb.java

/* * Copyright (c) 2000 David Flanagan. All rights reserved. * This code is from the book Java Examples in a Nutshell, 2nd Edition. * It is provided AS-IS, WITHOUT ANY WARRANTY either expressed or
www.eeworm.com/read/151482/5681513

java mimemessagepreparator.java

/* * Copyright 2002-2005 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.
www.eeworm.com/read/151482/5682467

java multiactioncontroller.java

/* * Copyright 2002-2005 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.
www.eeworm.com/read/144216/5751930

pm array.pm

package Tie::Array; use 5.005_64; use strict; use Carp; our $VERSION = '1.01'; # Pod documentation after __END__ below. sub DESTROY { } sub EXTEND { } sub UNSHIFT { scalar shift->SPLICE(0,0,@_) }