代码搜索:Algorithm
找到约 10,000 项符合「Algorithm」的源代码
代码结果 10,000
www.eeworm.com/read/152721/5667382
java idigest.java
package org.infosecurity.cryptography;
/**
* interface that a message digest conforms to.
*/
public interface IDigest
{
/**
* return the algorithm name
*
* @return the algorithm
www.eeworm.com/read/210678/15193492
m cubica34a.m
function [R,y]=cubica34a(x)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% CubICA (IMPROVED CUMULANT BASED ICA-ALGORITHM)
%
% This algorithm performes ICA by d
www.eeworm.com/read/247527/12652822
m gafitness.m
%% Coding and minimizing a fitness function using the Genetic Algorithm
% This is a demonstration of how to create and minimize a fitness
% function using the Genetic Algorithm in the Genetic Algori
www.eeworm.com/read/102923/15752651
h contour.h
// Contour.h: interface for the CContour class.
//
// CContour implements Contour plot algorithm descrided in
// IMPLEMENTATION OF
// AN IMPROVED CONTOUR
// PLOTTING ALGORITHM
// BY
//
/
www.eeworm.com/read/100143/15882807
h neuquant.h
/* NeuQuant Neural-Net Quantization Algorithm Interface
* ----------------------------------------------------
*
* Copyright (c) 1994 Anthony Dekker
*
* NEUQUANT Neural-Net quantization algorithm
www.eeworm.com/read/366412/9816588
readme
GAlib: A C++ Genetic Algorithm Library
Copyright (c) 1994-1996 MIT, 1996-2000 Matthew Wall
GAlib is a C++ library of genetic algorithm objects. With GAlib you can add
evolutionary algorithm optimiz
www.eeworm.com/read/193974/5138373
py test_cl.py
#! /usr/bin/env python
"""Whimpy test script for the cl module
Roger E. Masse
"""
import cl
from test_support import verbose
clattrs = ['ADDED_ALGORITHM_ERROR', 'ALAW', 'ALGORITHM_ID',
'ALGORITHM_
www.eeworm.com/read/438718/1822933
py test_cl.py
#! /usr/bin/env python
"""Whimpy test script for the cl module
Roger E. Masse
"""
import cl
from test_support import verbose
clattrs = ['ADDED_ALGORITHM_ERROR', 'ALAW', 'ALGORITHM_ID',
'ALGORITHM_
www.eeworm.com/read/103119/15744716
readme
GAlib: A C++ Genetic Algorithm Library
Copyright (c) 1994-1996 MIT, 1996-2000 Matthew Wall
GAlib is a C++ library of genetic algorithm objects. With GAlib you can add
evolutionary algorithm optimiz
www.eeworm.com/read/373351/9461843
java neuquant.java
/* NeuQuant Neural-Net Quantization Algorithm
* ------------------------------------------
*
* Copyright (c) 1994 Anthony Dekker
*
* NEUQUANT Neural-Net quantization algorithm by Anthony Dek