代码搜索:methods

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

代码结果 10,000
www.eeworm.com/read/152112/12139105

m cheby.m

function [C,X,Y]=cheby(fun,n,a,b) %Input - fun is the string function to be approximated % - N is the degree of the Chebyshev interpolating polynomial % - a is the left endpoint %
www.eeworm.com/read/152112/12139127

m finedif.m

function U = finedif(f,g,a,b,c,n,m) %Input - f=u(x,0) as a string 'f' % - g=ut(x,0) as a string 'g' % - a and b right endpoints of [0,a] and [0,b] % - c the constant in the wave equati
www.eeworm.com/read/152112/12139131

m abm.m

function A=abm(f,T,Y) %Input - f is the function entered as a string 'f' % - T is the vector of abscissas % - Y is the vector of ordinates %Remark. The first four coordinates of T an
www.eeworm.com/read/152112/12139137

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 coefficents of
www.eeworm.com/read/152112/12139144

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 coefficien
www.eeworm.com/read/251837/12316808

problems

Matlab 5.2 seems not to call the overloaded methods subsref.m and subsasgn.m inside another M-File in the class directory ... I don't know if this is a bug, but in this version I've f
www.eeworm.com/read/149259/12391725

htm usingdelays1.htm

DataLoad V4 Users Guide
www.eeworm.com/read/127767/14335919

txt e162. getting and setting non-byte java types in a bytebuffer.txt

The ByteBuffer class provides convenience methods for getting and putting other multibyte Java primitive types. There are two issues to be aware of when using these methods. First, ensure that values
www.eeworm.com/read/127767/14337221

txt e305. determining the type of a character.txt

You should use the methods in the class Character to determine the properties of a character. These methods work for the entire Unicode character set. char ch = 'a'; if (Character.isLetter(
www.eeworm.com/read/127109/14379184

h translator_pl.h

/****************************************************************************** * * $Id: translator_pl.h,v 1.3 2001/03/19 19:27:42 root Exp $ * * Copyright (C) 1997-2001 by Dimitri van Heesch. *