代码搜索:Method
找到约 10,000 项符合「Method」的源代码
代码结果 10,000
www.eeworm.com/read/493294/6400286
m prtestf.m
%PRTESTF Test feature selection
%
% A feature selection method stored as an untrained mapping w is tested
a = azizah;
www.eeworm.com/read/493294/6400494
m featselm.m
%FEATSELM Feature selection map
%
% [W,R] = FEATSELM(A,CRIT,METHOD,K,T,PAR1,...)
%
% INPUT
% A Training dataset
% CRIT Name of criterion: 'in-in', 'maha-s', 'NN' or others (see FEATEVAL
www.eeworm.com/read/493294/6400498
m confmat.m
%CONFMAT Construct confusion matrix
%
% [C,NE,LABLIST] = CONFMAT(LAB1,LAB2,METHOD,FID)
%
% INPUT
% LAB1 Set of labels
% LAB2 Set of labels
% METHOD 'count' (default) to count n
www.eeworm.com/read/492578/6415668
java timecalculator.java
public class TimeCalculator
{
int minutes=0;
int seconds=0;
public void calcTimeforMaze(int totalDimonds, int xSize, int ySize)//some kinda method that determines the time a player has for each l
www.eeworm.com/read/491801/6426112
js url.js
var Url = {
// public method for url encoding
encode : function (string) {
return escape(this._utf8_encode(string));
},
// public method for url decoding
decode : functio
www.eeworm.com/read/492033/6430555
cpp eigvalsol.cpp
#include
#include "global.h"
#include "eigvalsol.h"
eigvalsol::eigvalsol (void)
{
}
eigvalsol::~eigvalsol (void)
{
}
/**
function reads data from input file
@param in - pointe
www.eeworm.com/read/491538/6437351
java evaluateexpression.java
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
public class EvaluateExpression
{
private ExpressStack operator; //运算符栈
private ExpressStack number; //运算数栈
private f
www.eeworm.com/read/491538/6437357
java expressstack.java
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
public class ExpressStack
{
private double data;
/*****************************空构造函数***********************************/
www.eeworm.com/read/491318/6438495
txt readme.txt
Version Websphere 6.0
1.Providing us with hostname(or ip),hostport(8880),connecttype(SOAP or RMI or some others),nodename and servername(server1)
version 5
perfMBean:
getStatsObject method ret
www.eeworm.com/read/489598/6466421
m model_ar.m
function [xP] = model_AR(xP,DS,delay);
%This routine uses the classical AR correlation method to model the channel
global nTx nRx Npart
%Using correlation method
B = bessel(0,2*pi*DS);
Nv = 2*