代码搜索:Algorithm

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

代码结果 10,000
www.eeworm.com/read/485902/6549010

m ar_m_al2.m

%Fast LMS-Newton algorithm when applied to the modeling of an %unknown plant: Algorithm 2, Table 11.7. % % % Lattice structures are used to implement the forward % and backward filters in th
www.eeworm.com/read/410336/11292872

m soa_wgyh_zyk_dai_57.m

% FDA_RUN % % Filter Design Algorithm that uses a seeker optimization algorithm to design and % optimizes an IIR transfer function that fits a desired magnitude % response. Adjustable inputs inclu
www.eeworm.com/read/152732/12090009

doc lsq.doc

The module LSQ is for unconstrained linear least-squares fitting. It is based upon Applied Statistics algorithm AS 274 (see comments at the start of the module). A planar-rotation algorithm is
www.eeworm.com/read/130490/14189974

c wma.c

/* Copyright (C) 2002 Mikael Ylikoski * See the accompanying file "README" for the full copyright notice */ /** * @file * Weighted Majority Algorithm (WMA) for linear-max learning algorithm. * *
www.eeworm.com/read/128030/14318799

cpp itercopy.cpp

// itercopy.cpp // uses iterators for copy() algorithm #include #include #include using namespace std; int main() { int beginRange, endRange; int ar
www.eeworm.com/read/472943/1402605

m msnvenofig3.m

% Figure 3: This diagram displays the median error rates when the LARS Algorithm % is used to recover the underlying sparse model, with the number of variables, % p, fixed at 200. The algorithm do
www.eeworm.com/read/182841/5262589

java linear.java

package org.scut.DataMining.Algorithm.NeuralNetwork.Core.ActivateFunctions; import org.scut.DataMining.Algorithm.NeuralNetwork.Core.ActivateFunction; public class Linear extends ActivateFunction
www.eeworm.com/read/182841/5262590

java sigmoid.java

package org.scut.DataMining.Algorithm.NeuralNetwork.Core.ActivateFunctions; import org.scut.DataMining.Algorithm.NeuralNetwork.Core.ActivateFunction; public class Sigmoid extends ActivateFunct
www.eeworm.com/read/176316/5338715

c cipher-idea.c

/* * idea.c - C source code for IDEA block cipher. * IDEA (International Data Encryption Algorithm), formerly known as * IPES (Improved Proposed Encryption Standard). * Algorithm
www.eeworm.com/read/175689/5343570

m contents.m

% Separation of finite sets of vectors % % ekozinec - Kozinec's algorithm for eps-optimal separating hyperplane. % mperceptron - Perceptron algorithm to train linear machine. % perceptron - Perc