代码搜索:Algorithm
找到约 10,000 项符合「Algorithm」的源代码
代码结果 10,000
www.eeworm.com/read/397865/2398975
java digest.java
package org.bouncycastle.crypto;
/**
* interface that a message digest conforms to.
*/
public interface Digest
{
/**
* return the algorithm name
*
* @return the algorithm name
www.eeworm.com/read/100143/15882806
c neuquant.c
/* NeuQuant Neural-Net Quantization Algorithm
* ------------------------------------------
*
* Copyright (c) 1994 Anthony Dekker
*
* NEUQUANT Neural-Net quantization algorithm by Anthony Dekker,
www.eeworm.com/read/186878/8898335
cpp kcenter.cpp
#include
#include
#include
//#include
#include "FastGauss.h"
// kcenter.cpp - K-center algorithm, also minmax algorithm
//
// Using Gonzalez's algorithm
www.eeworm.com/read/186878/8898343
cpp kcenter.cpp
#include
#include
#include
//#include
#include "FastGauss.h"
// kcenter.cpp - K-center algorithm, also minmax algorithm
//
// Using Gonzalez's algorithm
www.eeworm.com/read/366411/9817147
readme
GAlib: A C++ Genetic Algorithm Library
Copyright (c) 1994-1996 MIT, 1998 Matthew Wall
10oct98
GAlib is a C++ library of genetic algorithm objects. With GAlib you can add
evolutionary algorithm opti
www.eeworm.com/read/484379/6586495
m ga_approx.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Approximate Genetic Algorithm
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Kevin Passino
www.eeworm.com/read/124119/14593310
m estep.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%% The E-step of EM algorithm %%%%%
%%%%%% %%%%%
www.eeworm.com/read/124119/14593315
m mstep.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%% The M-step of EM algorithm %%%%%
%%%%%% %%%%%
www.eeworm.com/read/119524/14827156
m mds.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Torczon's multidirectional search algorithm
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
www.eeworm.com/read/118820/14853682
pm cluster.pm
#---------------------------------------------------------------------------
package Algorithm::Cluster;
#---------------------------------------------------------------------------
# Copyright (c)