代码搜索:methods
找到约 10,000 项符合「methods」的源代码
代码结果 10,000
www.eeworm.com/read/173823/9634075
java _lightbulbimplbase.java
/**
* _LightBulbImplBase.java
* Generated by the IDL-to-Java compiler (portable), version "3.0"
* from LightBulb.idl
* Sunday, April 8, 2001 3:26:18 PM GMT+10:00
*/
public abstract class _Li
www.eeworm.com/read/173823/9634093
java lightbulbpoa.java
/**
* LightBulbPOA.java .
* 由 IDL-to-Java 编译器(可移植),版本 "3.2" 生成
* 来自 LightBulb.idl
* 2006年4月2日 星期日 上午11时07分43秒 CST
*/
public abstract class LightBulbPOA extends org.omg.PortableServer.Servant
www.eeworm.com/read/173823/9634096
java _lightbulbimplbase.java
/**
* _LightBulbImplBase.java
* Generated by the IDL-to-Java compiler (portable), version "3.0"
* from LightBulb.idl
* Sunday, April 8, 2001 3:26:18 PM GMT+10:00
*/
public abstract class _Li
www.eeworm.com/read/173662/9644514
h serialport.h
/*
Module : SERIALPORT.H
Purpose: Declaration for an MFC wrapper class for serial ports
Created: PJN / 31-05-1999
History: None
Copyright (c) 1999 by PJ Naughter.
All rights reserved.
*/
www.eeworm.com/read/368447/9694135
pas vmtinfo.pas
unit VmtInfo;
interface
// Routines for accessing the undocumented fields of
// the Virtual Method Table (VMT).
//
// The GetVmtInfo function returns an IVmtInfo, and GetTypeInfo returns
//
www.eeworm.com/read/172473/9706147
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/172473/9706176
m taylor.m
function T4=taylor(df,a,b,ya,M)
%Input - df=[y' y'' y''' y'''']entered as a string 'df'
% where y'=f(t,y)
% - a and b are the left and right endpoints
% - ya is the initial c
www.eeworm.com/read/172473/9706178
m gauss.m
function quad=gauss(f,a,b,A,W)
%Input - f is the integrand input as a string 'f'
% - a and b upper and lower limits of integration
% - A is the 1 x N vector of abscissas from Table 7.
www.eeworm.com/read/172473/9706217
m crnich.m
function U=crnich(f,c1,c2,a,b,c,n,m)
%Input - f=u(x,0) as a string 'f'
% - c1=u(0,t) and c2=u(a,t)
% - a and b right endpoints of [0,a] and [0,b]
% - c the constant in the heat equatio
www.eeworm.com/read/172473/9706223
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