代码搜索:Algorithm

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

代码结果 10,000
www.eeworm.com/read/162868/5512498

c unreduce.c

/*--------------------------------------------------------------------------- unreduce.c The Reducing algorithm is actually a combination of two distinct algorithms. The first algorithm compre
www.eeworm.com/read/447892/1693870

c unreduce.c

/*--------------------------------------------------------------------------- unreduce.c The Reducing algorithm is actually a combination of two distinct algorithms. The first algorithm compre
www.eeworm.com/read/392548/2495031

c unreduce.c

/*--------------------------------------------------------------------------- unreduce.c The Reducing algorithm is actually a combination of two distinct algorithms. The first algorithm compre
www.eeworm.com/read/113517/15454459

c unreduce.c

/*--------------------------------------------------------------------------- unreduce.c The Reducing algorithm is actually a combination of two distinct algorithms. The first algorithm compre
www.eeworm.com/read/100149/15882381

c unreduce.c

/*--------------------------------------------------------------------------- unreduce.c The Reducing algorithm is actually a combination of two distinct algorithms. The first algorithm compre
www.eeworm.com/read/315321/13545953

m steep_desc3.m

% Program: steep_desc3.m % Title: Steepest-descent algorithm % Description: Implements the steepest-descent method % (Algorithm 5.1) using the inexact line search % algorithm implemented in terms
www.eeworm.com/read/315321/13545958

m gauss_newton.m

% Program: gauss_newton.m % Title: Gauss-Newton algorithm % Description: implements the Gauss-Newton algorithm (Algorithm 5.5). % The line search is carried out by using the inexact line search
www.eeworm.com/read/315321/13545959

m newton.m

% Program: newton.m % Title: Newton algorithm % Description: Implements the Newton algorithm % described in Algorithm 5.3. Step 2 is % is carried out by using Eq.(5.13). % Theory: See Practical
www.eeworm.com/read/312889/13602446

header

GENETIC ALGORITHM source code GENETIC ALGORITHM source code This directory contains all the original source code for doing a genetic algorithm search for a given set of vari
www.eeworm.com/read/289075/3995977

sh verify-compression.sh

#!/bin/bash for i in *.out; do DATASET=$(echo $i | cut -d . -f 1) ALGORITHM=$(echo $i | cut -d . -f 2) echo "Decompressing $i, with dataset $DATASET and algorithm $ALGORITHM"; if ! ..