代码搜索:Method
找到约 10,000 项符合「Method」的源代码
代码结果 10,000
www.eeworm.com/read/308602/13699057
m e0613.m
x=0:10;y=sin(x);xi=0:.25:10;
% 将插值方法定义为单元数组
strmod={'nearest','linear','spline','cubic'}
% 将X轴标识定义为单元数组
strlb={'(a) method=nearest', '(b) method=linear','(c) method=spline', '(d) m
www.eeworm.com/read/306335/13746145
java binsearchtreedriver.java
import java.io.*;
import java.util.*;
public class BinSearchTreeDriver implements Process {
protected final String IN_FILE_PROMPT =
"In the Input line, please enter the path for the inpu
www.eeworm.com/read/306335/13746146
java binsearchtreedrivermain.java
public class BinSearchTreeDriverMain {
public static void main (String[] args) {
BinSearchTreeDriver driver = new BinSearchTreeDriver();
} // method main
} // class BinSearchTree
www.eeworm.com/read/306332/13746152
java vertex.java
public class Vertex implements Comparable {
String vertexString;
public Vertex() {
} // default constructor
public Vertex (String s) {
vertexString = s;
www.eeworm.com/read/306332/13746154
java networkdriver.java
import java.io.*;
import java.util.*;
public class NetworkDriver implements Process {
protected int lineRead; // = 0 for the line containing the input file and
// = 1 f
www.eeworm.com/read/306331/13746159
java avltreetestermain.java
public class AVLTreeTesterMain {
public static void main (String[] args) {
AVLTreeTester tester = new AVLTreeTester();
} // method main
} // class AVLTesterMain
www.eeworm.com/read/306092/13752696
m testpolygon.m
function TestPolyGon(Method)
%% Create a Random Polygon
maxsize = 100;
NbMaxPoints = 8;
[xpoly, ypoly , h] =CreateConvexPolygon(maxsize,NbMaxPoints);
Area= EstimateAreaMC(xpoly,ypoly,maxsize,2500
www.eeworm.com/read/305470/13768435
java chstr.java
package jwin;
public class chStr {
/***************************************************
*method name: chStr()
*method function:解决输出中文乱码问题
*
www.eeworm.com/read/305190/13777268
m subid3b.m
function [M,P,SV] = subid3b(data,n,i,Dzero,method)
%SUBID3B Three-block subspace method for identification of linear systems.
%
% SUBID3B estimates a combined deterministic-stochastic linear state
www.eeworm.com/read/304452/13794093
h serialport.h
/***************************************************************************
* Copyright (C) 2004 by Manish Pagey *
* crayzeewulf@users.sourceforge.net
*