代码搜索:methods
找到约 10,000 项符合「methods」的源代码
代码结果 10,000
www.eeworm.com/read/172473/9706252
m lspoly.m
function C = lspoly(X,Y,M)
%Input - X is the 1xn abscissa vector
% - Y is the 1xn ordinate vector
% - M is the degree of the least-squares polynomial
% Output - C is the coefficient l
www.eeworm.com/read/172473/9706311
m diffnew.m
function [A,df]=diffnew(X,Y)
%Input - X is the 1xn abscissa vector
% - Y is the 1xn ordinate vector
%Output - A is the 1xn vector containing the coefficients of the Nth
% degree Ne
www.eeworm.com/read/172473/9706332
m seidel.m
function [P,iter]= seidel(G,P,delta, max1)
%Input - G is the nonlinear system saved in the M-file G.m
% - P is the initial guess at the solution
% - delta is the error bound
%
www.eeworm.com/read/172473/9706335
m jacobi1.m
function [V,D]=jacobi1(A,epsilon)
%Input - A is an nxn matrix
% - epsilon the is tolerance
%Output - V is the nxn matrix of eigenvectors
% - D is the diagonal nxn matrix of eigenvalues
%
www.eeworm.com/read/368108/9711684
m exm076_1.m
% exm076_1.m
hsin=@sin;
disp(' 按任意键继续!观察hsin 的类别与大小。')
pause
class(hsin)
size(hsin)
disp(' 按任意键继续!观察hsin 的内涵。')
pause
CC=functions(hsin)
disp(' 按任意键继续!观察重载函数。')
pause
www.eeworm.com/read/172193/9721202
txt changelog.txt
Version history
---------------
3.0
Version number, small changes in documentation
2.64 (18.03.2003)
Delphi 7 support
2.64 (3.10.2002)
C++ Builder 6 support
2.63 (3.9.2001)
De
www.eeworm.com/read/367442/9747888
m contents.m
% Statistical learning methods.
%
% Included directories (implementing algorithms):
% minimax - (dir) Minimax learning algorithm.
% unsuper - (dir) Unsupervised learning methods, EM algori
www.eeworm.com/read/367407/9751837
cs garbageinfo.cs
using System;
using System.Reflection;
class clsGarbageInfo
{
static void Main()
{
Type t = typeof(System.GC);
MethodInfo [] Methods = t.GetMethods();
foreach (MethodInfo Method in
www.eeworm.com/read/170709/9792690
cpp simpleinherit.cpp
//Listing 16.1 Simple inheritance
#include
enum BREED { YORKIE, CAIRN, DANDIE, SHETLAND, DOBERMAN, LAB };
class Mammal
{
public:
// constructors
Mammal
www.eeworm.com/read/269986/11052337
cnt tadvlistviewd7.cnt
:Base TAdvListViewd7.hlp
:Title TAdvListView
:LINK D7VCL.HLP
1 TAdvListView
2 Types
3 TDrawDetailProp=TDrawDetailProp
3 TURLClickEvent=TURLClickEvent
3 TLVBkImage=TLVBkImage
3 PLVBkImage=PLVBk