代码搜索:methods
找到约 10,000 项符合「methods」的源代码
代码结果 10,000
www.eeworm.com/read/291067/6302815
m doaspc1.m
function spect = doaspc1(method, sigIn, specType, smplPoints, focusDist, rangeIx, cpiIx, in8, in9, in10, timeIx, snapshotDim)
%DOASPC1 Estimates a DOA-spectrum with different methods.
%
% spect =
www.eeworm.com/read/494289/6381819
c mrpower.c
/*
* MIRACL methods for modular exponentiation
* mrpower.c
*
* Copyright (c) 1988-1999 Shamus Software Ltd.
*/
#include
#include "miracl.h"
void nres_powltr(_MIPD_ i
www.eeworm.com/read/486139/6543874
m mat2vec.m
function xC = Mat2Vec(W, Method, K, L)
% Mat2Vec Convert an integer matrix to a cell array of vectors,
% several different methods are possible, most of them are non-linear.
% The inverse funct
www.eeworm.com/read/480116/6677145
r ada.r
### Name: ada
### Title: Fitting Stochastic Boosting Models
### Aliases: ada ada.default ada.formula ada.logit ada.gentle ada.real
### ada.discrete
### Keywords: classes models methods
### **
www.eeworm.com/read/478118/6720201
java ex10(2).java
// exceptions/Ex10.java
// TIJ4 Chapter Exceptions, Exercise 10, page 468
/* Create a class with two methods, f() and g(). In g(), throw an exception of
* a new type that you define. In f(), call g
www.eeworm.com/read/478118/6720274
java stem2.java
// reusing/Stem2.java
// TIJ4 Chapter Reusing, Exercise 12, page 254
// Add a proper hierarchy of dispose() methods to all the classes of exercise 9.
/* EX 9: Create a class called Root that conta
www.eeworm.com/read/478118/6720380
java music9.java
// interfaces/music9/Music9.java
// TIJ4 Chapter Interfaces, Exercise 9, page 320
/* Refactor Music5.java by moving the common methods in Wind, Percussion and
* Stringed into an abstract class.
*/
www.eeworm.com/read/477110/6747845
m subsref.m
%SUBSREF Reference methods on a ROBOT object
%
% ROBOT.n return number of links
% ROBOT.link return cell array of link objects
% ROBOT.gravity return gravity vector
% ROBOT.base return homog xf
www.eeworm.com/read/406901/11433067
txt pci.txt
There are two configuration methods, depending on the PCI chipsets used:
Configuration Type 1:
CF8h D(R/W):
bit 0-7 Index into the configuration space to read/write at CFCh
11-15 Car
www.eeworm.com/read/156908/11753613
c mrlucas.c
/*
* MIRACL methods for evaluating lucas V function
* mrlucas.c
*
* Copyright (c) 1988-1999 Shamus Software Ltd.
*/
#include
#include "miracl.h"
void nres_lucas(_MIP