代码搜索结果

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

seeddes.c

/********************************************************************/ /* FileName: SeedDes.c */ /* Function: Realize Signal DES and Triple DES algorithm */ /************************

dec5502_des.c

/************************************************************************/ /* FileName: DEC5502_DES.c */ /* Function: Define DES algorithm functions */ /*************************

prog.cpp

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

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 */ /*

main.c

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

prefixspantemplatealgm.inl

#include #include #include #include using namespace std; //------------------------------------------------------------------------ //---------------

rc6.c

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

rc6.c

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

replace.cpp

/************************************************************************** * * replace.cpp - Example program of replace algorithm * See Class Reference Section * ************