代码搜索:Algorithm
找到约 10,000 项符合「Algorithm」的源代码
代码结果 10,000
www.eeworm.com/read/419081/10886729
h cordic.h
/* Class Cordic provides interfaces to CORDIC algorithm
As we know, CORDIC algorithm is discovered and issued by J.S Volder
firstly, and then extended by Walther.As the development of computer
t
www.eeworm.com/read/296577/8091136
pas unit5.pas
unit Unit5;
interface
uses
Windows, SysUtils;
function GetIdeSerialNumber: PChar;
function Algorithm(S: string): string;
implementation
function Algorithm(S: string): string; //算法
www.eeworm.com/read/312319/13613656
m fangzhen1_tls.m
A Fast Recursive Algorithm with Multi-Grade QR
Decomposition for Multivariable Transfer Function Matrix
Identification
Zeqiang BianA Fast Recursive Algorithm with Multi-Grade QR
Decomposition for
www.eeworm.com/read/309649/13667512
c metaphon.c
/* +++Date last modified: 05-Jul-1997 */
/*
** METAPHON.C - Phonetic string matching
**
** The Metaphone algorithm was developed by Lawrence Phillips. Like the
** Soundex algorithm, it compa
www.eeworm.com/read/142050/5766157
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/142050/5766158
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/101082/6240631
c tfind.c
/* @(#)tfind.c 1.2 */
/*LINTLIBRARY*/
/*
* Tree search algorithm, generalized from Knuth (6.2.2) Algorithm T.
*
* The NODE * arguments are declared in the lint files as char *,
* because the defin
www.eeworm.com/read/100601/6267400
txt square.txt
Squaring Algorithm
When you are squaring a value, you can take advantage of the fact that
half the multiplications performed by the more general multiplication
algorithm (see 'mul.txt' for a descript
www.eeworm.com/read/456224/6278883
m callga.m
% Optimization Using MATLAB, Chapter 9
% Dr. P.Venkataraman
% Chapter: 9, Section 9.3
% Genetic Algorithm
%
% An m-file for Calling the Genetic Algorithm Program
%*****************************
www.eeworm.com/read/485902/6548992
m ar_m_al1.m
%Fast LMS-Newton algorithm when applied to the modeling of an
%unknown plant: Algorithm 1, Table 11.6.
%
%
% Lattice structures are used to implement the backward filter
% in the AR modeling