代码搜索:methods

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

代码结果 10,000
www.eeworm.com/read/151556/12201283

m gseid.m

function X=gseid(A,B,P,delta, max1) % Input - A is an N x N nonsingular matrix % - B is an N x 1 matrix % - P is an N x 1 matrix; the initial guess % - delta is the tolerance for P %
www.eeworm.com/read/151556/12201317

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) 1999 by
www.eeworm.com/read/151556/12201363

m jacobi.m

function X=jacobi(A,B,P,delta, max1) % Input - A is an N x N nonsingular matrix % - B is an N x 1 matrix % - P is an N x 1 matrix; the initial guess % - delta is the tolerance fo
www.eeworm.com/read/151556/12201374

m power.m

function [lambda,V]= power(A,X,epsilon,max1) % NUMERICAL METHODS: MATLAB Programs %(c) 1999 by John H. Mathews and Kurtis D. Fink %To accompany the textbook: %NUMERICAL METHODS Using MATLAB, %by John
www.eeworm.com/read/151556/12201421

m house.m

function T=house (A) %Input - A is an nxn symmetric matrix %Output - T is a tridiagonal matrix % NUMERICAL METHODS: MATLAB Programs %(c) 1999 by John H. Mathews and Kurtis D. Fink %To accompany the
www.eeworm.com/read/336776/12415393

java watchdog_timedout.java

package designPatterns.Watchdog; import designPatterns.Fsm.GenericFsm; public class Watchdog_timedout extends WatchdogState { /* * Mandatory methods */ public void entryAction(GenericFsm fsm)
www.eeworm.com/read/336776/12415398

java watchdog_ready.java

package designPatterns.Watchdog; import designPatterns.Fsm.GenericFsm; public class Watchdog_ready extends WatchdogState { /* * Mandatory methods */ public void entryAction(GenericFsm fsm) {
www.eeworm.com/read/129368/14249096

html 107.html

Code Samples from
www.eeworm.com/read/230212/14296809

java _xuankeimplbase.java

package choose; /** * choose/_xuankeImplBase.java . * Generated by the IDL-to-Java compiler (portable), version "3.1" * from choose.idl * 2006年12月17日 星期日 下午04时47分39秒 CST */ public abstrac
www.eeworm.com/read/226428/14474738

h rtnode.h

// -*- Mode: C++ -*- // RTnode.h // // Copyright (c) 1996, Regents of the University of California // $Header: /usr/local/devel/GiST/libGiST/RTree/RTnode.h,v 1.1.1.1 1996/08/06 23:47:26