代码搜索结果

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

main.c

/*******************************************/ /* Simple Genetic Algorithm - SGA */ /* Haploid Version */ /* (c) David Edward Goldberg 1986 */ /*

main.c

/*******************************************/ /* Simple Genetic Algorithm - SGA */ /* Haploid Version */ /* (c) David Edward Goldberg 1986 */ /*

ga.cpp

/***************************************************************/ /* This is a simple genetic algorithm implementation where the */ /* evaluation function takes positive values only and the *

prog.cpp

/***************************************************************/ /* This is a simple genetic algorithm implementation where the */ /* evaluation function takes positive values only and the */

test.cpp

/***************************************************************/ /* This is a simple genetic algorithm implementation where the */ /* evaluation function takes positive values only and the */

test1.cpp

/***************************************************************/ /* This is a simple genetic algorithm implementation where the */ /* evaluation function takes positive values only and the */

main.cpp

/***************************************************************/ /* This is a simple genetic algorithm implementation where the */ /* evaluation function takes positive values only and the */

phonelist.java

//******************************************************************** // PhoneList.java Author: Lewis/Loftus // // Driver for testing a sorting algorithm. //******************************

rcencrypt.c

/* This is an independent implementation of the encryption algorithm: */ /* */ /* RC6 by Ron Rivest and RSA Labs

ga_sa.c

/********************************************************************** ga_sa.c ********************************************************************** ga_sa - A simulated annealling algorithm fo