代码搜索:methods

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

代码结果 10,000
www.eeworm.com/read/349902/10786621

m subsref.m

function [varargout] = subsref(hfile, S) % BVQXfile::subsref - overloaded method % % Usage is either for methods % % object.method(arguments) % % - or properties % % object.property % Ve
www.eeworm.com/read/349668/10805647

txt overloading overriding runtime type and object orientation (1).txt

作者:jeru email: jeru@163.net 日期:7/3/2001 10:01:58 AM 6)Overloading overriding runtime type and object orientation Objective 1) State the benefits of encapsulation in object oriented design and wri
www.eeworm.com/read/271686/10984286

txt overloading overriding runtime type and object orientation (1).txt

作者:jeru email: jeru@163.net 日期:7/3/2001 10:01:58 AM 6)Overloading overriding runtime type and object orientation Objective 1) State the benefits of encapsulation in object oriented design and wri
www.eeworm.com/read/465112/6966628

pm des.pm

package DES; require Exporter; require DynaLoader; @ISA = qw(Exporter DynaLoader); # Items to export into callers namespace by default # (move infrequently used names to @EXPORT_OK below) @EXP
www.eeworm.com/read/459222/7278406

m nj22matlab.m

% Example script to read CF-compliant structured grid NetCDF % data into Matlab using the NetCDF-Java library % Get the NetCDF-Java library from: % http://www.unidata.ucar.edu/software/netcdf-j
www.eeworm.com/read/450639/7479816

pm des.pm

package DES; require Exporter; require DynaLoader; @ISA = qw(Exporter DynaLoader); # Items to export into callers namespace by default # (move infrequently used names to @EXPORT_OK below) @EXP
www.eeworm.com/read/448905/7522705

m mp8_1.m

% Chapter 8: Frequency Response Methods % MP8.1, p. 475 % num=[25]; den=[1 1 25]; w=logspace(0,1,400); [mag,phase]=bode(num,den,w); [y,l]=max(mag); Mp=20*log10(y), Wr=w(l) bode(num,den,w);
www.eeworm.com/read/434325/7874356

m a5algos.m

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

m lsline.m

function [a,b] = lsline(X,Y) %--------------------------------------------------------------------------- %LSLINE Construct the least squares line. % Sample call % [a,b] = lsline(X,Y) % Input
www.eeworm.com/read/434325/7874594

m trisys.m

function X = trisys(A,D,C,B) %--------------------------------------------------------------------------- %TRISYS Solution of a triangular linear system. % It is assumed that D and B have