代码搜索结果

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

tspdemo.html

The GA Playground: TSP by Genetic Algorithm

tspdemo_test.html

The GA Playground: TSP by Genetic Algorithm

steiner.html

The GA Playground: Steiner's Problem by Genetic Algorithm

lexopt.pas

{ DFA optimization algorithm. This is an efficient (O(n log(n)) DFA optimization procedure based on the algorithm given in Aho/Sethi/Ullman, 1986, Section 3.9. Copyright (c) 1990-92 A

polyee.c

/* Author: Pate Williams (c) 1997 Polynomial extended Euclidean algorithm. See "Handbook of Applied Cryptography" by Alfred J. Menezes et al 2.6.2 Section 2.2.1 Algorithm page 82. *

sgareport.txt

Simple Genetic Algorithm - SGA ________________________________________________________________________________ SGA Parameters: Population Size(n

gaul.h

/********************************************************************** gaul.h ********************************************************************** gaul - Genetic Algorithm Utility Library.

main.cpp

/********************************************************************* * * Project description: * Lz77 compression/decompression algorithm. * *********************************************