代码搜索:methods
找到约 10,000 项符合「methods」的源代码
代码结果 10,000
www.eeworm.com/read/195047/8176977
h qnetwork.h
//------------------------------------------------------------------------------
// File: qnetwork.h
//
// Desc: This header file machine-generated by mktyplib.exe.
// Interface to type libr
www.eeworm.com/read/193048/8255743
m ex1_26.m
% ex1_26
% 函数句柄及属性
bd=@bode;
G=tf([1],[10 1]);
feval(bd,G)
fbd=functions(bd)
fbd.methods
www.eeworm.com/read/172834/9686115
h basicautoobj.h
//=--------------------------------------------------------------------------=
// BasicAutoObj.H
//=--------------------------------------------------------------------------=
// Copyright 1995 M
www.eeworm.com/read/172833/9686219
h bcfbasiccontrolctl.h
//=--------------------------------------------------------------------------=
// BCFBasicControlCtl.H
//=--------------------------------------------------------------------------=
// Copyright 1
www.eeworm.com/read/172473/9706173
m qr1.m
function D=qr1(A,epsilon)
%Input - A is a symmetric tridiagona nxn matrix
% - epsilon is the tolerance
%Output - D is the vector of eigenvalues
% NUMERICAL METHODS: Matlab Programs
% (c) 2004
www.eeworm.com/read/172473/9706220
m approot.m
function R = approot (X,epsilon)
% Input - f is object function saved as an M-file named f.m
% - X is the vector of abscissas
% - epsilon is the tolerance
% Output - R is the vector of a
www.eeworm.com/read/172473/9706232
m srule.m
function Z=srule(f,a0,b0,tol0)
%Input - f is the integrand input as a string 'f'
% - a0 and b0 are upper and lower limits of integration
% - tol0 is the tolerance
% Output - Z is a 1
www.eeworm.com/read/172473/9706258
m qr2.m
function D=qr2(A,epsilon)
%Input - A is a symmetric tridiagonal nxn matrix
% - epsilon is the tolerance
%Output - D is the nx1 vector of eigenvalues
% NUMERICAL METHODS: Matlab Programs
% (c)
www.eeworm.com/read/172473/9706270
m rks4.m
function [T,Z]=rks4(F,a,b,Za, M)
%Input - F is the system input as a string 'F'
% - a and b are the endpoints of the interval
% - Za=[x(a) y(a)] the initial conditions
% -
www.eeworm.com/read/171690/9742381
h pubmem.h
//-------------------------------------------------------------------
// C Interface to private allocator
//-------------------------------------------------------------------
#define EXPORT extern