代码搜索结果
找到约 10,000 项符合
Algorithm 的代码
遗传算法源程序.txt
/***************************************************************/
/* This is a simple genetic algorithm implementation where the */
/* evaluation function takes positive values only and the *
rc6.c
/* This is an independent implementation of the encryption algorithm: */
/* */
/* RC6 by Ron Rivest and RSA Labs
遗传算法源程序.txt
/***************************************************************/
/* This is a simple genetic algorithm implementation where the */
/* evaluation function takes positive values only and the *
遗传算法源程序.txt
/***************************************************************/
/* This is a simple genetic algorithm implementation where the */
/* evaluation function takes positive values only and the *
look_pk.h
/*************************************************
* PK Algorithm Lookup Header File *
* (C) 1999-2002 The Botan Project *
***********************************************
look_pk.cpp
/*************************************************
* PK Algorithm Lookup Source File *
* (C) 1999-2002 The Botan Project *
***********************************************
lle.m
function [mappedX, mapping] = lle(X, no_dims, k, eig_impl)
%LLE Runs the locally linear embedding algorithm
%
% mappedX = lle(X, no_dims, k, eig_impl)
%
% Runs the local linear embedding algorithm o
pku2381.cpp
/*
Author:Sempr
Algorithm:暴力
Date:2005-05-03
*/
#include
#include
#include
using namespace std;
const int size = 16000001;
int a, c, m, R;
int cnt;
gshhs_dp.c
/* @(#)gshhs_dp.c 1.1 05/18/99
*
* gshhs_dp applies the Douglas-Peucker algorithm to simplify a line
* segment given a tolerance. The algorithm is based on the paper
* Douglas, D. H., and T.
lle.m
function [mappedX, mapping] = lle(X, no_dims, k, eig_impl)
%LLE Runs the locally linear embedding algorithm
%
% mappedX = lle(X, no_dims, k, eig_impl)
%
% Runs the local linear embedding algorithm o